Skip to content

Instantly share code, notes, and snippets.

@anna-geller
Created September 16, 2021 14:39
Show Gist options
  • Save anna-geller/8f79154554f2b4938b08da372b8b1cdd to your computer and use it in GitHub Desktop.
Save anna-geller/8f79154554f2b4938b08da372b8b1cdd to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"athena:*",
"glue:*",
"s3:*Object*",
"s3:GetBucketLocation",
"s3:ListAllMyBuckets",
"s3:ListBucket",
"s3:ListBucketMultipartUploads",
"s3:ListMultipartUploadParts",
"s3:PutObjectAcl",
"ssm:GetParameters",
"secretsmanager:GetSecretValue"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment