How to load part of section directly from Akamai to AWS S3 without requesting the origin server?
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 does not requires any processing from web server and that can be directly served because those are pure static files say (RSS). Is there anyway to load some links directly from Akamai to S3 without requesting the origin server?
Eg. 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.
Thanks in advanced.
amazon-s3 akamai
add a comment |
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 does not requires any processing from web server and that can be directly served because those are pure static files say (RSS). Is there anyway to load some links directly from Akamai to S3 without requesting the origin server?
Eg. 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.
Thanks in advanced.
amazon-s3 akamai
add a comment |
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 does not requires any processing from web server and that can be directly served because those are pure static files say (RSS). Is there anyway to load some links directly from Akamai to S3 without requesting the origin server?
Eg. 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.
Thanks in advanced.
amazon-s3 akamai
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 does not requires any processing from web server and that can be directly served because those are pure static files say (RSS). Is there anyway to load some links directly from Akamai to S3 without requesting the origin server?
Eg. 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.
Thanks in advanced.
amazon-s3 akamai
amazon-s3 akamai
asked Nov 15 '18 at 8:22
Rohit.007Rohit.007
1,7492419
1,7492419
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Create a new rule in Property Manager.

Add a match criteria, for /rss/*.

Add an Origin Server behavior.

Notes:
- Set the Forward Host Header to Origin Hostname.
- Set the Origin Server Hostname to a hostname that maps to your S3 bucket (replace
yourbucket). - Make sure the files in the S3 bucket are publicly readable (
public-readACL).
tried according to your configuration but it is throwing reference errorAn error occurred while processing your request. Reference #30.153f3217.1542364921.1f29a6
– Rohit.007
Nov 16 '18 at 11:15
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53315097%2fhow-to-load-part-of-section-directly-from-akamai-to-aws-s3-without-requesting-th%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Create a new rule in Property Manager.

Add a match criteria, for /rss/*.

Add an Origin Server behavior.

Notes:
- Set the Forward Host Header to Origin Hostname.
- Set the Origin Server Hostname to a hostname that maps to your S3 bucket (replace
yourbucket). - Make sure the files in the S3 bucket are publicly readable (
public-readACL).
tried according to your configuration but it is throwing reference errorAn error occurred while processing your request. Reference #30.153f3217.1542364921.1f29a6
– Rohit.007
Nov 16 '18 at 11:15
add a comment |
Create a new rule in Property Manager.

Add a match criteria, for /rss/*.

Add an Origin Server behavior.

Notes:
- Set the Forward Host Header to Origin Hostname.
- Set the Origin Server Hostname to a hostname that maps to your S3 bucket (replace
yourbucket). - Make sure the files in the S3 bucket are publicly readable (
public-readACL).
tried according to your configuration but it is throwing reference errorAn error occurred while processing your request. Reference #30.153f3217.1542364921.1f29a6
– Rohit.007
Nov 16 '18 at 11:15
add a comment |
Create a new rule in Property Manager.

Add a match criteria, for /rss/*.

Add an Origin Server behavior.

Notes:
- Set the Forward Host Header to Origin Hostname.
- Set the Origin Server Hostname to a hostname that maps to your S3 bucket (replace
yourbucket). - Make sure the files in the S3 bucket are publicly readable (
public-readACL).
Create a new rule in Property Manager.

Add a match criteria, for /rss/*.

Add an Origin Server behavior.

Notes:
- Set the Forward Host Header to Origin Hostname.
- Set the Origin Server Hostname to a hostname that maps to your S3 bucket (replace
yourbucket). - Make sure the files in the S3 bucket are publicly readable (
public-readACL).
answered Nov 16 '18 at 4:34
mh.mh.
7331616
7331616
tried according to your configuration but it is throwing reference errorAn error occurred while processing your request. Reference #30.153f3217.1542364921.1f29a6
– Rohit.007
Nov 16 '18 at 11:15
add a comment |
tried according to your configuration but it is throwing reference errorAn error occurred while processing your request. Reference #30.153f3217.1542364921.1f29a6
– Rohit.007
Nov 16 '18 at 11:15
tried according to your configuration but it is throwing reference error
An error occurred while processing your request. Reference #30.153f3217.1542364921.1f29a6 – Rohit.007
Nov 16 '18 at 11:15
tried according to your configuration but it is throwing reference error
An error occurred while processing your request. Reference #30.153f3217.1542364921.1f29a6 – Rohit.007
Nov 16 '18 at 11:15
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53315097%2fhow-to-load-part-of-section-directly-from-akamai-to-aws-s3-without-requesting-th%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown