Skip to content

Instantly share code, notes, and snippets.

@gezza-b
Last active April 27, 2020 09:53
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 gezza-b/a6560fa8e2d62b2d0272aee4166ab54e to your computer and use it in GitHub Desktop.
Save gezza-b/a6560fa8e2d62b2d0272aee4166ab54e to your computer and use it in GitHub Desktop.
s3-conform-policy
"Resource": "arn:aws:s3:::awsconfigconforms-yourname/*",
"Condition": {
"StringEquals": {
"aws:PrincipalOrgID": "youraccount"
},
"ArnLike": {
"aws:PrincipalArn": "arn:aws:iam::*:role/aws-service-role/config-conforms.amazonaws.com/AWSServiceRoleForConfigConforms"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment