Access AWS Cost Billing Bucket
Trend Micro Cloud One™ – Conformity requires access to your S3 billing bucket in order to set up Cost Optimisation. On successful integration, your Conformity Dashboard will display data in the Cost monitoring section.
AWS Console
AWS Console
Copy and paste the following policy:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:List*"
],
"Resource": "arn:aws:s3:::YOUR_BILLING_BUCKET"
},
{
"Effect": "Allow",
"Action": [
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::YOUR_BILLING_BUCKET/*"
]
}
]
}
Navigate to the IAM Role screen.
https://console.aws.amazon.com/iam/home?region=us-east-1#/roles
Main Dashboard > Select {Account} with Cost Optimisation package enabled > Settings > Cost Optimisation settings > Update cost settings