Created
June 1, 2009 19:45
-
-
Save bobbywilson0/121691 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| master % cloud start -s clouds.rb | |
| Your cloud is already running. | |
| master % cloud list | |
| Listing cloud app_stack | |
| Active instances | |
| i-c5a605ac 75.101.139.210 | |
| master % cloud-terminate | |
| Shutting down i-c5a605ac | |
| Are you sure? (Y/N) | |
| Y | |
| Shutting down i-c5a605ac | |
| Are you sure? (Y/N) | |
| Y | |
| master % cloud start -s clouds.rb | |
| Your cloud is already running. | |
| master % cloud list | |
| Listing cloud app_stack | |
| Active instances | |
| i-c5a605ac 75.101.139.210 | |
| master % cloud-terminate | |
| Shutting down i-c5a605ac | |
| Are you sure? (Y/N) | |
| Y | |
| Shutting down i-c5a605ac | |
| Are you sure? (Y/N) | |
| Y | |
| master % cloud start -s clouds.rb | |
| Your cloud is already running. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment