An enterprise is migrating its legacy data center workloads to AWS. The migration involves two primary NFS-based datasets that must be migrated within a strict window:
* Dataset 1: A historical archive dataset containing static files. This data will be migrated to Amazon S3 and must be accessible by an external, third-party auditing application located in a separate AWS account.
* Dataset 2: An active operational dataset that is continuously updated. This data must be migrated to an Amazon EFS file system, and all POSIX metadata (ownership, permissions, and directory structures) must be preserved.
The company has a AWS Direct Connect connection, but bandwidth throttling limits the maximum dedicated network throughput for migration traffic to . All data at rest must be encrypted using an AWS KMS key that supports cross-account sharing.
Which two actions should the Solutions Architect recommend to achieve this migration within the required timeline? (Select TWO.)
- Order multiple AWS Snowball Edge Storage Optimized devices to import the archive dataset to Amazon S3. Configure the Snowball jobs to encrypt the imported data using a Customer Managed Key (CMK) in AWS KMS.Cevap
- Deploy AWS DataSync agents on-premises and configure a task to replicate the operational dataset to Amazon EFS over the Direct Connect connection, enabling the options to preserve group ID, owner ID, permissions, and timestamps.Cevap
- CDeploy AWS DataSync agents on-premises and configure a task to replicate both the archive dataset and the operational dataset to AWS over the dedicated Direct Connect connection to centralize and simplify migration management.
- DOrder multiple AWS Snowball Edge Storage Optimized devices to import the archive dataset to Amazon S3. Configure the Snowball jobs to encrypt the data at rest using the default AWS-managed key (aws/s3) to minimize key management complexity.
- EDeploy AWS DataSync agents on-premises to replicate the operational dataset to Amazon EFS. Establish network path connectivity by routing the DataSync traffic over the Direct Connect connection into a transit VPC, and then transitively route it to the destination EFS VPC using an established VPC Peering connection between the transit VPC and the EFS VPC.