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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠