LAUNCHING INSTANCE USING "AMAZON WEB SERVICES COMMAND LINE INTERFACE"
~ Creating security group
~ Creating key pair
~ Creating volume
~ Attaching it to the instance .
Firstly , If we want to use AWS CLI program we have to create an IAM user .
* Login to your AWS account
* In AWS console > services > IAM > users > add user > type username > access type > console password > attach policy Power User Access > create user
Now using the URL install CLI :
https://awscli.amazonaws.com/AWSCLIV2.msi
To check the version in your computer:
aws --version command
We have to configure
aws configure
our task is to create key-pair :
the key pair has been successfully created.
our next task is to create a security group:
the security group has been successfully created.
now we have to launch a instance:
the instance is launched.
Now we should create a volume of 1 Gb:
volume has been successfully created.
Finally we are going to attach the volume to the instance:
we have completed the task successfully.
Now the instance is created successfully. And 1Gb of volume is attached to the instance.
Good one Swetha Chakrawarthy 👏👏
Well done swetha
Well done shwetha👏
Good work
Nice work Swetha Chakrawarthy