Skip to content

Instantly share code, notes, and snippets.

@alimoeeny
Created May 18, 2020 10:45
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 alimoeeny/d701185b4949f4426394806714625abd to your computer and use it in GitHub Desktop.
Save alimoeeny/d701185b4949f4426394806714625abd to your computer and use it in GitHub Desktop.
AWS IAM Billing permissions
{
"Statement": [
{
"Action": [
"budgets:ViewBudget",
"cloudwatch:DescribeAlarmHistory",
"cloudwatch:GetDashboard",
"cloudwatch:GetMetricData",
"cloudwatch:DescribeAlarmsForMetric",
"cloudwatch:ListDashboards",
"cloudwatch:DescribeAlarms",
"aws-portal:ViewBilling",
"cloudwatch:GetMetricStatistics",
"aws-portal:ViewUsage",
"cloudwatch:ListMetrics"
],
"Effect": "Allow",
"Resource": "*",
"Sid": "VisualEditor0"
},
{
"Action": [
"sns:ListEndpointsByPlatformApplication",
"sns:ListPhoneNumbersOptedOut",
"sns:GetEndpointAttributes",
"sns:ListSubscriptionsByTopic",
"sns:GetTopicAttributes",
"sns:ListTopics",
"sns:GetPlatformApplicationAttributes",
"sns:ListSubscriptions",
"sns:GetSubscriptionAttributes",
"sns:ListPlatformApplications",
"sns:GetSMSAttributes",
"sns:CheckIfPhoneNumberIsOptedOut"
],
"Effect": "Allow",
"Resource": "*",
"Sid": "VisualEditor1"
}
],
"Version": "2012-10-17"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment