Installation & Configure of AWS CLI and Provisioning of vm using aws cli

Installation & Configure of AWS CLI and Provisioning of vm using aws cli


Hi Friends,

Hi Friends, In this videos I explained about what is aws cli
how it will help us and also I have showed how to create aws instance using awscli

Watch the video :








Python Installation Link : click here

Download PIP File using this command :  curl -O https://bootstrap.pypa.io/get-pip.py



Creating instance from awscli using this command:
Please modify parameters values with your aws resources values then execute

aws ec2 run-instances --image-id ami-abcdefgh --count 1 --instance-type t2.micro --key-name dev_lb_demo2 --security-group-ids sg-abcd --subnet-id sg-abcdefg

#awscli #ittechtarun #aws

Post a Comment

0 Comments