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.6.0.tar.gz (74.6 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.6.0-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for aws_regions-0.6.0.tar.gz
Algorithm Hash digest
SHA256 ad3e894c96151a9c98adcdf6223fd78cee1545075ca2880a7b3732d14ebc8767
MD5 9502fd3bfe3a5b8fc84206850977ae8f
BLAKE2b-256 540e116eb37860c5c599707b96442266230d04e912adb49391ae3a4b4bc85a14

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for aws_regions-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1f9d0b0b92a530649d6117a427c2fc589e3b37114ba189ea9884154699d7031a
MD5 cbd6ccbe6b28ad9650e3b9b2eec301eb
BLAKE2b-256 819800a56eb4d2ce65c3dd0c213ba89a0fb00938c38f2a1fe9bac106711d2876

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