Fully managed pub/sub messaging, SMS, email, and mobile push notifications.
Is a fully managed messaging service for both application-to-application (A2A) and application-to-person (A2P) communication.
The A2A pub/sub functionality provides topics for high-throughput, push-based, many-to-many messaging between distributed systems, microservice, and event-driven serverless applications.
Using Amazon SNS topics, your publisher systems can fan out messages to a large number of subscriber systems including Amazon SQS queues, AWS Lambda functions and HTTPS endpoints, for parallel processing, and Amazon Kinesis Data Firehose.
The A2P functionality enables you to send messages to users at scale via SMS, mobile push, and email.
Modernize and decouple your applications.
Send messages directly to millions of users.
Reliably deliver messages.
Automatically scale your workload.
Ensure accuracy with message ordering and de duplication.
Simplify your architecture with Message Filtering.
Step 1: Create a topic
Step 2: Create a subscription to the topic
Step 3: Publish a message to the topic
Step 4: Delete the subscription and topic
you first have to create a topic, which is an access point for subscribers interested in receiving notifications about a specific subject. When a message is published to a topic, Amazon SNS pushes the message to all appropriate subscribers, which could be HTTP endpoints, Amazon SQS queues, or AWS Lambda functions.
Amazon Virtual Private Cloud (VPC) is a virtual network that closely resembles a traditional network that you’d operate in your own data center.
Amazon VPC lets you provision a logically isolated section of the AWS Cloud where you can launch AWS resources in a virtual network that you define.
Some common cases for private networking and messaging include:
Hello from Amazon SNS!
In the Message body section, choose Identical payload for all delivery protocols, and then enter a message body, such as:
Publishing a message to an SNS topic.