Skip to content

Instantly share code, notes, and snippets.

@robbytaylor
Last active September 23, 2019 12:38
Show Gist options
  • Select an option

  • Save robbytaylor/b16f93e99c69d4a52faf1e08010850d1 to your computer and use it in GitHub Desktop.

Select an option

Save robbytaylor/b16f93e99c69d4a52faf1e08010850d1 to your computer and use it in GitHub Desktop.
AWS SCP service whitelist
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Deny",
"NotAction": [
"cloudtrail:*",
"cloudwatch:*",
"ec2:*"
"guardduty:*",
"iam:*",
"logs:*",
"organizations:*",
"rds:*",
"sts:*",
],
"Resource": "*",
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment