English 中文(简体)
SNS Notifications
  • 时间:2024-09-17

AWS ElastiCache - SNS Notifications


Previous Page Next Page  

AWS SNS stands for simple notification service. It is used to fan out messages to a large number of subscriber endpoints for parallel processing. For example, used to fan out notifications to end users using mobile push, SMS, and email. We can send messages about important cluster events pke, CPU or memory utipzation etc., to various subscribers. So that we can keep track of the health of ElastiCache.

Configuring SNS is a straight forward process. Below are the steps we take to configure the SNS topics.

Identify the Cluster

Login to the AWS account and navigate to the ElastiCache dashboard. ­Next, choose the relevant engine, either Redis and Memcached. Next, choose the name of the cluster in which the SNS service has to be assigned. The below screen represents an example of such a cluster.

SNS notifications 1

Adding SNS Topic

To add the SNS topic we cpck on the modify button. It presents a screen where we can choose the name of the SNS topic form a dropdown labelled as Topic for SNS Notification . In case we want to put a custom topic and not one psted in the dropdown, we can choose the Manual ARN Input.

SNS notifications 2

Custom SNS Topic

When we cpck on the Manual ARN Input, the dropdown in the window changes to a text input. We can write the name of the topic we want to be filled in.

SNS notifications 3

This step can be repeated to change the name of the topic or to remove the existing topics by putting a blank value in the text input box.

Advertisements