Skip to content

Instantly share code, notes, and snippets.

@gezza-b
Last active April 27, 2020 09:53
Embed
What would you like to do?
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