An enterprise has a historical dataset stored on an on-premises NFS file system that must be migrated to Amazon S3. The enterprise has a dedicated internet connection. In addition, the enterprise must establish an ingestion pipeline to receive daily reports totaling from external vendors via the SFTP protocol, storing them directly in Amazon S3. The migration of the historical dataset must be completed within days. Which two actions should the Solutions Architect take to meet these requirements? (Select TWO.)
- Order multiple AWS Snowball Edge Storage Optimized devices, transfer the dataset locally from the NFS server, and ship the devices back to AWS to import the data into the Amazon S3 bucket using an AWS KMS customer managed key.Answer
- Provision an AWS Transfer Family server with an SFTP-enabled public endpoint, map the endpoint to the target Amazon S3 bucket, and configure external vendors to upload their daily reports using the SFTP protocol.Answer
- CDeploy AWS DataSync agents on-premises, establish a site-to-site VPN connection over the internet, and configure a DataSync task to copy the NFS dataset directly to Amazon S3.
- DOrder multiple AWS Snowball Edge Storage Optimized devices, transfer the dataset locally from the NFS server, and configure the import job to encrypt the target Amazon S3 bucket using the default AWS managed key (`aws/s3`).
- EEstablish an AWS Direct Connect connection with a Direct Connect Gateway to route the external vendors' SFTP traffic transitively through an on-premises environment before forwarding it to an AWS Transfer Family server using a private VPC endpoint.
Answer
The correct strategy requires ordering multiple AWS Snowball Edge Storage Optimized devices to migrate the historical dataset using a customer managed KMS key, and provisioning an AWS Transfer Family SFTP-enabled public endpoint to ingest the daily vendor reports directly to Amazon S3.
Using AWS Snowball Edge Storage Optimized devices is the only way to meet the migration timeline for the dataset given the network limit. The import job requires an AWS KMS customer managed key because AWS managed keys do not support the delegation necessary for Snowball. Meanwhile, AWS Transfer Family with an SFTP public endpoint mapped to Amazon S3 offers a native, scalable solution for daily reports from external vendors.
Step-by-Step Solution
Key Concept
Large-scale data migration decisions based on bandwidth limits, execution timelines, and service constraints (Snowball vs DataSync and Transfer Family).
Estimated Time:3m 0s