Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grrr-amsterdam/aws-asg-list
List the IP's of Amazon AWS Autoscaling instances
https://github.com/grrr-amsterdam/aws-asg-list
distributed-systems microservice
Last synced: 4 days ago
JSON representation
List the IP's of Amazon AWS Autoscaling instances
- Host: GitHub
- URL: https://github.com/grrr-amsterdam/aws-asg-list
- Owner: grrr-amsterdam
- License: mit
- Created: 2017-11-07T15:25:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T17:09:08.000Z (about 7 years ago)
- Last Synced: 2024-12-06T12:33:51.701Z (23 days ago)
- Topics: distributed-systems, microservice
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/aws-asg-list
- Size: 6.84 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS ASG list
List the IP's of Amazon AWS Autoscaling instances## Requirements
You need the AWS CLI client.Installation on Linux through Python PIP:
```
$ pip install --user awscli
```Installation on MacOS through Homebrew:
```
$ brew install awscli
```