Preferally for the default system interpreter instead of a virtualenv.
pip install git+https://github.com/bergundy/ec2grepBasic usage, find by name tag, external / internal IP, DNS
ec2 ls my-hostnameCustom formatter
ec2 ls --formatter=name my-hostnameOptions:
- extended_private
- extended_public
- public_ip
- private_ip
- name
Open an SSH session
ec2 ssh my-hostnameWith arguments
ec2 ssh my-hostname -- wec2 --region us-west-2 ls my-hostnamepoetry install
poetry run ec2...
Profit