
Ultimate access to all questions.
A company processes real-time data into its on-premises data center, creating a daily data feed that is then compressed into a single file. For backup purposes, this compressed file, which is generally around 2 GB in size, is uploaded to Amazon S3.
Given this information, what is the fastest method to upload the daily compressed 2 GB file to S3?
A
Upload the compressed file in a single operation
B
Upload the compressed file using multipart upload
C
FTP the compressed file into an EC2 instance that runs in the same region as the S3 bucket. Then transfer the file from the EC2 instance into the S3 bucket
D
Upload the compressed file using multipart upload with S3 transfer acceleration