Skip to content

Instantly share code, notes, and snippets.

@jastang
Created January 25, 2019 22:04
Show Gist options
  • Save jastang/1c04c409795cd873a0f9d5f1646290fe to your computer and use it in GitHub Desktop.
Save jastang/1c04c409795cd873a0f9d5f1646290fe to your computer and use it in GitHub Desktop.
rds-iam-auth-role
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"rds-db:connect"
],
"Resource": [
"arn:aws:rds-db:your-region:XXXXXXXXXX:dbuser:*/benchsci"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment