Easy1 markMultiple Choice
AWS SAA-C03 · Question 40 · Domain 3.4: Network Performance
A website serves static images stored in Amazon S3. Users globally are complaining about slow load times. How can a solutions architect improve the read performance and reduce the load on the S3 bucket?
A website serves static images stored in Amazon S3. Users globally are complaining about slow load times. How can a solutions architect improve the read performance and reduce the load on the S3 bucket?
Answer options:
A.
Enable S3 Cross-Region Replication to all regions.
B.
Deploy Amazon CloudFront and set the S3 bucket as the origin.
C.
Use Amazon ElastiCache to cache the images.
D.
Enable S3 Transfer Acceleration.
How to approach this question
Identify the need to cache static S3 content globally. CloudFront is the AWS CDN.
Full Answer
B.Deploy Amazon CloudFront and set the S3 bucket as the origin.✓ Correct
Deploy Amazon CloudFront and set the S3 bucket as the origin.
Amazon CloudFront is a fast content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency and high transfer speeds by caching content at edge locations.
Common mistakes
Confusing S3 Transfer Acceleration (uploads) with CloudFront (downloads/caching).
Practice the full AWS SAA-C03 Practice Exam 3
65 questions · hints · full answers · grading
More questions from this exam
Q01A company stores sensitive documents in an Amazon S3 bucket. The security team requires that only...EasyQ02A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...MediumQ03A company hosts a web application on Amazon EC2 instances behind an Application Load Balancer (AL...EasyQ04A company wants to continuously monitor its AWS accounts for malicious activity and unauthorized ...MediumQ05A company needs to encrypt data at rest in Amazon RDS and manage database credentials securely. T...Medium
Expert