
Answer-first summary for fast verification
Answer: Amazon SNS and Amazon SQS
Option A is the most appropriate choice for implementing a notification mechanism in the data pipeline. Amazon Simple Notification Service (Amazon SNS) is a fully managed messaging service that enables you to send messages to a large number of subscribers. Amazon Simple Queue Service (Amazon SQS) is a fully managed message queuing service that enables you to decouple and scale microservices, distributed systems, and serverless applications. By using Amazon SNS and Amazon SQS together, you can set up a notification mechanism that sends alerts whenever a specific event occurs in the data pipeline. You can configure Amazon SNS to publish messages to Amazon SQS queues, which can then be processed by other services or applications to take the necessary actions.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company has a requirement to send alerts whenever a specific event occurs in the data pipeline. Which AWS services can you use to implement this notification mechanism, and how would you set it up?
A
Amazon SNS and Amazon SQS
B
AWS Lambda and Amazon CloudWatch
C
Amazon S3 and Amazon CloudWatch Events
D
AWS Step Functions and Amazon SNS
No comments yet.