SAP-C02 · Question #851
A company is migrating its on-premises file transfer solution to AWS Transfer Family. The on- premises host includes an SFTP server to receive files, an application that performs a transformation of…
The correct answer is C. Configure Transfer Family to use Amazon S3 storage. Use AWS Glue to perform the. Transfer Family can drop files straight into S3. An S3 put event can trigger an AWS Glue job to run the transformation immediately (no cron to manage). Glue can then publish to SQS. This is fully managed and event-driven, minimizing operational overhead.
Question
A company is migrating its on-premises file transfer solution to AWS Transfer Family. The on- premises host includes an SFTP server to receive files, an application that performs a transformation of the flies, and a messaging server. The transformations run every 5 minutes. When a transformation is complete, the application sends a message to a queue on the messaging server. The company needs to simplify the solution and reduce the management of the components. What should the company do to meet these requirements with the LEAST operational overhead?
Options
- AConfigure Transfer Family to use Amazon EFS storage. Use a cron job on Amazon EFS to
- BConfigure Transfer Family to use Amazon S3 storage. Use Amazon EMR to perform the
- CConfigure Transfer Family to use Amazon S3 storage. Use AWS Glue to perform the
- DConfigure Transfer Family to use Amazon EFS storage. Create an AWS Glue time-based job to
How the community answered
(58 responses)- A7% (4)
- B12% (7)
- C78% (45)
- D3% (2)
Explanation
Transfer Family can drop files straight into S3. An S3 put event can trigger an AWS Glue job to run the transformation immediately (no cron to manage). Glue can then publish to SQS. This is fully managed and event-driven, minimizing operational overhead.
Community Discussion
No community discussion yet for this question.