Skip to content

Instantly share code, notes, and snippets.

@erayalakese
Created August 28, 2022 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erayalakese/b1c2bb769e5c4d84aa9bf29dcc823973 to your computer and use it in GitHub Desktop.
Save erayalakese/b1c2bb769e5c4d84aa9bf29dcc823973 to your computer and use it in GitHub Desktop.
IAM Policy for AWS Secrets Manager
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1661704784503",
"Action": [
"secretsmanager:GetSecretValue"
],
"Effect": "Allow",
"Resource": "arn:aws:secretsmanager:us-east-1:253256162899:secret:prod/my-app/mysql-yPJQfy"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment