Amazon EC2 Basic: Connect and Change Instance Type
How to connect to Amazon EC2 instance
#
- Using
Session Manager
via AWS console - Using
SSH
command, key SSH is needed to secure authentication - Using IAM policies that control SSH access to instances
How to Increase Specs of Amazon EC2
#
- Stop the instance first (after instance stopped, both IP and and DNS gone)
- Select instance >
Actions
> Instance Settings
- Change auto recovery behavior: changing how instance auto-recovery
- Change instance type: change or upgrade instance type
- Change CPU options: change the current CPU spec
- Edit user data: modify current user data
- Start again the instance