Add docs on how to terminate instances.

This commit is contained in:
Ricky Elrod 2013-06-17 13:31:45 +00:00
parent b2aa553fe2
commit 94802c6a27

17
README
View file

@ -223,3 +223,20 @@ impacting other instances using that security group.
- You will almost always want to allow 22/tcp (sshd) and icmp -1 -1 (ping
and traceroute and friends).
TERMINATING INSTANCES
For transient:
1. source /srv/private/ansible/files/openstack/transient-admin/ec2rc.sh
- OR -
For persistent:
1. source /srv/private/ansible/files/openstack/persistent-admin/ec2rc.sh
2. euca-describe-instances | grep <ip of your instance>
3. euca-terminate-instances <the id, something like i-00000295>