- 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.
- Spring 5.0 By Example
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- C程序設計簡明教程(第二版)
- 零基礎搭建量化投資系統:以Python為工具
- DevOps入門與實踐
- 匯編語言程序設計(第2版)
- Python進階編程:編寫更高效、優雅的Python代碼
- 低代碼平臺開發實踐:基于React
- Node.js:來一打 C++ 擴展
- Mastering Business Intelligence with MicroStrategy
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- Visual Basic程序設計教程
- Developing SSRS Reports for Dynamics AX
- 移動增值應用開發技術導論
- C指針原理揭秘:基于底層實現機制