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:

No comments:

Post a Comment