SOA-C03 · Question #142
A company runs a high performance computing (HPC) data-processing application on Amazon EC2 instances in one Availability Zone within a development environment. The application uses a dataset that…
The correct answer is D. Create an S3 directory bucket in the same Availability Zone. Import objects from the original. Amazon S3 Express One Zone with directory buckets and zonal endpoints is specifically designed for single瑼vailability Zone, high-performance workloads such as HPC, machine learning, and analytics applications running on Amazon EC2. AWS CloudOps documentation states that S3…
Question
A company runs a high performance computing (HPC) data-processing application on Amazon EC2 instances in one Availability Zone within a development environment. The application uses a dataset that the company stores on an Amazon S3 general purpose bucket in the same AWS Region as the EC2 instances. A SysOps administrator must improve the application's performance for retrieval of objects from Amazon S3. Which solution will meet these requirements?
Options
- AEnable S3 Transfer Acceleration for the S3 bucket. Create an S3 access point for the bucket.
- BCreate an S3 Lifecycle configuration for the S3 bucket to move all objects to the S3 Express One
- CCreate a second general purpose S3 bucket in the same Region. Copy the objects from the
- DCreate an S3 directory bucket in the same Availability Zone. Import objects from the original
How the community answered
(33 responses)- A6% (2)
- B3% (1)
- C9% (3)
- D82% (27)
Explanation
Amazon S3 Express One Zone with directory buckets and zonal endpoints is specifically designed for single瑼vailability Zone, high-performance workloads such as HPC, machine learning, and analytics applications running on Amazon EC2. AWS CloudOps documentation states that S3 Express One Zone delivers single-digit millisecond latency and up to 10x higher request performance compared to general purpose S3 buckets when data is accessed from the same Availability Zone. An S3 directory bucket is required to use the S3 Express One Zone storage class. These buckets are explicitly associated with a single Availability Zone and use zonal endpoints, which eliminate cross-AZ network hops and significantly reduce latency. Importing the data from the existing general purpose bucket ensures compatibility while achieving maximum throughput and lowest
Topics
Community Discussion
No community discussion yet for this question.