What new "Cache and origin request policy" matches our legacy cache settings?

0

We have been creating CloudFront distributions with the following "legacy cache settings": Open Screenshot

Headers: All
Query strings: All
Cookies: All

We use these distributions so we can host SSL certificates from our many customers, and redirect their traffic to our web app.

What is the equivalent of these settings with the new "Cache policy and origin request policy (recommended)"?

We were unfortunately not able to figure that out yet. Thank you for your help.

enuvo
asked 2 years ago2487 views
1 Answer
1
Accepted Answer

The legacy cache settings that you've provided effectively disable caching, and forward everything to the Origin. You can replicate this using cache policies and origin request policies, by using managed policies as follows:

Cache policy: CachingDisabled
Origin request policy: AllViewer

Caching in CloudFront is highly configurable, and it's very unusual that someone would need to disable caching in all cases - you will certainly need to do this for dynamic content, but you should try to maximize it for any static content that you have. I recommend that you read the documentation on optimizing caching and availability to try to maximize your use of the cache: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/ConfiguringCaching.html

Allowing your content to be served from the cache will reduce the number of requests being made to your origin, and reduce response times and latency for your viewers.

AWS
EXPERT
Paul_L
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions