Skip to content
/ lister Public

a script in python3 aiming to help on ec2 instance details retrieval

License

Notifications You must be signed in to change notification settings

adsanz/lister

Repository files navigation

Lister

Tests

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

Install

Right now we are using poetry, a nice packaging and dependency management tool. Refer to the docs for advance usage, for now:

  1. Install poetry (as per they documentation)
  2. Run poetry install
  3. Run poetry shell

That will install on your ~/.local/bin the lister script.

Requirements

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.)

Usage

Use lister -h to see how it works

By AdSanz

About

a script in python3 aiming to help on ec2 instance details retrieval

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages