Easy1 markMultiple Choice
AWS SAA-C03 · Question 49 · Domain 3.4: Network Performance
A company hosts a static website on Amazon S3. Users in Australia are complaining about slow load times, while users in the US experience fast load times. The S3 bucket is located in the us-east-1 region. How can a solutions architect improve performance for the Australian users?
A company hosts a static website on Amazon S3. Users in Australia are complaining about slow load times, while users in the US experience fast load times. The S3 bucket is located in the us-east-1 region. How can a solutions architect improve performance for the Australian users?
Answer options:
A.
Enable S3 Cross-Region Replication to an Australian region.
B.
Create an Amazon CloudFront distribution and set the S3 bucket as the origin.
C.
Enable S3 Transfer Acceleration.
D.
Move the S3 bucket to an Australian region.
How to approach this question
Identify the need to serve static content globally with low latency. Amazon CloudFront is the AWS Content Delivery Network (CDN).
Full Answer
B.Create an Amazon CloudFront distribution and set the S3 bucket as the origin.✓ Correct
Create an Amazon CloudFront distribution 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.
Common mistakes
Confusing Transfer Acceleration (for uploads) with CloudFront (for downloads/caching).
Practice the full AWS SAA-C03 Practice Exam 7
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team needs...MediumQ02An application runs on Amazon EC2 instances and needs to access an Amazon S3 bucket. What is the ...EasyQ03A company wants to implement federated access to the AWS Management Console for its employees usi...MediumQ04A company is building a mobile application that requires users to sign in using their social medi...EasyQ05A security team wants to enforce MFA for all IAM users before they can terminate EC2 instances. H...Medium
Expert