AWS publishes a list of CloudFront's IP addresses (taken from AWS documentation). It contains a JSON document with 2 keys:
- CLOUDFRONT_GLOBAL_IP_LIST
- CLOUDFRONT_REGIONAL_EDGE_IP_LIST
What's the difference between these lists (global and regional)?
- Which IPs are hit when the web-client accesses a CloudFront distribution: global or regional edge ones?
- Which IPs do actually hit your origin (e.g. with
CachingDisabledcache policy, etc.)?