mangoman
mangoman

Reputation: 75

How I can retrieve the AWS services statuses?

How I can retrieve the AWS services statuses programmatically? Is there any API which will provide me the status like below URL, which can give me health status of desired services which my cloud formation stack will use.

https://status.aws.amazon.com/

Upvotes: 1

Views: 88

Answers (1)

helloV
helloV

Reputation: 52393

You can get the status of the services that you are using.

For API access, see: AWS Health API

The AWS Health API provides programmatic access to the AWS Health information that is presented in the AWS Personal Health Dashboard. You can get information about events that affect your AWS resources

Upvotes: 2

Related Questions