Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 25, 2022 06:42 am GMT

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>>

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

Happy Resources View !!


Original Link: https://dev.to/aws-builders/two-ways-to-aws-resources-drone-view-p60

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To