Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. aws ec2 run-instances --image-id "ami-84a6f3e7" --instance-type "t2.micro" --key-name "devops" --security-group-ids "sg-1c1aa87a" --subnet-id "subnet-488e7401" --count 1
  2.  
  3.  
  4. aws ec2 terminate-instances --instance-ids "i-07ef9afad8ba9b177"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement