Medium1 markMultiple Choice
AWS SAA-C03 · Question 38 · 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 the 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 the upload performance for these users?
Answer options:
A.
Use Amazon CloudFront to cache the uploads.
B.
Enable S3 Transfer Acceleration on the bucket.
C.
Set up a VPN connection between Australia and us-east-1.
D.
Enable S3 Cross-Region Replication to an Australian bucket.
How to approach this question
For long-distance S3 uploads, S3 Transfer Acceleration is the purpose-built solution.
Full Answer
B.Enable S3 Transfer Acceleration on the bucket.✓ Correct
Enable S3 Transfer Acceleration on the bucket.
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. As data arrives at an edge location, data is routed to Amazon S3 over an optimized network path.
Common mistakes
Choosing CloudFront. While Transfer Acceleration uses CloudFront infrastructure, you must enable the specific 'Transfer Acceleration' feature on the S3 bucket for uploads.
Practice the full AWS SAA-C03 Practice Exam 1
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 wants...MediumQ02A solutions architect is designing an application that will run on Amazon EC2 instances. The appl...EasyQ03A company wants to implement a federated identity solution for its employees to access the AWS Ma...MediumQ04A mobile application needs to access Amazon DynamoDB directly to read user-specific data. The app...HardQ05A company is hosting a web application on Amazon EC2 instances. The application connects to an Am...Medium
Expert