Introduction
Amazon Simple Notification Service (Amazon SNS) is a web service that coordinates and manages the delivery or sending of messages to subscribing endpoints or clients.
In Amazon SNS, there are two types of clients — publishers (also called producers) and subscribers (also called consumers).
- Publishers communicate asynchronously with subscribers by producing and sending a message to a topic, which is a logical access point and communication channel.
- Subscribers (that is, web servers, email addresses, Amazon SQS queues, AWS Lambda functions) consume or receive the message or notification over one of the supported protocols (that is, Amazon SQS, HTTP/S, email, SMS, Lambda) when they are subscribed to the topic.
Note
Use the OpsRamp AWS public cloud integration to discover and collect metrics against the AWS service.Setup
To set up the OpsRamp AWS integration and discover the AWS service,
go to AWS Integration Discovery Profile and select SNS
.
Metrics
OpsRamp Metric | Metric Display Name | Unit | Aggregation Type | Description |
---|---|---|---|---|
aws_sns_NumberOfMessagesPublished | NumberOfMessagesPublished | Count | SUM | Number of messages published to the topic. |
aws_sns_PublishSize | PublishSize | AVERAGE | Size of messages published to the topic. | |
aws_sns_NumberOfNotificationsDelivered | NumberOfNotificationsDelivered | Count | SUM | Number of messages successfully delivered to all subscriptions of the topic. |
aws_sns_NumberOfNotificationsFailed | NumberOfNotificationsFailed | Count | SUM | Number of all notification attempts to subscriptions of the topic that failed delivery. |
Event support
CloudTrail event support
- Supported (CreateTopic, DeleteTopic)
- Configurable in OpsRamp AWS Integration Discovery Profile.
CloudWatch alarm support
- Supported
- Configurable in OpsRamp AWS Integration Discovery Profile.