Skip to main content

Command Palette

Search for a command to run...

Change EC2 Instance Type

Published
1 min read
Change EC2 Instance Type
A

Infosec Poet and CAP-certified DevOps/SecOps Engineer, passionate about security, creativity, and continuous learning.

Tasks

  • Change the instance type from t2.micro to t2.nano for devops-ec2 instance

  • Make sure the ec2 instance devops-ec2 is in running state after the change.

Steps

  1. As we already have a instance name devops-ec2 with t2.micro on running state.

  2. First stop the running instance.

  3. It may took few time to stop. You may see stopping in your instance, wait till the instance be completely stopped.

  4. Select the instance and click actions → Instance Settings → Change Instance type.

  5. Now change he instance type from t2.micro to t2.nano

  6. Please checkout Instance type comparison and click change.

  7. See the changes now but this is on stopped state.

  8. Now start the instance and wait for running state after the change.

    #aws

    #EC2Instancetypes

    #happylearning

Cloud Platforms

Part 41 of 48

This series covers cloud platforms (AWS, Azure, GCP, OCI), including certifications, labs, issues, solutions, and billing. We'll also explore on-premises solutions and hybrid cloud environments.

Up next

Launch EC2 Instance

Tasks For this task, create an EC2 instance with following requirements: 1) The name of the instance must be xfusion-ec2. 2) You can use the Amazon Linux AMI to launch this instance. 3) The Instance type must be t2.micro. 4) Create a new RSA...