Skip to content

Instantly share code, notes, and snippets.

@t2ynkmr
Last active November 5, 2018 23:48
Show Gist options
  • Save t2ynkmr/9bfa0622c691c3869327fa7865f99973 to your computer and use it in GitHub Desktop.
Save t2ynkmr/9bfa0622c691c3869327fa7865f99973 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Id": "AWSConsole-AccessLogs-Policy-1513731370170",
"Statement": [
{
"Sid": "AWSConsoleStmt-1513731370170",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::OWNERACOUNTID:root"
},
"Action": "s3:PutObject",
"Resource": "arn:aws:s3:::MYBUCKET1/AWSLogs/MYACOUNTID/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment