An enterprise is migrating of historical records from an on-premises HDFS cluster to Amazon S3. The migration must be completed within a strict 14-day window. The enterprise has a AWS Direct Connect connection, with a maximum of allocated for migration traffic. Concurrently, the enterprise needs to replace a legacy on-premises SFTP server used by external partners to upload daily reports directly to their storage backend. Which combination of actions should the solutions architect take to meet these requirements? (Select TWO.)
- Order multiple AWS Snowball Edge Storage Optimized devices, configure them with an HDFS client, load the historical data, and ship them back to AWS for import into Amazon S3.Answer
- BConfigure AWS DataSync with on-premises agents to transfer the of historical HDFS data directly to the Amazon S3 buckets over the Direct Connect link.
- Deploy an AWS Transfer Family SFTP endpoint backed by Amazon S3, and map the partner identities to IAM roles that access the S3 buckets.Answer
- DEncrypt the imported S3 buckets using the default AWS managed key (aws/s3) and configure a cross-account IAM role to allow external partner accounts to modify the key policy.
- EConfigure a Transit Gateway with Direct Connect Gateway to enable transitive VPC-to-VPC routing for the external partner SFTP traffic to target private EC2 instances hosting SFTP daemons.
Answer
Order multiple AWS Snowball Edge Storage Optimized devices to physically migrate the historical HDFS data to Amazon S3, and deploy an AWS Transfer Family SFTP endpoint backed by Amazon S3 for external partner daily file ingestion.
The correct options recommend ordering physical AWS Snowball Edge Storage Optimized devices for the offline transfer and deploying AWS Transfer Family for partner ingestion. Because the network calculation indicates that a transfer over requires more than 41 days, online transit using DataSync violates the 14-day requirement. Therefore, offline shipping via Snowball is required. To replace the legacy SFTP server natively and serverlessly, AWS Transfer Family backed by Amazon S3 is the optimal choice.
Step-by-Step Solution
Key Concept
Selecting the optimal data transfer mechanisms (Snowball Edge vs. DataSync) based on network constraint calculations, and integrating serverless file transfer protocols (AWS Transfer Family) for external ingestion.