- AWS Tools for PowerShell 6
- Ramesh Waghmare
- 185字
- 2021-07-15 17:09:17
Simple Notification Service
AWS Simple Notification Service (SNS) is a fully managed service, which provides a simple way to notify applications or people or various other endpoints by creating topics and using a publish-subscribe protocol. SNS allows messages to be published from within an application or directly from the console and have those messages delivered to subscribers via several protocols. Messages are first published to the centralized topics, then the subscriber to the topic receives the messages. It is used in cases where the same single messages are to be sent to many subscribers. SNS supports different protocols such as emails, HTTP, SMS, and so on.
The cost of the service is very low, and you pay only for what you use. For example, the IT production support team needs to be notified when there are issues with a production server; then CloudWatch can monitor the health, and an alarm can be raised when a specific event occurs. These alarms can be configured such that when raised, they publish a message to the SNS topic, then the subscriber to the topic will receive the message.
- Angular UI Development with PrimeNG
- Swift 3 New Features
- SSM輕量級(jí)框架應(yīng)用實(shí)戰(zhàn)
- Asynchronous Android Programming(Second Edition)
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- 單片機(jī)C語(yǔ)言程序設(shè)計(jì)實(shí)訓(xùn)100例
- WordPress 4.0 Site Blueprints(Second Edition)
- JavaScript程序設(shè)計(jì)(第2版)
- Node.js開(kāi)發(fā)指南
- 工業(yè)機(jī)器人離線編程
- Java Web從入門(mén)到精通(第2版)
- Maven for Eclipse
- Java Web入門(mén)很輕松(微課超值版)
- MonoTouch應(yīng)用開(kāi)發(fā)實(shí)踐指南:使用C#和.NET開(kāi)發(fā)iOS應(yīng)用
- PHP面試一戰(zhàn)到底