Skip to content

Instantly share code, notes, and snippets.

@safwank
Created June 16, 2012 05:09
Show Gist options
  • Save safwank/2940031 to your computer and use it in GitHub Desktop.
Save safwank/2940031 to your computer and use it in GitHub Desktop.
Example usage of InstanceSpinner.ps1
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