Created
June 16, 2012 05:09
-
-
Save safwank/2940031 to your computer and use it in GitHub Desktop.
Example usage of InstanceSpinner.ps1
This file contains 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
powershell .\InstanceSpinner.ps1 -operation start -secretKeyId "[your secret key]" -secretAccessKeyId "[your access key]" -instanceIds "[first instance ID]","[second instance ID]" | |
powershell .\InstanceSpinner.ps1 -operation stop -secretKeyId "[your secret key]" -secretAccessKeyId "[your access key]" -instanceIds "[first instance ID]","[second instance ID]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment