EC2 instance using AWS CLI
Task : EC2 instance using AWS CLI under default VPC:
1) The name of the instance must be devops-ec2
.
2) You can use the ami-0cd59ecaf368e5ccf
AMI to launch this instance.
3) The Instance type must be t2.micro
.
4) Create a new RSA key pair named devops-kp
.
5) Attach the default (available by default) security group.
First you need to install aws cli and IAM role for this task.
Last updated