Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```