An autonomous vehicle technology firm is designing a high-performance simulation platform on AWS. The platform requires a shared file storage solution to support machine learning model training and log analysis.
The workload profiles and performance indicators are as follows:
* Workload Type: Shared File Storage (POSIX-compliant, supporting advisory file locking)
* Active Dataset: requiring sub-millisecond read latency and up to read throughput
* Archive Dataset: of historical sensor logs that are infrequently accessed but must be immediately available with low latency when a simulation is rerun
* Disaster Recovery Constraints: The primary deployment is in `us-east-1`. A read-only secondary replica must be maintained in `eu-west-1` with a Recovery Point Objective (RPO) of less than and a Recovery Time Objective (RTO) of less than .
* Security Constraints: All data must be encrypted at rest using Customer Managed Keys (CMKs) in AWS Key Management Service (AWS KMS).
Which storage architecture represents the most cost-effective design that satisfies all latency, throughput, RPO/RTO, and security requirements?
- Deploy Amazon FSx for NetApp ONTAP in `us-east-1` using FlexGroup volumes with an 'Auto' tiering policy to transition cold data to capacity pool storage. Encrypt the file system using a regional customer managed KMS key. Deploy a single-AZ FSx for ONTAP file system in `eu-west-1` encrypted with a local customer managed KMS key. Configure NetApp SnapMirror to replicate data from `us-east-1` to `eu-west-1` on a schedule that satisfies the RPO.Cevap
- BDeploy Amazon FSx for NetApp ONTAP in `us-east-1` using FlexGroup volumes with an 'Auto' tiering policy. Encrypt the file system using the default AWS-managed KMS key (`aws/fsx`). Deploy a single-AZ FSx for ONTAP file system in `eu-west-1` encrypted with the default AWS-managed KMS key (`aws/fsx`) in the destination region. Configure NetApp SnapMirror to replicate data from `us-east-1` to `eu-west-1` on a schedule that satisfies the RPO.
- CDeploy Amazon FSx for Lustre (Persistent-2 SSD deployment) in `us-east-1` with data compression enabled. Periodically sync the active training data to Amazon S3. Configure an AWS DataSync task scheduled to run every to replicate the data from the S3 bucket in `us-east-1` to an S3 bucket in `eu-west-1`, which is attached to a passive FSx for Lustre file system.
- DDeploy Amazon EFS in `us-east-1` with Provisioned Throughput configured for and EFS Lifecycle Management set to transition files to the Infrequent Access (IA) storage class after . Enable EFS Replication to copy data to an EFS file system in `eu-west-1`. Encrypt both file systems using customer managed KMS keys.