Publish a Message to SNS Topic AWS SNS provides lots of option to notify the subscribers through various protocols with the message received from Publisher. Different AWS services could be used to send notification to the SNS topic. In this article we would talk over below topic Topic Launch an Ec2 InstanceConfigure CloudWatch MetricsSend a... Continue Reading →
How to send a Mobile Text message using SNS?
Send a Text Message Amazon SNS supports for User Notifications with subscribers such as mobile phone number and mobile applications. The user notifications could be of either With Mobile Application as Subscriber (Mobile Push) or With Mobile Phone Number as Subscriber (Send SMS). Amazon SNS helps to directly send push notification message to the applications... Continue Reading →
How to Publish a Message to an AWS SNS Topic?
A topic in SNS is a logical access point in communication between publisher and subscriber. Topic receives the message from publisher and filter it with SNS message filtration and delivered to the subscribers who have subscribed to that topic. As like other services in AWS, topic is also identified with unique amazon resource name (ARN).... Continue Reading →
What is Amazon Simple Notification Service (SNS)?
Amazon Simple Notification (SNS) is secure, highly available, fully managed messaging service. Its also a web server service which coordinates and manages the delivery or sending of the messages to the subscribing endpoints. In SNS, there are two types of clients 1. Publisher 2. Subscriber also called as Producer and Consumers. The publisher communicates with... Continue Reading →