Bike Path
Showing posts with label
ansible
.
Show all posts
Showing posts with label
ansible
.
Show all posts
Wednesday, January 29, 2014
AWS - terminate instance
aws ec2 describe-instances --filters Name=private-ip-address,Values={IP Address} | grep -i InstanceId
aws ec2 terminate-instances --instance-ids {{ instance_id }}
Older Posts
Home
Subscribe to:
Posts (Atom)