SOA-C02 · Question #678
SOA-C02 Question #678: Real Exam Question with Answer & Explanation
The correct answer is C: Enable S3 Transfer Acceleration for the new S3 bucket. Verify that the developers are using the. Amazon S3 Transfer Acceleration improves upload speeds for users who are far from the S3 bucket's AWS Region by utilizing AWS edge locations to speed up data transfers. Users upload files to the nearest AWS edge location, and the data is then transferred to the destination S3 buc
Question
A team of developers is using several Amazon S3 buckets as centralized repositories. Users across the world upload large sets of files to these repositories. The development team's applications later process these files. A SysOps administrator sets up a new S3 bucket, DOC-EXAMPLE-BUCKET, to support a new workload. The new S3 bucket also receives regular uploads of large sets of files from users worldwide. When the new S3 bucket is put into production, the upload performance from certain geographic areas is lower than the upload performance that the existing S3 buckets provide. What should the SysOps administrator do to remediate this issue?
Options
- AProvision an Amazon ElastiCache (Redis OSS) cluster for the new S3 bucket. Provide the
- BAdd the new S3 bucket to a new Amazon CloudFront distribution. Provide the developers with the
- CEnable S3 Transfer Acceleration for the new S3 bucket. Verify that the developers are using the
- DUse S3 multipart upload for the new S3 bucket. Verify that the developers are using Region-
Explanation
Amazon S3 Transfer Acceleration improves upload speeds for users who are far from the S3 bucket's AWS Region by utilizing AWS edge locations to speed up data transfers. Users upload files to the nearest AWS edge location, and the data is then transferred to the destination S3 bucket using optimized AWS network paths. This significantly reduces latency and increases performance for global users uploading large files. To enable S3 Transfer Acceleration: 1. Enable Transfer Acceleration on the S3 bucket in the AWS Management Console or AWS CLI. 2. Developers must update their API calls to use the accelerated endpoint: DOC-EXAMPLE-BUCKET.s3-accelerate.amazonaws.com
Community Discussion
No community discussion yet for this question.