Skip to content

Instantly share code, notes, and snippets.

@100daysofdevops
Created February 22, 2019 04:55
Show Gist options
  • Save 100daysofdevops/e320c12dc3d51d06061556a975c6a18d to your computer and use it in GitHub Desktop.
Save 100daysofdevops/e320c12dc3d51d06061556a975c6a18d to your computer and use it in GitHub Desktop.
{
"Id": "Policy1550810272864",
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1550810271230",
"Action": [
"s3:GetObject",
"s3:PutObject"
],
"Effect": "Allow",
"Resource": "arn:aws:s3:::mytests3bucketforpermissionboundaries",
"Condition": {
"IpAddress": {
"aws:SourceIp": "67.164.4.229"
}
},
"Principal": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment