项目作者: tleyden

项目描述 :
Utilities to extend aws-sdk-go
高级语言: Go
项目地址: git://github.com/tleyden/awsutil.git
创建时间: 2017-01-30T22:52:28Z
项目社区:https://github.com/tleyden/awsutil

开源协议:Apache License 2.0

下载


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.

  1. $ go get -v -t github.com/tleyden/awsutil/...

Stop all instances in Cloudformation Stack

  1. $ 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

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

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