An enterprise is planning to migrate its on-premises data center to AWS. The migration involves two distinct datasets:
* A dataset of historical logs stored on an on-premises Hadoop Distributed File System (HDFS). This data needs to be migrated to Amazon S3 Standard and then transitioned to Amazon S3 Glacier Flexible Retrieval after .
* A dataset of active user documents stored on an on-premises SMB file share. This data must be migrated to an Amazon FSx for Windows File Server file system. The documents are actively modified, and the migration must minimize cutover downtime by replicating changes up to the final cutover window.
The enterprise has a dedicated Direct Connect connection. A maximum of can be dedicated to the migration to avoid disrupting production traffic. The migration must be completed within a strict window. Security policy mandates that all data must be encrypted at rest using customer-managed keys (CMKs) in AWS KMS, and the migration process must maintain files' metadata (such as permissions and timestamps).
Which combination of actions will meet these requirements? (Select TWO.)
- For the HDFS dataset, order multiple AWS Snowball Edge Storage Optimized devices. Configure the Snowball jobs to use a customer-managed KMS key (CMK) for encryption. Copy the HDFS data to the devices, ship them to AWS to import the data into an Amazon S3 Standard bucket, and configure an S3 Lifecycle policy on the bucket to transition the objects to Amazon S3 Glacier Flexible Retrieval after .Answer
- For the SMB dataset, order AWS Snowball Edge Storage Optimized devices to seed the data. Copy the SMB files to the devices and import them into an intermediate Amazon S3 bucket. Deploy AWS DataSync agents on-premises, and configure a DataSync task to copy the seeded data from the S3 bucket to the FSx for Windows File Server file system. Configure a second DataSync task to sync incremental changes directly from the on-premises SMB share to the FSx for Windows File Server file system before cutover.Answer
- CDeploy AWS DataSync agents on-premises, and configure a DataSync task to copy the HDFS dataset directly from the on-premises HDFS cluster to Amazon S3 Standard over the Direct Connect connection using a customer-managed KMS key (CMK). Configure a target S3 Lifecycle policy to transition the data to S3 Glacier Flexible Retrieval.
- DFor the HDFS dataset, order multiple AWS Snowball Edge Storage Optimized devices. Configure the Snowball jobs to encrypt the data at rest using the default AWS-managed KMS key for Amazon S3 (aws/s3). Copy the HDFS data to the devices, ship them to AWS to import the data into an Amazon S3 Standard bucket, and configure an S3 Lifecycle policy to transition the objects to S3 Glacier Flexible Retrieval.
- EDeploy AWS DataSync agents on-premises to migrate the SMB dataset. Configure a Direct Connect Gateway connected directly to a Virtual Private Gateway (VGW) in a central hub VPC, and route replication traffic transitively through the hub VPC to FSx for Windows File Server file systems residing in multiple spoke VPCs without utilizing AWS Transit Gateway.