Answers for "how to create ec2 image from cli"

0

create image ec2 aws cli

$ aws ec2 run-instances 
    --image-id ami-40d28157 
    --count 1 
    --instance-type g2.2xlarge 
    --key-name cli_keypair 
    --security-group-ids sg-28e2c455
Posted by: Guest on February-24-2021

Code answers related to "how to create ec2 image from cli"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language