A python utility to gather info from EC2 instances faster than from AWS web console.
- List all instances on a region
- Find out in which regions you have instances
- Filter instance with tags
Right now we are using poetry, a nice packaging and dependency management tool. Refer to the docs for advance usage, for now:
- Install poetry (as per they documentation)
- Run
poetry install
- Run
poetry shell
That will install on your ~/.local/bin
the lister script.
You will require an AWS named profile with enough permissions to get regions and read instance details.
Aditionally you can start localstack and work with your own local aws ec2 instance. This is for testing / developing (set -ls
to enable the localstack custom endpoint.)
Use lister -h
to see how it works
By AdSanz