Did we use AWS Organizations wrong?

0

Rather than sharing a single "root" login for account A on a 3rd party service it's often preferable to invite other account (B, C, D, etc.) and assign permissions to each of these accounts (admin, viewer, etc.)

The "owner" of AWS account A invited the owner of account B into their "organization" by using owner B's email address associated with B's AWS root account.

Assumption: B would remain independent but be able to switch into a management (admin) role of account A as authorized. A should not have ANY access to account B.

Now it would appear Account A has consumed Account B?!?! What does "Organization" mean in AWS parlance (read: layman's speak)? IAM role is what should have been done but now I'm trying to understand what happened and help them back out of this…if possible?

1回答
1

When an account is invited to join an AWS Organization and becomes a member, the Organization management account is liable for all charges accrued by the new member account. Payment methods attached to the member account are no longer used.

Additionally, when an invited account (in this case) joins your organization, you do not automatically have full administrator control over the account. If you want the management account to have full administrative control over the invited member account, you must create OrganizationAccountAccessRole IAM role.

The following document details steps in removing a member account from an Organization.

profile pictureAWS
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ