An enterprise needs to migrate of historical log data from an on-premises Hadoop Distributed File System (HDFS) cluster to Amazon S3. The company has a AWS Direct Connect connection, but corporate policy restricts the migration workload to utilizing a maximum of of this bandwidth. The migration must be completed within . Concurrently, legacy applications must continue writing new log data using the SFTP protocol. The target S3 bucket resides in a centralized Logging Account (Account B), and all stored logs must be encrypted at rest using a Customer Managed Key (CMK) in AWS Key Management Service (AWS KMS) managed by Account B. The migration is being executed by a team operating within a separate Migration Account (Account A), which is responsible for ordering and managing the transfer infrastructure. Which two options should the Solutions Architect recommend to satisfy these requirements? (Select TWO.)
- Order 15 AWS Snowball Edge Storage Optimized devices from Account A, load the historical HDFS data onto the devices, and ship them to AWS to import the data into a temporary S3 bucket in Account A. Run an AWS DataSync task to copy the imported data from Account A's S3 bucket to Account B's S3 bucket, using Account B's Customer Managed Key (CMK) for encryption.Cevap
- BDeploy an AWS DataSync agent on-premises and configure an HDFS source location. Create a DataSync task to transfer the of historical data directly over the AWS Direct Connect connection to Account B's S3 bucket, setting a bandwidth limit of on the task.
- Set up an AWS Transfer Family SFTP-enabled server in Account B, configured with a public VPC endpoint. Map the server's user directories to Account B's S3 bucket, and configure the legacy applications to write new log data using this endpoint, authorizing access via an IAM role that encrypts objects using Account B's Customer Managed Key (CMK).Cevap
- DOrder 15 AWS Snowball Edge Storage Optimized devices from Account A. Configure the Snowball jobs to import the HDFS data directly into Account B's S3 bucket, specifying the default AWS-managed KMS key 'aws/s3' in Account B for target object encryption.
- EConfigure an AWS Transfer Family SFTP server in Account A. Establish a transit routing path using AWS Transit Gateway and VPC peering to allow legacy applications to stream new data through Account A's SFTP server directly into Account B's S3 bucket, encrypting the objects using an AWS-managed KMS key.