Bird
0
0

If a CloudFront edge location does not have the requested object cached, what is the immediate action CloudFront takes?

medium📝 service behavior Q5 of 15
AWS - Cloud Computing Fundamentals
If a CloudFront edge location does not have the requested object cached, what is the immediate action CloudFront takes?
ACloudFront serves a stale cached version from another edge location
BCloudFront returns a 404 error to the user
CCloudFront redirects the user to the origin server directly
DCloudFront retrieves the object from the origin server and caches it at the edge location
Step-by-Step Solution
Solution:
  1. Step 1: Cache miss scenario

    If the requested content is not cached at the edge, CloudFront must fetch it.
  2. Step 2: Fetch from origin

    CloudFront retrieves the object from the origin server and caches it for future requests.
  3. Final Answer:

    CloudFront retrieves the object from the origin server and caches it at the edge location -> Option D
  4. Quick Check:

    Cache miss triggers origin fetch and caching [OK]
Quick Trick: Cache miss causes origin fetch and caching [OK]
Common Mistakes:
MISTAKES
  • Assuming CloudFront returns error on cache miss
  • Thinking CloudFront redirects users to origin
  • Believing stale content is served from other edges

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes