A financial services firm is deploying a containerized analytics application on AWS and has identified two storage requirements. First, the application needs a shared file system that supports the NFSv4 protocol and can be mounted concurrently by hundreds of container instances running across multiple Availability Zones. Second, the application requires a persistent block storage solution for a transactional database hosted on a single Amazon EC2 instance, which must retain data independently of the instance's life cycle. Which two AWS storage solutions should be selected to meet these requirements?
- Amazon Elastic File System (Amazon EFS) to provide the shared, multi-Availability Zone file storageCevap
- Amazon Elastic Block Store (Amazon EBS) to provide the persistent block storage for the databaseCevap
- CAmazon EC2 Instance Store to provide the persistent block storage for the database
- DAmazon Simple Storage Service (Amazon S3) to provide the transactional database block storage
- EA customer-managed NFS server deployed on Amazon EC2 to provide the shared file system, because AWS automatically manages OS patching for EC2
Cevap
Amazon Elastic File System (Amazon EFS) for the shared file storage and Amazon Elastic Block Store (Amazon EBS) for the database persistent block storage.
Amazon Elastic File System (Amazon EFS) provides a fully managed, shared file system that can be concurrently mounted by hundreds of instances across multiple Availability Zones, satisfying the container shared storage requirement. Amazon Elastic Block Store (Amazon EBS) provides highly durable, persistent block storage volumes that survive instance stop/start cycles, making it the correct choice for the transactional database requirement.
Adım Adım Çözüm
Anahtar Kavram
Selecting appropriate AWS storage services (EFS vs. EBS vs. S3 vs. Instance Store) based on durability, accessibility, and performance requirements.
Tahmini Süre:3m 0s