An enterprise is planning to migrate two datasets from its on-premises data center to AWS within a -day migration window. The enterprise has a dedicated AWS Direct Connect connection. The datasets consist of:
* A static archive of seismic research data stored on an NFS v4 file system. This dataset must be migrated to Amazon S3 Standard and encrypted at rest using a Key Management Service (KMS) key.
* An active engineering dataset stored on an SMB file share. This dataset must be migrated to Amazon FSx for Windows File Server and must remain continuously synchronized with on-premises changes until the final cutover on day .
Which two actions should the solutions architect recommend to complete this migration within the timeline?
- Deploy the AWS DataSync agent on-premises. Configure a DataSync task with the SMB share as the source and the Amazon FSx for Windows File Server file system as the destination, scheduling the task to run incrementally.Cevap
- BConfigure an AWS DataSync task to transfer the NFS dataset directly to the Amazon S3 bucket over the Direct Connect connection, utilizing maximum bandwidth settings.
- COrder AWS Snowball Edge Storage Optimized devices for the NFS dataset. Configure the import job to encrypt the target Amazon S3 bucket using the AWS-managed KMS key (aws/s3).
- Order AWS Snowball Edge Storage Optimized devices for the NFS dataset. Use a customer managed KMS key to encrypt the data, ensuring the key policy grants the necessary permissions to the Snowball service principal.Cevap
- EOrder an additional AWS Snowball Edge Storage Optimized device for the SMB dataset. Configure the import job to load the data directly into the Amazon FSx for Windows File Server file system, and perform final delta syncs using an IPsec VPN.
Cevap
Deploy the AWS DataSync agent to synchronize the SMB share with Amazon FSx for Windows File Server, and order AWS Snowball Edge Storage Optimized devices using a customer managed KMS key for the NFS dataset migration.
The correct strategy combines online and offline tools based on bandwidth limits. Transferring over takes over days, so AWS Snowball Edge Storage Optimized devices must be used. Snowball Edge requires a customer managed key (CMK) for KMS encryption because AWS-managed keys do not allow the key policy modifications needed for the Snowball service principal. Meanwhile, the active SMB dataset can be transferred over the network within days. Using AWS DataSync with an on-premises agent allows continuous, incremental synchronization directly to Amazon FSx for Windows File Server.
Adım Adım Çözüm
Anahtar Kavram
Selecting data transfer services based on bandwidth constraints, storage protocol compatibility, and KMS encryption limitations.
Tahmini Süre:3m 0s