how to gather resource information from an account

0

hi Guys, I just started at new company and they have multiple aws accounts and I'm still learning AWS. I am trying to create an asset tracking file. I like to know what each accounts has in terms of # of things such as ec2/s3/vpc/subnets/domains/hosted zones/db etc...etc...

I do see that VPC dashboard does show many of the resources but not all. So is something like what I am asking possible?

Thanks in advance

2개 답변
2

There's not a great, all encompassing way to gather resources account wide, but if you're using AWS Config you can gather all resources region wide. That's AWS's answer to a CMDb. To do that via the AWS Console, just search for AWS Config and select Resources on the left hand side of the Config Console. This assumes that Config is turned on of course. If Config isn't setup, you can dig into the Cost Explorer to see what's billing. Either are good options to start piecing together the resources in your AWS accounts.

AWS
AWSJoe
답변함 2년 전
1
수락된 답변

One easy way is to use Tag Editor. ("Resource Groups" Management Console -> "Tag Editor")

Try to search with the following conditions. You will get the list of the resources supported tag on the account.

  • Regions : All regions
  • Resource types: All supported resource types

https://docs.aws.amazon.com/ARG/latest/userguide/find-resources-to-tag.html

AWS
suzuki
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠