Skip to content

Instantly share code, notes, and snippets.

@tquach
Last active July 16, 2020 15:07
Show Gist options
  • Select an option

  • Save tquach/ed606ba1e304505b5f556823ca68f12a to your computer and use it in GitHub Desktop.

Select an option

Save tquach/ed606ba1e304505b5f556823ca68f12a to your computer and use it in GitHub Desktop.
AWS Cheat Sheet
# Find unused VPCs in AWS. If no ENI is returned, likely the VPC is unused. 
aws ec2 describe-network-interfaces --filters 'Name=vpc-id,Values=vpc-abcd1234' --query 'NetworkInterfaces[*].NetworkInterfaceId'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment