AWS
Connect a read-only IAM role so each weekly cloud cost review uses real AWS Cost Explorer billing data. CloudCostIQ assumes the role only to read billing data and write normalized cost facts.
- Read Cost Explorer and Billing data
- Read Cost and Usage Report definitions
- Read organization account metadata
- No permissions to start, stop, resize, delete, or modify infrastructure
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "CloudCostIQBillingReadOnly",
"Effect": "Allow",
"Action": [
"ce:GetCostAndUsage",
"ce:GetCostForecast",
"ce:GetDimensionValues",
"ce:GetReservationCoverage",
"ce:GetReservationPurchaseRecommendation",
"ce:GetReservationUtilization",
"ce:GetSavingsPlansCoverage",
"ce:GetSavingsPlansPurchaseRecommendation",
"ce:GetSavingsPlansUtilization",
"ce:GetTags",
"cur:DescribeReportDefinitions",
"organizations:DescribeAccount",
"organizations:ListAccounts"
],
"Resource": "*"
}
]
}Open step-by-step setup guide 