Instance Type Change

0

I am fairly new to AWS, I would like to know how can I change the instance type in EC2

Shaun
asked a year ago357 views
2 Answers
3
Accepted Answer

To change the instance type of an Amazon Elastic Compute Cloud (EC2) instance, you can follow these steps:

  1. Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/.

  2. In the navigation pane, choose "Instances."

  3. Select the instance that you want to change the instance type for.

  4. Choose Actions, Instance Settings, and then "Change Instance Type."

  5. Select the new instance type that you want to use and choose "Apply."

If the instance is running, it will be stopped and then restarted with the new instance type. If the instance is stopped, it will remain stopped after the instance type is changed.

answered a year ago
  • Note that a different instance type may have a different hourly charge associated with it.

0

For more information about changing the instance type, please see "Change the instance type" (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-resize.html) in the EC2 User Guide.

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions