I have one website, which is deployed on AWS instance and we have Akamai CDN. We are storing data in S3. We have few modules which do not require any processing from the web server and that can be directly served because those are pure static files say (RSS). Is there any way to load some links directly from Akamai to S3 without requesting the origin server?
For example, http://www.example.com/rss/1000.rss
, can this /rss/*
directly be configured in Akamai luna to load it from relevant S3 URL?
We tried sitefailover but it does not support the non property URLs Host names.
Create a new rule in Property Manager.
Add a match criteria, for /rss/*
.
Add an Origin Server behavior.
Notes:
yourbucket
).public-read
ACL).