Slide 22
Slide 22 text
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::123456789012:role/SomeInstance"
},
"Action": "*",
"Resource": "*"
},
{
"Effect": "Deny",
"Principal": "*",
"Action": "*",
"Resource": "*",
"Condition": {
"StringNotEquals": {
"aws:PrincipalArn": "arn:aws:iam::123456789012:role/SomeInstance"
}
}
}
]
}
Copyright © 3-shake, Inc. All Rights Reserved.
Endpoint Policy例
22
特定のRoleのみ使わせたい