Add docs on how to terminate instances.
This commit is contained in:
parent
b2aa553fe2
commit
94802c6a27
1 changed files with 17 additions and 0 deletions
17
README
17
README
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue