You might be running multiple Amazon Virtual Private Clouds (VPCs) in your AWS account to host different workloads and applications. Finding out which resource belongs to which VPC can be quite difficult when navigating the user interface in the AWS Console.

How to list all active AWS resources in a VPC in the AWS Console

https://docs.aws.amazon.com/config/latest/developerguide/WhatIsConfig.html is a service that provides you with information on the configuration of the active AWS resources in your AWS account.

This blog post has shown how you can list all resources from a certain VPC in an AWS account using the Advanced queries feature from AWS Config in the AWS Console and the AWS CLI.

Related Articles