Skip to content

JensRoland/aws-service-availability

aws-service-availability

Build status Python Version Dependencies Status

License Coverage Report

CLI tool for listing (un)available AWS services by region, because the AWS regional services page no longer contains the useful table of supported services.

🚀 Features

  • List all the supported services for a given AWS region
  • List all the unsupported services for a given AWS region

Installation

pip install -U aws-service-availability

or install with Poetry:

poetry add aws-service-availability

Then you can run the tool:

aws-service-availability list-supported-services eu-north-1
aws-service-availability list-unsupported-services eu-north-1

or with Poetry:

poetry run aws-service-availability list-supported-services eu-north-1
poetry run aws-service-availability list-unsupported-services eu-north-1

📈 Releases

You can see the list of available releases on the GitHub Releases page. We follow the Semantic Versioning specification.

🛡 License

License

This project is licensed under the terms of the GNU GPL v3.0 license. See LICENSE for more details.

Credits

This project was generated with python-package-template, based on python-package-template by Roman Tezikov.