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 年前檢視次數 193 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南