Easy1 markMultiple Choice
AWS SAA-C03 · Question 39 · Domain 3.1: Storage Performance
A global media company allows users to upload large video files to an Amazon S3 bucket located in the us-east-1 region. Users in Australia are experiencing slow upload speeds. What is the MOST effective way to improve upload performance for these users?
A global media company allows users to upload large video files to an Amazon S3 bucket located in the us-east-1 region. Users in Australia are experiencing slow upload speeds. What is the MOST effective way to improve upload performance for these users?
Answer options:
A.
Use Amazon CloudFront to cache the uploads.
B.
Enable S3 Transfer Acceleration on the bucket.
C.
Create a read replica of the S3 bucket in Australia.
D.
Increase the internet bandwidth of the S3 bucket.
How to approach this question
Look for 'slow upload speeds' to S3 from distant geographic locations. S3 Transfer Acceleration is the solution.
Full Answer
B.Enable S3 Transfer Acceleration on the bucket.✓ Correct
Amazon S3 Transfer Acceleration enables fast, easy, and secure transfers of files over long distances between your client and an S3 bucket. It takes advantage of Amazon CloudFront's globally distributed edge locations.
Common mistakes
Choosing CloudFront caching, which is for read performance, not upload performance.
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