A financial technology firm is deploying a real-time transaction processing engine on Amazon EC2 instances distributed across three Availability Zones. The engine requires a shared file system to store and access transaction logs concurrently. The workload requires a file system that is POSIX-compliant, supports concurrent read/write operations from all instances, scales capacity automatically, and can scale throughput dynamically to handle peak loads up to . Which storage solution should a solutions architect recommend to satisfy these requirements?
- AAmazon EBS gp3 volume with Multi-Attach enabled, formatted with a standard XFS file system.
- Amazon EFS file system configured with Elastic Throughput mode.Cevap
- CAmazon EBS io2 volumes configured with EBS Multi-Attach and attached to all instances.
- DAmazon S3 bucket mounted on the instances using AWS Mountpoint for Amazon S3.
Cevap
Amazon EFS file system configured with Elastic Throughput mode.
The correct option is the Amazon EFS file system configured with Elastic Throughput. Amazon EFS is a serverless, POSIX-compliant shared file system designed to span multiple Availability Zones. Elastic Throughput mode automatically adjusts the throughput performance to match dynamic workload demands up to or higher, without requiring manual capacity or performance provisioning.
Adım Adım Çözüm
Anahtar Kavram
Amazon EFS provides a serverless, POSIX-compliant shared file system across multiple Availability Zones, with Elastic Throughput mode automatically scaling performance to meet dynamic, high-throughput demands.
Tahmini Süre:1m 30s