Wraps AWS status informations obtained via the status page.


License
MIT
Install
pip install aws-status==0.0.19

Documentation

aws-status

Build Status

Helps you check AWS status as seen from the official status page http://status.aws.amazon.com/

Installation

It is recommended to install the package through pip:

pip install aws-status

Usage

The package provides 2 scripts, one for listing AWS available feeds (or regions or services):

#list feeds
aws-status-list

#list regions
aws-status-list --regions

#list services
aws-status-list --services

#get some help
aws-status-list --help

And an other one to check the status of a specific feed:

#check EC2 in us-east-1
aws-status-check http://status.aws.amazon.com/rss/ec2-us-east-2.rss

Thanks