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.
- List all the supported services for a given AWS region
- List all the unsupported services for a given AWS region
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
You can see the list of available releases on the GitHub Releases page. We follow the Semantic Versioning specification.
This project is licensed under the terms of the GNU GPL v3.0
license. See LICENSE for more details.
This project was generated with python-package-template
, based on python-package-template
by Roman Tezikov.