An enterprise is migrating its legacy document management system to AWS. The system contains of unstructured data stored on on-premises Network File System (NFS) and Server Message Block (SMB) file shares. The company has a AWS Direct Connect connection, but only of this bandwidth can be dedicated to the migration due to ongoing production traffic. The migration must be completed, validated, and fully cut over within a strict window. In addition, external partners must continue to upload daily delta feeds (approximately per day) using the SFTP protocol. The files must be stored in the destination Amazon S3 bucket and encrypted at rest using an AWS Key Management Service (AWS KMS) Customer Managed Key (CMK). Which combination of actions will meet these requirements in the most operationally efficient manner? (Select TWO.)
- Order multiple AWS Snowball Edge Storage Optimized devices to migrate the bulk of the dataset offline. After the Snowball import is complete, deploy AWS DataSync agents on-premises to sync the remaining incremental updates over the Direct Connect connection to the target S3 bucket.Answer
- Provision an AWS Transfer for SFTP endpoint backed by the target Amazon S3 bucket. Configure the Transfer Family service role with an IAM policy that allows access to the S3 bucket and decrypt/encrypt permissions on the KMS Customer Managed Key (CMK).Answer
- CDeploy AWS DataSync agents on-premises and configure them to transfer the entire dataset directly to the target S3 bucket over the Direct Connect allocation, scheduling the task to run continuously to meet the deadline.
- DMigrate the initial dataset using AWS Transfer Family SFTP endpoints over the Direct Connect connection by running concurrent SFTP scripts on-premises, and configure the S3 bucket to use the AWS-managed KMS key (aws/s3) to encrypt the data.
- EOrder multiple AWS Snowball Edge Storage Optimized devices to migrate the bulk of the dataset offline. Configure the target S3 bucket to use the AWS-managed KMS key (aws/s3), and modify the key policy of the aws/s3 key to grant the AWS Transfer Family service role permissions to encrypt the daily partner SFTP uploads.