commit 51f28340f7178c5238126255d8e849efe787109a Author: Runa A. Sandvik runa.sandvik@gmail.com Date: Wed Nov 23 19:48:29 2011 +0000
How to stop/terminate an instance, solves #4540 --- html/index.html | 19 +++++++++++++------ 1 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/html/index.html b/html/index.html index 9693034..5645f9e 100644 --- a/html/index.html +++ b/html/index.html @@ -289,26 +289,33 @@ <i>ubuntu</i> as the username if you wish to connect to your server via SSH.</p>
- <p><b>5. What's in the Tor configuration file?</b><br> + <p><b>5. How do I stop or terminate the instance?</b><br> + To stop or terminate the instance, log on to the AWS Management + Console, find your instance, right click on it and choose either + "Stop" or "Terminate". "Stop" will just shutdown the instance as + normal and will allow you to start it up again later. "Terminate" + will delete the instance from your AWS account.</p> + + <p><b>6. What's in the Tor configuration file?</b><br> The Tor configuration file that the images have been configured with can be found <a href="https://cloud.torproject.org/torrc.txt">here</a>.</p> - <p><b>6. Will the images automatically download and install package updates?</b><br> + <p><b>7. Will the images automatically download and install package updates?</b><br> Yes, the images have all been configured with the <a href="https://help.ubuntu.com/community/AutomaticSecurityUpdates"><i>unattended-upgrades</i></a> package. This means that your system will automatically download and install updates.</p>
- <p><b>7. Will you let me know when you publish new images?</b><br> + <p><b>8. Will you let me know when you publish new images?</b><br> New cloud images will be announced on <a href="https://twitter.com/torproject">Twitter</a>, <a href="https://identi.ca/torproject">identi.ca</a>, <a href="https://blog.torproject.org">our blog</a> and on the <a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk">tor-talk</a> mailing list.</p>
- <p><b>8. Where do I report a bug I am encountering?</b><br> + <p><b>9. Where do I report a bug I am encountering?</b><br> If you think the bug you have found is specific to the Tor Cloud images we provide, please <a href="https://trac.torproject.org">file a bug</a> or send an email to <i>help AT rt.torproject.org</i>.</p>
- <p><b>9. Is there an IRC channel where I can ask about Tor Cloud?</b><br> + <p><b>10. Is there an IRC channel where I can ask about Tor Cloud?</b><br> Yes, simply join #tor on irc.oftc.net and ask your question. It may take a while before we get back to you, so please be patient.</p>
- <p><b>10. I have a question that is not answered here, what do I do?</b><br> + <p><b>11. I have a question that is not answered here, what do I do?</b><br> Please send an email to <i>help AT rt.torproject.org</i>.</p> </div>
tor-commits@lists.torproject.org