Wraps AWS status informations obtained via the status page.
Project description
aws-status
==========
[![Build Status](https://travis-ci.org/jbbarth/aws-status.svg?branch=master)](https://travis-ci.org/jbbarth/aws-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
------
- a great article about packaging python apps: https://hynek.me/articles/sharing-your-labor-of-love-pypi-quick-and-dirty/
- one example of parsing AWS status feeds (in Python): https://github.com/rhartkopf/check_aws_status_feed/blob/master/check_aws_status_feed.py
- an other example (in Ruby): https://gist.github.com/ktheory/1604786
==========
[![Build Status](https://travis-ci.org/jbbarth/aws-status.svg?branch=master)](https://travis-ci.org/jbbarth/aws-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
------
- a great article about packaging python apps: https://hynek.me/articles/sharing-your-labor-of-love-pypi-quick-and-dirty/
- one example of parsing AWS status feeds (in Python): https://github.com/rhartkopf/check_aws_status_feed/blob/master/check_aws_status_feed.py
- an other example (in Ruby): https://gist.github.com/ktheory/1604786
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aws-status-0.0.19.tar.gz
(4.8 kB
view details)
File details
Details for the file aws-status-0.0.19.tar.gz
.
File metadata
- Download URL: aws-status-0.0.19.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef4f27c6d99abd10ad11c3a585684bafeedbebb2154cb12bac71e3e44c42a494 |
|
MD5 | c1682258d846e91295900d407fe85e54 |
|
BLAKE2b-256 | b338b95e636582cd12afb8af3e7ad244a39f56fe257d526e4045bdc5cbebbe96 |