Amazon Simple Notification Service (SNS) is a highly available, durable, secure, fully managed pub/sub
messaging service that enables you to decouple microservices, distributed systems, and serverless
applications.
Amazon SNS provides topics for high-throughput, push-based, many-to-many messaging. Using Amazon SNS
topics, your publisher systems can fan out messages to a large number of subscriber endpoints for parallel
processing, including Amazon SQS queues, AWS Lambda functions, and HTTP/S webhooks.
Additionally, SNS can be used to fan out notifications to end users using mobile push, SMS, and email.
CORRECT: "Amazon Simple Notification Service (Amazon SNS)" is the correct answer.
INCORRECT: "Amazon Simple Email Service (Amazon SES)" is incorrect. This service is used
for sending email but not SMS text messages.
INCORRECT: "Amazon Simple Workflow Service (Amazon SWF)" is incorrect. Amazon SWF helps
developers build, run, and scale background jobs that have parallel or sequential steps. You can think of
Amazon SWF as a fully-managed state tracker and task coordinator in the Cloud.
INCORRECT: "Amazon Simple Queue Service (Amazon SQS)" is incorrect. Amazon Simple Queue
Service (SQS) is a fully managed message queuing service that enables you to decouple and scale
microservices, distributed systems, and serverless applications.
References:
https://aws.amazon.com/sns/
Save time with our AWS cheat sheets:
https://digitalcloud.training/aws-application-integration/