An enterprise is migrating its on-premises data center workloads to AWS and needs to transfer two primary datasets within a strict 14-day migration window. The enterprise has a dedicated AWS Direct Connect connection. The datasets consist of:
* of active user documents stored on an on-premises SMB file share, which must be migrated to Amazon FSx for Windows File Server.
* of media files stored on an on-premises NFS export, which must be migrated to Amazon S3.
The security policy mandates that all migrated data must be encrypted at rest using an AWS Key Management Service (AWS KMS) customer managed key that is owned and managed by a centralized security account. Additionally, an existing on-premises SFTP server used by external partners to access the media files must be replaced with a fully managed service on AWS, preserving existing credentials and hostnames.
Which combination of actions will meet these requirements within the migration window? (Select TWO.)
- Order multiple AWS Snowball Edge Storage Optimized devices. Copy both the SMB and NFS datasets onto the devices. Configure the Snowball job to encrypt the imported data in Amazon S3 using a customer managed KMS key created in the security account.Cevap
- Create an AWS DataSync task without an agent to copy the migrated SMB data from the target Amazon S3 bucket to the Amazon FSx for Windows File Server file system. Configure an AWS Transfer for SFTP endpoint backed by AWS Secrets Manager to authenticate external partners using their existing credentials.Cevap
- CUse AWS DataSync to copy both the SMB and NFS datasets directly from on-premises to Amazon FSx and Amazon S3 over the AWS Direct Connect link. Configure the task to run continuously with high bandwidth limits.
- DOrder multiple AWS Snowball Edge Storage Optimized devices. Copy the SMB and NFS datasets to the devices, and configure the import process to encrypt the target S3 buckets using the default AWS-managed KMS key (aws/s3) to enable automatic cross-account decryption by the security account.
- ESet up an AWS Transit Gateway routed through the Direct Connect gateway to configure transitive VPC-to-VPC routing. Deploy on-premises AWS DataSync agents to stream both datasets over the Transit Gateway directly to AWS to meet the 14-day migration window.