
Answer-first summary for fast verification
Answer: Implement Amazon AppFlow for direct SaaS to S3 data transfer and configure S3 event notifications to Amazon SNS for upload completion.
Option B is the correct answer. This solution uses Amazon AppFlow to directly transfer data between SaaS sources and the S3 bucket, which reduces the load on EC2 instances and minimizes operational overhead. By configuring S3 event notifications to send events to Amazon SNS when the upload is complete, this approach streamlines the data transfer process and maintains efficient notifications. This solution addresses the performance issue effectively and offers a managed, scalable way to handle data transfer without needing manual scaling and additional rule configurations.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company uses Amazon EC2 to manage data collection from SaaS sources, uploading it to S3 for analysis, and notifying users of completion. To enhance performance with minimal operational overhead, which solution should be implemented?
A
Utilize an Auto Scaling group for EC2 and set up S3 event notifications to Amazon SNS upon upload completion.
B
Implement Amazon AppFlow for direct SaaS to S3 data transfer and configure S3 event notifications to Amazon SNS for upload completion.
C
Establish EventBridge rules for SaaS data output to S3 and subsequent upload completion notifications via a second rule to Amazon SNS.
D
Adopt Docker containers on Amazon ECS, with CloudWatch Container Insights triggering Amazon SNS notifications post-S3 upload.
No comments yet.