A financial analytics institution is building a risk modeling application on AWS. The application runs on a fleet of Amazon Elastic Container Service (Amazon ECS) tasks distributed across multiple Availability Zones. These tasks must concurrently read and write to a shared scratch space that automatically scales throughput to handle unpredictable transaction data spikes. Additionally, the raw transactional inputs must be archived for compliance in a secure, write-once-read-many (WORM) storage class for seven years, where retrieval can take up to 12 hours. Which two AWS storage configurations or services should be selected to meet these requirements?
- Amazon Elastic File System (Amazon EFS) to provide the shared, elastic concurrent read/write access for the container tasks across multiple Availability Zones.Cevap
- Amazon Simple Storage Service (Amazon S3) Glacier Deep Archive with S3 Object Lock enabled to store the compliance archives in WORM format.Cevap
- CAmazon Elastic Block Store (Amazon EBS) with Multi-Attach enabled to serve as the shared high-throughput scratch space across all tasks.
- DAmazon S3 Standard-Infrequent Access (S3 Standard-IA) to serve as the primary WORM-compliant archive for long-term retention.
- EAmazon EC2 Instance Store to preserve the raw transactional archives locally on the container host instances.
Cevap
Amazon Elastic File System (Amazon EFS) to provide the shared, elastic concurrent read/write access, and Amazon Simple Storage Service (Amazon S3) Glacier Deep Archive with S3 Object Lock enabled to store compliance archives.
The correct selections are Amazon Elastic File System (Amazon EFS) and Amazon S3 Glacier Deep Archive with S3 Object Lock. Amazon EFS provides standard file system interfaces and supports concurrent access across multiple Availability Zones, which perfectly meets the container scratch space requirement. Amazon S3 Glacier Deep Archive provides the lowest-cost storage class for compliance archives with a 12-hour retrieval time, and combining it with S3 Object Lock ensures WORM compliance.
Adım Adım Çözüm
Anahtar Kavram
Distinguishing between Amazon EBS, Amazon EFS, and Amazon S3 storage classes, along with understanding compliance features like S3 Object Lock.