An enterprise needs to migrate of historical compliance records from an on-premises SFTP server to Amazon S3. The migration must be completed within . The enterprise has a dedicated network connection to AWS. Legacy applications must continue to access the records using the SFTP protocol without code modifications. Corporate auditing standards mandate that all data at rest must be encrypted using a customer managed key (CMK) in AWS KMS. Which two options should the solutions architect select to meet these requirements?
- Order AWS Snowball Edge Storage Optimized devices, configure them with an on-premises import job utilizing a customer managed key (CMK) for encryption, copy the initial dataset to the devices, and ship them back to AWS.Answer
- Create an AWS Transfer for SFTP endpoint backed by Amazon S3 configured to use the customer managed key (CMK) for encryption, deploy an AWS DataSync agent on-premises to sync changes made during shipping, and transition client connections to the new SFTP endpoint.Answer
- CDeploy AWS DataSync agents on-premises to transfer the dataset directly over the network connection to Amazon S3, using the customer managed key (CMK) to encrypt data in transit and at rest.
- DOrder AWS Snowball Edge Storage Optimized devices using the default AWS managed key (aws/s3) for encryption to simplify cross-account sharing, copy the dataset, ship them back to AWS, and configure an AWS Storage Gateway File Gateway to serve SFTP clients.
- EEstablish an AWS Direct Connect connection with a Transit Gateway and Direct Connect Gateway to configure transitive routing, then deploy AWS Transfer Family with an AS2 protocol endpoint to stream the payload within the migration window.
Answer
The correct actions are to order AWS Snowball Edge Storage Optimized devices using a customer managed key for the bulk migration, and configure an AWS Transfer for SFTP endpoint backed by Amazon S3 while deploying an AWS DataSync agent to synchronize delta changes.
The solution requires a hybrid approach. The timeline constraint of for of data makes an online-only transfer over a network connection mathematically impossible (~). Therefore, the solutions architect must use AWS Snowball Edge Storage Optimized devices for the initial bulk data load. Using a customer managed key (CMK) is required to meet the auditing rules. To preserve SFTP protocol compatibility for legacy applications, AWS Transfer for SFTP backed by Amazon S3 is deployed. An AWS DataSync agent is used to synchronize the delta changes made on-premises during the Snowball shipment window, as the delta changes easily fit within the bandwidth.
Step-by-Step Solution
Key Concept
Selecting the correct hybrid migration tool based on network bandwidth limits, legacy protocol requirements, and encryption compliance standards.
Estimated Time:2m 0s