A latency-sensitive video platform uploads large files to S3 from users around the world. Which two features can improve upload performance?
Transfer Acceleration uses optimized edge paths into AWS for long-distance S3 transfers.
Why this answer
S3 Transfer Acceleration (B) uses AWS edge locations to route uploads over optimized network paths, reducing latency and packet loss for global users. S3 multipart upload (C) allows large files to be uploaded in parallel parts, improving throughput and enabling retries of individual parts without restarting the entire upload.
Exam trap
The trap here is that candidates may confuse S3 Transfer Acceleration with CloudFront or think multipart upload is only for resumability, when in fact both features directly address latency and throughput for global, large-file uploads.