wolfsoftware.list-availability-zones
A python script for list all of the regions and their availability zones in AWS and your opt-in status.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.0%) to scientific vocabulary
Keywords
Repository
A python script for list all of the regions and their availability zones in AWS and your opt-in status.
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
- Releases: 5
Topics
Metadata Files
README.md
Overview
This Python package allows you to list all availability zones configured for a given AWS account. It is part of our larger AWS Toolkit.
Installation
To install the package, use:
sh
pip install wolfsoftware.list-availability-zones
Usage
To list all availability zones for your AWS account, use the following command:
```sh usage: list-availability-zones [-h] [-V] [-p PROFILE] [-t THREADS]
List all availability zones configured for an account.
Flags: -h, --help Show this help message and exit -V, --version Show program's version number and exit.
Optional arguments: -p PROFILE, --profile PROFILE AWS profile name from ~/.aws/credentials (default: None) -t THREADS, --threads THREADS The number of threads to use (default: 8) ```
Requirements
You will need a valid set of AWS credentials to run this command. These credentials should be configured in your ~/.aws/credentials file.
Example Output
Below is an example of the output you can expect from running this command:
+----------------+---------------------------+--------------------+-------+
| Region Name | Location | Availability Zones | Count |
+----------------+---------------------------+--------------------+-------+
| af-south-1 | Africa (Cape Town) | | |
| ap-east-1 | Asia Pacific (Hong Kong) | | |
| ap-northeast-1 | Asia Pacific (Tokyo) | a, c, d | 3 |
| ap-northeast-2 | Asia Pacific (Seoul) | a, b, c, d | 4 |
| ap-south-1 | Asia Pacific (Mumbai) | a, b, c | 3 |
| ap-southeast-1 | Asia Pacific (Singapore) | a, b, c | 3 |
| ap-southeast-2 | Asia Pacific (Sydney) | a, b, c | 3 |
| ca-central-1 | Canada (Central) | a, b, d | 3 |
| eu-central-1 | Europe (Frankfurt) | a, b, c | 3 |
| eu-north-1 | Europe (Stockholm) | a, b, c | 3 |
| eu-south-1 | Europe (Milan) | | |
| eu-west-1 | Europe (Ireland) | a, b, c | 3 |
| eu-west-2 | Europe (London) | a, b, c | 3 |
| eu-west-3 | Europe (Paris) | a, b, c | 3 |
| me-south-1 | Middle East (Bahrain) | | |
| sa-east-1 | South America (Sao Paulo) | a, b, c | 3 |
| us-east-1 | US East (North Virginia) | a, b, c, d, e, f | 6 |
| us-east-2 | US East (Ohio) | a, b, c | 3 |
| us-west-1 | US West (California) | a, c | 2 |
| us-west-2 | US West (Oregon) | a, b, c, d | 4 |
+----------------+---------------------------+--------------------+-------+
Note: If a cell is empty, it means you are not opted into that region and therefore the information cannot be queried.
Additional Information
For more tools and utilities, check out our AWS Toolkit.
Owner
- Name: AWS Toolbox
- Login: AWSToolbox
- Kind: organization
- Email: github@wolfsoftware.com
- Location: United Kingdom
- Website: https://wolfsoftware.com
- Repositories: 4
- Profile: https://github.com/AWSToolbox
A selection of tools for Amazon Web Services. Created by Wolf Software.
Citation (CITATION.cff)
cff-version: 1.2.0
message: If you use this software, please cite it using these metadata.
title: List availability zones (AWS)
abstract: List all availability zones (AWS)
type: software
version: 0.1.2
date-released: 2024-07-01
repository-code: https://github.com/AWSToolbox/list-availability-zones
keywords:
- "Wolf Software"
- "Software"
license: MIT
authors:
- family-names: "Wolf"
orcid: "https://orcid.org/0009-0007-0983-2072"
GitHub Events
Total
- Delete event: 115
- Issue comment event: 251
- Push event: 202
- Pull request review event: 192
- Pull request event: 239
- Create event: 115
Last Year
- Delete event: 115
- Issue comment event: 251
- Push event: 202
- Pull request review event: 192
- Pull request event: 239
- Create event: 115
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 4
- Total pull requests: 219
- Average time to close issues: 1 minute
- Average time to close pull requests: 2 days
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 1.25
- Average comments per pull request: 1.35
- Merged pull requests: 188
- Bot issues: 4
- Bot pull requests: 219
Past Year
- Issues: 2
- Pull requests: 87
- Average time to close issues: 2 minutes
- Average time to close pull requests: 3 days
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 1.5
- Average comments per pull request: 1.79
- Merged pull requests: 63
- Bot issues: 2
- Bot pull requests: 87
Top Authors
Issue Authors
- dependabot[bot] (5)
Pull Request Authors
- dependabot[bot] (393)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 9 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
- Total maintainers: 1
pypi.org: wolfsoftware.list-availability-zones
Generate a table of the availability zones your account is using.
- Homepage: https://github.com/DevelopersToolbox/template-package-cli
- Documentation: https://github.com/AWSToolbox/list-availability-zones
- License: MIT License
-
Latest release: 0.1.2
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- ActionsToolbox/caretaker-action master composite
- actions/checkout v3 composite
- Gamesight/slack-workflow-status v1.2.0 composite
- actions/checkout v2 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- ruby/setup-ruby v1 composite
- actions/checkout main composite
- codacy/codacy-analysis-cli-action v4.2.0 composite
- github/codeql-action/upload-sarif main composite
- actions/checkout v3 composite
- github/codeql-action/analyze v2 composite
- github/codeql-action/autobuild v2 composite
- github/codeql-action/init v2 composite
- Mattraks/delete-workflow-runs v2 composite
- dependabot/fetch-metadata v1.3.6 composite
- actions/first-interaction v1 composite
- actions/stale v7 composite
- otto-contentfactory/purge-workflow-runs v1 composite
- boto3 ==1.24.70
- botocore ==1.27.70
- prettytable ==3.4.1
- requests ==2.28.1