Skip to content

Instantly share code, notes, and snippets.

@zironycho
Created July 6, 2018 03:06
Show Gist options
  • Save zironycho/53a701f5165d205b200bf52d094f09a6 to your computer and use it in GitHub Desktop.
Save zironycho/53a701f5165d205b200bf52d094f09a6 to your computer and use it in GitHub Desktop.
aws commands

aws ec2 list

aws ec2 describe-instances \
  --query 'Reservations[].Instances[].[PrivateIpAddress,Placement.AvailabilityZone,InstanceType,State.Name,InstanceId,Platform,State.Code,VpcId]' \
  --output table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment