Skip to main content

Provides functions to get up-to-date AWS regions lists.

Project description

Continuous testing & Linting

Overview

This package provides a very simple API for retrieving the most up-to-date region list. The region info is pulled from the botocore Github project so this requires a network connection. The advantage to using botocore directly is that the region list is not reliant on the botocore version which is installed. This can be an issue if you are using system packages for example, which may get updates very infrequently and thus may be missing new regions.

Requirements

  • requests

Installation

pip install aws-regions

Usage

There are two main functions in aws-regions. The first function will provide a list of regions based on the AWS partition. By default this is this public AWS partition:

from aws_regions.endpoints import get_regions


# Defaults to "aws" partition
regions = get_regions()

# "aws-cn" partition
cn_region = get_regions(partition='aws-cn')

The second function will return a list of all regions from all three partitions:

from aws_regions.endpoints import get_all_regions

all_regions = get_all_regions()  # From aws, aws-cn and aws-us-gov

Issues/Enhancements

Please submit issues and requests to Github.

Contributing

Contributions to aws-regions are welcome and encouraged. See CONTRIBUTING for info on getting started.

License

Copyright (c) 2021 SUSE LLC.

Distributed under the terms of MIT license, see LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aws_regions-0.5.0.tar.gz (74.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aws_regions-0.5.0-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file aws_regions-0.5.0.tar.gz.

File metadata

  • Download URL: aws_regions-0.5.0.tar.gz
  • Upload date:
  • Size: 74.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for aws_regions-0.5.0.tar.gz
Algorithm Hash digest
SHA256 e0fcb4d4e075eb2705cfff8b176d751d3a2437444500acbe48c242793da5d1e7
MD5 e0a3d4598489c5fa77150a9d9cf1f249
BLAKE2b-256 023c942701f8b22ca83a84bf95f6fbd13017fb821be117f71f2684b6f5d87511

See more details on using hashes here.

File details

Details for the file aws_regions-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: aws_regions-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for aws_regions-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ddc975dc15e5a4d5bdcc0b2cc36a39299aa4eaf7b4bf40681a15691062d92ac8
MD5 36bd42e2346442e03aeb4bcda18ac093
BLAKE2b-256 6876e1156a301e4ee17fe7dfde3e0b7732f985276c5ddbcd6004cb9418aef11e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page