Medium1 markMultiple Choice
AWS SAP-C02 · Question 34 · Domain 2.5: Performance Objectives
A media streaming company delivers content globally. They are using Amazon CloudFront with an S3 origin. Users in certain remote regions are experiencing high latency because the content is not cached at their local edge location, resulting in frequent origin fetches to the central S3 bucket. How can the architect improve performance and reduce the load on the S3 origin?
A media streaming company delivers content globally. They are using Amazon CloudFront with an S3 origin. Users in certain remote regions are experiencing high latency because the content is not cached at their local edge location, resulting in frequent origin fetches to the central S3 bucket. How can the architect improve performance and reduce the load on the S3 origin?
Answer options:
A.
Enable CloudFront Origin Shield.
B.
Deploy S3 buckets in every AWS region and use Route 53 latency routing.
C.
Increase the TTL (Time to Live) of the CloudFront cache to 1 year.
D.
Use AWS Global Accelerator in front of CloudFront.
How to approach this question
Identify the CloudFront feature designed to minimize origin load.
Full Answer
A.Enable CloudFront Origin Shield.✓ Correct
Enable CloudFront Origin Shield.
Amazon CloudFront Origin Shield is an additional caching layer that helps reduce the load on your origin and improve performance. When multiple edge locations request the same content, Origin Shield fetches it once from the origin and serves it to all requesting edge locations.
Common mistakes
Confusing Global Accelerator with CloudFront features.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 4
75 questions · hints · full answers · grading
More questions from this exam
Q01A global enterprise is redesigning its network architecture across 50 AWS accounts. They require ...HardQ02A financial services company uses AWS Organizations to manage 100+ accounts. The security team ma...MediumQ03An e-commerce company requires a multi-region active-active architecture for its critical order p...MediumQ04A company is setting up a new AWS environment using AWS Control Tower. They need to ensure that a...HardQ05An enterprise has 50 AWS accounts under AWS Organizations. They want to implement a chargeback mo...Medium
Expert