Skip to content

Instantly share code, notes, and snippets.

@ensean
Created June 9, 2025 07:48
Show Gist options
  • Save ensean/31abe665cf05b0d2d8ab1e45aaed014f to your computer and use it in GitHub Desktop.
Save ensean/31abe665cf05b0d2d8ab1e45aaed014f to your computer and use it in GitHub Desktop.
iam-policy-qnabot
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"cloudformation:*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"lambda:*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"dynamodb:*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"cognito-idp:*",
"cognito-identity:*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"es:*",
"opensearch:*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"iam:*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"logs:*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"apigateway:*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"events:*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"lex:*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"servicecatalog:*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"kms:*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"ssm:*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"bedrock:*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"xray:*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"translate:*",
"comprehend:*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"firehose:*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"sns:*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"cloudwatch:*"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment