Created
April 23, 2021 20:21
-
-
Save kmcquade/9596a80738e07d46ebaeec6b91598aff to your computer and use it in GitHub Desktop.
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
{ | |
"Statement": [ | |
{ | |
"Action": [ | |
"appsync:ListApiKeys", | |
"chatbot:*", | |
"codecommit:GetFile", | |
"codecommit:GetCommit", | |
"codecommit:GetDifferences", | |
"codepipeline:PollForJobs", | |
"cognito-idp:*", | |
"cognito-identity:*", | |
"connect:GetFederationToken", | |
"connect:GetFederationTokens", | |
"dynamodb:BatchGetItem", | |
"dynamodb:GetItem", | |
"ec2:GetPasswordData", | |
"ecr:GetAuthorizationToken", | |
"ecr:GetLogin", | |
"gamelift:RequestUploadCredentials", | |
"gamelift:GetInstanceAccess", | |
"lightsail:DownloadDefaultKeyPair", | |
"lightsail:GetInstanceAccessDetail", | |
"lightsail:GetKeyPair", | |
"lightsail:GetKeyPairs", | |
"iam:*", | |
"kms:*", | |
"mediapackage:RotateChannelCredentials", | |
"mediapackage:RotateIngestEndpointCredentials", | |
"redshift:GetClusterCredentials", | |
"sdb:*", | |
"secretsmanager:*", | |
"sso:*", | |
"sso-admin:*", | |
"sso-oidc:*", | |
"storagegateway:DescribeChapCredentials", | |
"sts:*", | |
"s3:GetObject", | |
"s3:HeadObject", | |
"snowball:GetJobUnlockCode" | |
], | |
"Effect": "Deny", | |
"Resource": "*" | |
} | |
], | |
"Version": "2012-10-17" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment