Skip to content

Instantly share code, notes, and snippets.

@msato0731
Created April 19, 2018 21:22
Show Gist options
  • Save msato0731/6fe609d4d4b4d1341919c40db6d38e14 to your computer and use it in GitHub Desktop.
Save msato0731/6fe609d4d4b4d1341919c40db6d38e14 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"logs:CreateLogGroup",
"logs:CreateLogStream",
"logs:PutLogEvents"
],
"Resource": "arn:aws:logs:*:*:*"
},
{
"Effect": "Allow",
"Action": [
"rds:DescribeDBLogFiles",
"rds:DownloadDBLogFilePortion",
"rds:DescribeDBLogFiles"
],
"Resource": [
"*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment