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.