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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ