Last active
September 23, 2019 12:38
-
-
Save robbytaylor/b16f93e99c69d4a52faf1e08010850d1 to your computer and use it in GitHub Desktop.
AWS SCP service whitelist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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