Utilities to extend aws-sdk-go
A collection of utilities to automate tasks on AWS that aren’t covered by the AWS CLI or SDK.
$ go get -v -t github.com/tleyden/awsutil/...
$ awsutil cloudformation stop-instances --region us-east-1 --stackname yourstack
This will stop all EC2 instances in the yourstack
Cloudformation Stack.
$ awsutil cloudformation start-instances --region us-east-1 --stackname yourstack
This will restart all EC2 instances in the yourstack
Cloudformation Stack.