Is there a public API I can poll for server/region degradations?

0

I've found https://health.aws.amazon.com/health/status and https://docs.aws.amazon.com/health/latest/APIReference/Welcome.html

I'm trying to scan regions/instance/servers types for degradations from a public API. Is this possible?

I'm looking for something that'll tell me when there's hints at region network issues, servers are being slow to respond or anything that'll count as a degradation.

Ryan
已提问 2 年前195 查看次数
1 回答
1

Edit: Directly to your question, The right place to get this information is via the AWS Health API which does require authentication in your account.

The type of event your are looking for is of the category "issue" which covers ongoing (or recent) service events.

You can use the command

aws health describe-events --filter eventTypeCategories=issue

https://docs.aws.amazon.com/health/latest/ug/supported-operations.html

profile pictureAWS
专家
已回答 2 年前
profile pictureAWS
专家
Chris_G
已审核 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则