Skip to content

tleyden/awsutil

Repository files navigation

CircleCI GoDoc Coverage Status Go Report Card codebeat badge CLA assistant License

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/...

Stop all instances in Cloudformation Stack

$ awsutil cloudformation stop-instances --region us-east-1 --stackname yourstack

This will stop all EC2 instances in the yourstack Cloudformation Stack.

Restart all instances in Cloudformation Stack

$ awsutil cloudformation start-instances --region us-east-1 --stackname yourstack

This will restart all EC2 instances in the yourstack Cloudformation Stack.

Releases

No releases published

Packages

No packages published

Languages