Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to list all resources in AWS

People also ask

How do I see all resources on AWS?

Open AWS Resource Groups. In the navigation pane, on the left side of the screen, choose Tag Editor. For Regions, choose All regions. For Resource types, choose All supported resource types.

How do I list all resources in a VPC?

You can use AWS CLI to list all ENIs associated with the VPC and prettify the output using the --query parameter to get a resource list with the desired fields (AZ, instance-id, etc.).

How do I check resources on AWS console?

Just open Tag Editor, select all regions one by one (there aren't that many of them) and "All resource types" and hit "Find resources".

How do I get AWS inventory?

Open the AWS Systems Manager console at https://console.aws.amazon.com/systems-manager/ . In the navigation pane, choose Inventory. If the AWS Systems Manager home page opens first, choose the menu icon ( ) to open the navigation pane, and then choose Inventory in the navigation pane. Choose the Detailed View tab.


Yes. Use the Tag Editor.

Set "Regions" to "All Regions", "Resource Types" to "All supported resource types" and then click on "Search Resources".


You can use the Tag Editor.

  1. Go to AWS Console
  2. In the TOP Navigation Pane, click Resource Groups Dropdown
  3. Click Tag Editor AWS list all resources across all regions

Here we can select either a particular region in which we want to search or select all regions from the dropdown. Then we can select actual resources which we want to search or we can also click on individual resources.

enter image description here


I think this may help! Here, you need to enter the region name and you have to configure AWS CLI before try this.

aws resourcegroupstaggingapi get-resources --region region_name

It will list all the recourses in the region by the following format.

- ResourceARN: arn:aws:cloudformation:eu-west-1:5524534535:stack/auction-services-dev/*******************************
  Tags:
  - Key: STAGE
    Value: dev
- ResourceARN: arn:aws:cloudformation:eu-west-1:********************
Tags:
-- More  --

I'd go with the "tag editor" in "resource groups" for this, as suggested by Ashwini.

You can easily list all resources in all regions without any setup etc.
And although this does include all the default VPCs + security groups etc (so you'll get ~140 items even if your account is empty), you can still fairly easily filter this, either within tag editor, or export to csv and filter in Excel, for example.


Yes. Use the Tag Editor.

Set "Regions" to "All Regions", "Resource Types" to "All supported resource types" and then click on "Search Resources".