AWSCostAndUsageReportAutomationPolicy
Description: Grants permissions to to describe the organization of the account, create S3 buckets for the MAP program and apply tags to it, create a Cost and Usage Report, and describe Cost and Usage Report definitions.
AWSCostAndUsageReportAutomationPolicy
is an AWS managed policy.
Using this policy
You can attach AWSCostAndUsageReportAutomationPolicy
to your users, groups, and roles.
Policy
details
-
Type: Service role policy
-
Creation time: November 01, 2021, 21:27 UTC
-
Edited time: November 01, 2021, 21:27 UTC
-
ARN:
arn:aws:iam::aws:policy/service-role/AWSCostAndUsageReportAutomationPolicy
Policy version
Policy version: v1 (default)
The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.
JSON policy document
{
"Version" : "2012-10-17",
"Statement" : [
{
"Effect" : "Allow",
"Action" : [
"organizations:DescribeOrganization"
],
"Resource" : "*"
},
{
"Effect" : "Allow",
"Action" : [
"s3:GetBucketTagging",
"s3:PutBucketTagging",
"s3:GetBucketPolicy",
"s3:PutBucketPolicy",
"s3:ListBucket",
"s3:CreateBucket"
],
"Resource" : "arn:aws:s3:::aws-map-cur-bucket-*"
},
{
"Effect" : "Allow",
"Action" : [
"cur:PutReportDefinition",
"cur:DeleteReportDefinition",
"cur:DescribeReportDefinitions"
],
"Resource" : "arn:aws:cur:*:*:definition/map-migrated-report"
},
{
"Effect" : "Allow",
"Action" : "cur:DescribeReportDefinitions",
"Resource" : "*"
}
]
}