reading_notes

Read: 38 - Notifications

Notification

Amazon Simple Notification Service

Benefits

Prerequisites

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

how it works

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.

VPC

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.

Publish Amazon SNS Messages Privately

messages privately

Some common cases for private networking and messaging include:

Publish a message to the topic

References