Slide 12
Slide 12 text
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::<スイッチ元(アカウントA)AWSアカウントID>:user/AccountA_user"
},
"Action": "sts:AssumeRole",
"Condition": {}
}
]
}
スイッチする前の権限確認
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"a4b:Get*",
"a4b:List*",
:
:
"xray:BatchGet*",
"xray:Get*"
],
"Resource": "*"
}
]
}
AWS管理のReadOnlyAccess
スイッチ先アカウントBのロール
AccountB_role