Make sure you have pipx available in your system (brew install pipx if not).
pipx install ec2grep --index-url https://artifactory.frdstr.com/artifactory/api/pypi/pypi/simpleBasic usage, find by name tag, external / internal IP, DNS
ec2 ls my-hostnameUsing a custom formatter (name, ip, extended)
ec2 ls --format=name my-hostnameOpen an SSH session
ec2 ssh my-hostnameWith arguments
ec2 ssh my-hostname -- wParallel command
ec2 ssh --parallel -F ~/.ssh/gozer my-hostname -- "<command>"ec2 --region us-west-2 ls my-hostname