Change the instance type from t2.micro to t2.nano for devops-ec2 instance
t2.micro
t2.nano
devops-ec2
Make sure the ec2 instance devops-ec2 is in running state after the change.
running
As we already have a instance name devops-ec2 with t2.micro on running state.
First stop the running instance.
It may took few time to stop. You may see stopping in your instance, wait till the instance be completely stopped.
Select the instance and click actions → Instance Settings → Change Instance type.
Now change he instance type from t2.micro to t2.nano
Please checkout Instance type comparison and click change.
See the changes now but this is on stopped state.
Now start the instance and wait for running state after the change.
#aws
#EC2Instancetypes
#happylearning