I am new for AWS technology and I am wondering how I can send Amazon cloudwatch alert to central console.( by default alert send as email) I am looking the message as trap or short message show on NOC console. I know it can go as SMS to mobile device via sns. but I am hopping there is some method(scipt,apps) to send this alert to central console to be monitor by NOC Eng.

有帮助吗?

解决方案

Depending on your email client, you can filter the CloudWatch emails, and script an appropriate trigger. I have seen this done with Gmail.

其他提示

It's possible to do this via a REST call (https command) as part of a SNS topic instead of sending an email. The only catch is that you have to have your REST API available externally, which can create some security issues if implemented incorrectly.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top