How do I have 2 management accounts

0

How do I have 2 management accounts with full access to the main AWS account? I need 2 other accounts to have the same management permissions as the main account.

Diogo
質問済み 2ヶ月前97ビュー
1回答
0

You cannot have two users if you expect to have a so-called root user [1].

However, it is possible to pass close privileges by creating an IAM user and giving it an AdministratorAccess policy and a Billing policy.

See "Tasks that require root user credentials" [2] for the difference between a root user and a root user. These are tasks that can only be performed by the root user.

[1] : https://docs.aws.amazon.com/IAM/latest/UserGuide/id_root-user.html

[2] : https://docs.aws.amazon.com/IAM/latest/UserGuide/root-user-tasks.html

profile picture
エキスパート
shibata
回答済み 2ヶ月前

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

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

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

関連するコンテンツ