简体   繁体   English

如何在没有眼球监控的情况下识别 EC2 实例上的 AWS 中断?

[英]How to identify AWS Outage on EC2 Instances without eye ball monitoring?

If your application hosted on AWS and if there is any AWS Outage, How to detect the Outage early without eye ball monitoring.如果您的应用程序托管在 AWS 上并且有任何 AWS 中断,如何在没有眼球监控的情况下尽早检测到中断。 Any automation process or tool which we can use for the above?我们可以使用任何自动化过程或工具来实现上述目标吗?

Amazon EC2 performs automated checks on every running EC2 instance to identify hardware and software issues. Amazon EC2 对每个正在运行的 EC2 实例执行自动检查以识别硬件和软件问题。 You can view the results of these status checks to identify specific and detectable problems or use the steps from the below document to set an alarm and get notified when an EC2 is down.您可以查看这些状态检查的结果以识别特定和可检测的问题,或使用以下文档中的步骤设置警报并在 EC2 关闭时收到通知。

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-system-instance-status-check.html#creating_status_check_alarms https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-system-instance-status-check.html#creating_status_check_alarms

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM