Get EC2 Names Table with AWS CLI in Terminal on Mac - VicPhanDevOps/mac GitHub Wiki

• Type aws ec2 describe-instances --output table --query ‘Reservations[].Instances[].[Tags[?Key==’Name’] | [0].Value, State.Name]’ and press the return key to get the EC2 names table.
image

⚠️ **GitHub.com Fallback** ⚠️