Skip to content

Instantly share code, notes, and snippets.

@mrgcohen
Created September 13, 2019 16:18
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 mrgcohen/599c29132e6562097f83b71e793d94a6 to your computer and use it in GitHub Desktop.
Save mrgcohen/599c29132e6562097f83b71e793d94a6 to your computer and use it in GitHub Desktop.
aws deny key account items
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "DenyAdminAccountAndBilling",
"Effect": "Deny",
"Action": [
"organizations:*",
"aws-portal:*Billing",
"awsbillingconsole:*Billing",
"aws-portal:*Usage",
"awsbillingconsole:*Usage",
"aws-portal:*PaymentMethods",
"awsbillingconsole:*PaymentMethods",
"budgets:ViewBudget",
"budgets:ModifyBudget",
"cur:*"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment