Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deepthawtz/turndown
AWS Autoscaling Group tool to scale down specific instance by private IP address
https://github.com/deepthawtz/turndown
Last synced: about 1 month ago
JSON representation
AWS Autoscaling Group tool to scale down specific instance by private IP address
- Host: GitHub
- URL: https://github.com/deepthawtz/turndown
- Owner: deepthawtz
- License: apache-2.0
- Created: 2017-05-23T17:24:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T17:31:54.000Z (over 7 years ago)
- Last Synced: 2024-10-26T22:50:24.561Z (3 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
turndown
========`turndown` is useful when you want to scale down an Autoscaling Group by
a specific host identified by private IP address. Use-case could include
scaling down a Mesos cluster by specific hosts which have had all their tasks
drained/migrated and have been scheduled for maintenance.## Install
`go install .`
```
$ turndown -h
Usage of turndown:
-autoscaling-group-name string
autoscaling group to target for scale down
-down string
specific IP to scale down within autoscaling group
-region string
AWS region (default "us-west-1")
```