DEV Community

Cover image for Two ways to AWS Resources' Drone View
VijayaNirmalaGopal for AWS Community Builders

Posted on

6 2

Two ways to AWS Resources' Drone View

Ever wondered to if you could see all the aws resources priced/not-priced under one single view? With time & need, we would have created resources in AWS account, but could not have known or guessed to see them all under one view. Well, let us see two ways of getting the view

Option 1 - View the resources in AWS management console

  • Login to your AWS account
  • From the "Find Services" search & click on "Tag Editor"

Image description

  • AWS Resource Groups -> "Tag Editor" -> Console view is opened up
  • Search criteria for Region, AWS Resources, Tags as Optional are provided for filter(s). Click on "Search Resources" to get the list of resources based on search criteria provided

Image description

  • For a full list of resources remove all filters and click on "Search Resources"

Image description

Option 2 - Get the list of resources via awscli

  • configure & connect to aws cli using AWS IAM User/Role/SSO User
  • We will use the AWS Resource Tagging API to get list of resources via cli

Image description

aws resourcegroupstaggingapi get-resources --profile <<profile-name>>
Enter fullscreen mode Exit fullscreen mode

P.S. Listing resources from cli would be region wise (in above) as I have configured the profile for one region

Happy Resources View !!

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (0)

Create a simple OTP system with AWS Serverless cover image

Create a simple OTP system with AWS Serverless

Implement a One Time Password (OTP) system with AWS Serverless services including Lambda, API Gateway, DynamoDB, Simple Email Service (SES), and Amplify Web Hosting using VueJS for the frontend.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay