Skip to content

Instantly share code, notes, and snippets.

@holly
Created December 19, 2022 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save holly/83756ff83dd96e028df7ce72151ed03a to your computer and use it in GitHub Desktop.
Save holly/83756ff83dd96e028df7ce72151ed03a to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"ce:DescribeCostCategoryDefinition",
"ce:ListTagsForResource",
"ce:GetAnomalySubscriptions",
"ce:GetAnomalies",
"ce:GetAnomalyMonitors"
],
"Resource": [
"arn:aws:ce::YOUR_ACCOUNT_ID:anomalymonitor/*",
"arn:aws:ce::YOUR_ACCOUNT_ID:costcategory/*",
"arn:aws:ce::YOUR_ACCOUNT_ID:anomalysubscription/*"
]
},
{
"Sid": "VisualEditor1",
"Effect": "Allow",
"Action": [
"ce:GetRightsizingRecommendation",
"ce:GetCostAndUsage",
"ce:GetSavingsPlansUtilization",
"ce:GetReservationPurchaseRecommendation",
"ce:ListCostCategoryDefinitions",
"ce:GetCostForecast",
"ce:GetPreferences",
"ce:GetReservationUtilization",
"ce:GetCostCategories",
"ce:GetSavingsPlansPurchaseRecommendation",
"ce:GetDimensionValues",
"ce:GetSavingsPlansUtilizationDetails",
"ce:GetCostAndUsageWithResources",
"ce:ListCostAllocationTags",
"ce:DescribeReport",
"ce:GetReservationCoverage",
"ce:GetSavingsPlansCoverage",
"ce:DescribeNotificationSubscription",
"ce:GetTags",
"ce:GetUsageForecast"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment