An enterprise needs to migrate of data from an on-premises SMB file share to an Amazon FSx for Windows File Server file system. The company has a dedicated internet connection. The migration must be completed within days. In addition, all transferred data must be encrypted at rest using an AWS KMS customer managed key (CMK). Any incremental updates made on-premises during the migration must be captured and synced to AWS. Which two actions should the Solutions Architect take to meet these requirements? (Select TWO.)
- Order AWS Snowball Edge Storage Optimized devices. Set the destination to an Amazon S3 bucket, and specify an AWS KMS customer managed key to encrypt the data on the devices.Cevap
- Deploy AWS DataSync agents on-premises, and configure tasks to copy the imported bulk data from the Amazon S3 bucket to Amazon FSx, and subsequently sync the incremental changes from the on-premises SMB share to Amazon FSx.Cevap
- CDeploy AWS DataSync agents on-premises, and configure a task to replicate the entire dataset directly from the SMB file share to Amazon FSx for Windows File Server over the network.
- DOrder AWS Snowball Edge Storage Optimized devices. Set the destination to an Amazon S3 bucket, and specify the default AWS managed key (`aws/s3`) to encrypt the data on the devices.
- EConfigure an AWS Direct Connect gateway to route transitive traffic directly between the staging VPC containing the Amazon S3 bucket and the destination VPC containing the Amazon FSx file system.
Cevap
Order AWS Snowball Edge Storage Optimized devices using a customer managed key for encryption, and deploy AWS DataSync agents to manage the data replication to Amazon FSx and incremental synchronization from the on-premises SMB share.
The correct strategy combines offline data migration using AWS Snowball Edge to overcome network bandwidth limitations with online replication using AWS DataSync. Ordering AWS Snowball Edge Storage Optimized devices with a customer managed key satisfies the encryption requirement and timeline for the bulk of the data. Deploying AWS DataSync allows the organization to move the imported bulk data from S3 to Amazon FSx for Windows File Server and sync any subsequent changes from the on-premises SMB share over the network.
Adım Adım Çözüm
Anahtar Kavram
Selecting the optimal data transfer strategy based on dataset size, available network bandwidth, time constraints, and KMS security policies.