0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

AWSで別アカウントの管理コンソールにロール切り替えで簡単に行き来する

Last updated at Posted at 2021-11-05

###1.統括するアカウントを準備
IAMユーザーを作成

###2.統括されるアカウントにIAMロールを作成

####ロール名
下記にしておく
arn:aws:iam::xxxx:role/administrator-for-external-access-role
作成の際はユースケースはEC2でOK
image.png

####アタッチするポリシー(一例)
Billing
AdministratorAccess

####信頼関係

信頼されたエンティティ:
ロールを引き受けることができるようにしたい統括するアカウントで準備したIAMユーザー
条件:
image.png

####リンク
下記の部分のリンクに統括するアカウントにログインした状態でアクセスするとロール切り替えができる
image.png

3.ロール切り替えの設定
統括するアカウントにログインした状態で下記にアクセス
image.png
下記の画面に移動するので必要事項を入力
image.png

アカウント:
12桁の番号
ロール:
「administrator-for-external-access-role」等ポリシー名
表示名:
「ロール履歴」以下に表示される
分かりやすくプロジェクト名が良い
image.png

以上、うろ覚えの為手順に抜け等あるかもです。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?