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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南