Friday, January 27, 2023

AMAZON SIMPLE NOTIFICATION SERVICES (SNS)

 AMAZON SIMPLE NOTIFICATION SERVICES (SNS)


Amazon Simple Notification Service (Amazon SNS) is a managed service that provides message delivery from publishers to subscribers (also known as producers and consumers). Publishers communicate asynchronously with subscribers by sending messages to a topic, which is a logical access point and communication channel. Clients can subscribe to the SNS topic and receive published messages using a supported endpoint type, such as Amazon Kinesis Data Firehose, Amazon SQS, AWS Lambda, HTTP, email, mobile push notifications, and mobile text messages (SMS).




SNS is a notification service which can be used for email or SMS notifications. Can also be integrated with other AWS services.

Amazon Simple Notification Service (#Amazon_SNS) is a fast, flexible, fully managed push notification service that lets you send individual messages or to fan-out messages to large numbers of recipients.

Amazon SNS makes it simple and cost effective to send push notifications to mobile device users, email recipients or even send messages to other distributed services.

𝗙𝗲𝗮𝘁𝘂𝗿𝗲 𝗼𝗳 𝗔𝗺𝗮𝘇𝗼𝗻 𝗦𝗡𝗦
Automatic Scaling
Message Encryption
Message Filtering
Message Fanout
Mobile Notification
SNS & Email Messages

TYPES OF Amazon SNS
Standard Topic
FIFO Topic

𝗖𝗹𝗶𝗲𝗻𝘁𝘀 𝗼𝗳 𝗦𝗡𝗦:
Subscribers
 Publishers
Subscribers receive the required message or notification over one of the supported protocols (Amazon SQS, email, Lambda, HTTP, SMS) when they are subscribed to the topic.
Publishers are also known as producers, publishers communicate asynchronously with subscribers by producing and sending a message to a topic, which is a logical access point and communication channel.


No comments: