# 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'
Last active
July 16, 2020 15:07
-
-
Save tquach/ed606ba1e304505b5f556823ca68f12a to your computer and use it in GitHub Desktop.
AWS Cheat Sheet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment