AWS Organization all resources access using Python SDK

0

I have an AWS Organization account and need to have access to all the accounts' resources like S3,RDS,EC2 in AWS Organization so that I can access it using the access key and secret key of the Master Account using BOTO3 SDK. Please guide me how can i achieve it.

1개 답변
0

This is not how AWS works, you can use the AWS Organization to provision AWS IAM roles in each AWS Account (ex have a look at AWS SSO or Cloudformaiton StackSets). Then you can assume every individual role with boto3 and describe the resources you need.

It sounds like you need some help with cloud governance because this is deep rabbit hole your going down, so you should have a look at a tool like CloudCheckr or similar. Or find a consulting partner.

Hope it helps!

//Carl

profile picture
답변함 2년 전
  • I see, so you are saying using single credential of the Master/Root account I cannot have access to the accounts in AWS organizational units?

  • Exactly. You need to login into every individual account.

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

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

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

관련 콘텐츠