An enterprise wants to migrate a dataset from an on-premises NetApp ONTAP NFSv4 file system to Amazon FSx for NetApp ONTAP located in a target VPC. The enterprise also has multiple spoke VPCs that require access to this file system during the migration. The target VPC is connected to the on-premises network via a Transit Gateway and an AWS Direct Connect connection with a transit capacity. The migration must be completed within . The company's security policy requires that all data must be encrypted in transit and at rest using an AWS KMS Customer Managed Key (CMK) owned by the target AWS account, and no traffic can traverse the public internet. Which of the following is the most efficient and compliant architecture to migrate this data within the required timeframe?
- Order multiple AWS Snowball Edge Storage Optimized devices from the target AWS account, specifying the target account's Customer Managed Key (CMK) for encryption. Copy the data from the on-premises NFS file system to the Snowball Edge devices using the built-in NFS interface. Ship the devices back to AWS to import the data into an Amazon S3 bucket encrypted with the CMK. Use AWS DataSync to copy the data from the S3 bucket to the Amazon FSx for NetApp ONTAP file system within the AWS region.Cevap
- BDeploy AWS DataSync agents on-premises on VMware ESXi. Configure an AWS DataSync task to copy the data directly from the on-premises NFSv4 file system to the Amazon FSx for NetApp ONTAP file system over the Direct Connect connection via the Transit Gateway. Configure the task to encrypt the data at rest using the target account's Customer Managed Key (CMK).
- CAssociate the Direct Connect Gateway directly with the target VPC and the spoke VPCs to allow transitive routing between the on-premises file system and all VPCs. Deploy AWS DataSync agents on-premises and configure a task to transfer the data directly to the FSx for NetApp ONTAP file system over the network connection, using the AWS-managed KMS key aws/fsx for at-rest encryption.
- DOrder multiple AWS Snowball Edge Storage Optimized devices from the source AWS account. Copy the data from the on-premises NFS file system to the devices. Once the devices are shipped back to AWS and the data is loaded into a source S3 bucket, configure S3 Cross-Region Replication (CRR) to transfer the data to a target S3 bucket in the target account, using the AWS-managed KMS key aws/s3 for encryption. Then, mount the target S3 bucket directly to FSx for NetApp ONTAP.