Can the root user of an organization top-level account access resources in child accounts?

0

I have an OU structure with a top-level payer account. All child accounts in the OU have the root user disabled.

In an emergency, could the root user of the top-level account access the child account to perform any action?

1 回答
2
已接受的回答

The root user of an AWS account can't directly access its child accounts. AWS Organizations allows managing multiple accounts but it doesn't give root users automatic access to child accounts.

To access a child account from the top-level one in an emergency, you would have had to set up cross-account access in advance. This typically involves creating a special role in the child accounts that the top-level account can assume.

Below is some related documentation that should help.

AWS Organizations: This is the general overview page for AWS Organizations which talks about managing multiple accounts: https://aws.amazon.com/organizations/

Creating a Role to Delegate Permissions to an IAM User: This guide walks you through creating a role for cross-account access: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user.html

Tutorial: Delegate Access Across AWS Accounts Using IAM Roles: This tutorial is specifically about delegating access across multiple AWS accounts: https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html

I hope this was helpful, if so please remember to mark this answer as accepted. Good luck!

profile pictureAWS
已回答 9 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容