Skip to main content

CLI

List all AWS resources using AWS CLI

·1 min
API resource groups tagging # Sometimes you need a list of all resources in your AWS account. For this use case, you can use the API operations resource groups tagging. Following command will list all resources in region Frankfurt with tag names: aws resourcegroupstaggingapi get-resources --region eu-central-1 --output json To get all resources across all regions, you need to run the above command in a loop with region name as parameter.