請求情報のみ閲覧できるIAMユーザの作り方
下記のポリシーを割り当てるとともに、別途設定が必要です。
こちらの指示に従って、上部ナビゲーションバーのアカウント名を選択しMy Accountを選択し、IAM User Access to Billing InformationのEditボタンを押してActivate IAM Accessのチェックボックスにチェックを入れる必要があります(英語の場合)。
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "aws-portal:View*",
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "aws-portal:ModifyPaymentMethods",
"Resource": "*"
},
{
"Effect": "Deny",
"Action": "aws-portal:*Account",
"Resource": "*"
}
]
}
Source: New feed