Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 836 Bytes

File metadata and controls

23 lines (16 loc) · 836 Bytes

check_aws_status_feed

Checks http://status.aws.amazon.com/ RSS feeds for outage and performance information.

I only added and tested the regions I needed at the time, so feel free to open a PR if you need additional features. Thanks!

usage: check_aws_status_feed.py [-h]
                                [--region {us-east-1,us-west-1,us-west-2,us-standard}]

                                {s3,elasticache,management-console,cloudwatch,ec2,elb,rds,route53,vpc,iam,all}

Check current status information from the AWS Service Health Dashboard
(status.aws.amazon.com).

positional arguments:
  {s3,elasticache,management-console,cloudwatch,ec2,elb,rds,route53,vpc,iam,all}

optional arguments:
  -h, --help            show this help message and exit
  --region {us-east-1,us-west-1,us-west-2,us-standard}