Modify instance type with a simple few console clicks. By changing Instance type, we can change the CPU core and RAM of AWS instance.
Procedure
- Login to AWS management console https://console.aws.amazon.com/ec2/
- In the left navigation pane, choose Instances.
- Select your instance whose instance type needs to change.
- Click on Actions > select Instance state > click Stop
- After stopping the aws instance again Click on Actions > Instance Settings > select Change Instance Type
- Select required Instance type from drop down list > Click Apply
- Again click on Actions > Instance State > click Start
Rollback Plan
- Login to AWS management console https://console.aws.amazon.com/ec2/
- In the left navigation pane, choose Instances.
- Select your instance whose instance type needs to change to previous one.
- Click on Actions > select Instance state > click Stop
- After stopping the aws instance again Click on Actions > Instance Settings > select Change Instance Type to previous one
- Select previous Instance type from drop down list > Click Apply
- Again click on Actions > Instance State > click Start
No comments:
Post a Comment