RawSushi's Tech Journal
My online tech scrapbook where I keep my notes in case I need to look them up later
Friday, January 22, 2016
AWS S3: Setup IP Based Access Control
Use the "Condition" attribute:
"Condition" : {
"IpAddress" : {
"aws:SourceIp": "xxx.xxx.xxx..xxx/32"
},
}
More examples can be found in following references:
http://docs.aws.amazon.com/AmazonS3/latest/dev/amazon-s3-policy-keys.html
https://pete.wtf/2012/05/01/how-to-setup-aws-s3-access-from-specific-ips/
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment