wolfsoftware.list-regions

A python script for list all of the regions in AWS and your opt-in status.

https://github.com/awstoolbox/list-regions

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.4%) to scientific vocabulary

Keywords

aws regions wolfsoftware
Last synced: 6 months ago · JSON representation ·

Repository

A python script for list all of the regions in AWS and your opt-in status.

Basic Info
  • Host: GitHub
  • Owner: AWSToolbox
  • License: mit
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 189 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 3
  • Releases: 5
Topics
aws regions wolfsoftware
Created about 5 years ago · Last pushed 6 months ago
Metadata Files
Readme Contributing Funding License Code of conduct Citation Codeowners Security

README.md

AWSToolbox logo
Github Build Status License Created
Release Released Commits since release

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-regions

Usage

To list all regions for your AWS account, use the following command:

```sh usage: list-regions [-h] [-V] [-p PROFILE] [-t THREADS]

List all regions configured for an account.

flags: -h, --help Show this help message and exit -V, --version Show program's version number and exit.

optional: -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 | Status | +----------------+---------------------------+---------------------+ | af-south-1 | Africa (Cape Town) | not opted in | | ap-east-1 | Asia Pacific (Hong Kong) | not opted in | | ap-northeast-1 | Asia Pacific (Tokyo) | opt in not required | | ap-northeast-2 | Asia Pacific (Seoul) | opt in not required | | ap-northeast-3 | Asia Pacific (Osaka) | opt in not required | | ap-south-1 | Asia Pacific (Mumbai) | opt in not required | | ap-south-2 | Asia Pacific (Hyderabad) | not opted in | | ap-southeast-1 | Asia Pacific (Singapore) | opt in not required | | ap-southeast-2 | Asia Pacific (Sydney) | opt in not required | | ap-southeast-3 | Asia Pacific (Jakarta) | not opted in | | ap-southeast-4 | Asia Pacific (Melbourne) | not opted in | | ca-central-1 | Canada (Central) | opt in not required | | ca-west-1 | Canada West (Calgary) | not opted in | | eu-central-1 | Europe (Frankfurt) | opt in not required | | eu-central-2 | Europe (Zurich) | not opted in | | eu-north-1 | Europe (Stockholm) | opt in not required | | eu-south-1 | Europe (Milan) | not opted in | | eu-south-2 | Europe (Spain) | not opted in | | eu-west-1 | Europe (Ireland) | opt in not required | | eu-west-2 | Europe (London) | opt in not required | | eu-west-3 | Europe (Paris) | opt in not required | | il-central-1 | Israel (Tel Aviv) | not opted in | | me-central-1 | Middle East (UAE) | not opted in | | me-south-1 | Middle East (Bahrain) | not opted in | | sa-east-1 | South America (Sao Paulo) | opt in not required | | us-east-1 | US East (N. Virginia) | opt in not required | | us-east-2 | US East (Ohio) | opt in not required | | us-west-1 | US West (N. California) | opt in not required | | us-west-2 | US West (Oregon) | opt in not required | +----------------+---------------------------+---------------------+

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

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 Regions
abstract: A python script for list all of the regions in AWS and your opt-in status.
type: software
version: 0.1.2
date-released: 2024-07-01
repository-code: https://github.com/AWSToolbox/list-regions
keywords:
  - "Wolf Software"
  - "Software"
license: MIT
authors:
  - family-names: "Wolf"
    orcid: "https://orcid.org/0009-0007-0983-2072"

GitHub Events

Total
  • Delete event: 79
  • Issue comment event: 172
  • Push event: 138
  • Pull request review event: 124
  • Pull request event: 161
  • Create event: 87
Last Year
  • Delete event: 79
  • Issue comment event: 172
  • Push event: 138
  • Pull request review event: 124
  • Pull request event: 161
  • Create event: 87

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 60
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 days
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 1.62
  • Merged pull requests: 38
  • Bot issues: 0
  • Bot pull requests: 60
Past Year
  • Issues: 0
  • Pull requests: 60
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 days
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 1.62
  • Merged pull requests: 38
  • Bot issues: 0
  • Bot pull requests: 60
Top Authors
Issue Authors
  • dependabot[bot] (1)
Pull Request Authors
  • dependabot[bot] (340)
  • TGWolf (1)
Top Labels
Issue Labels
dependabot: dependencies (1) dependabot: ecosystem : github actions (1) dependabot: auto approve (1) dependabot: auto merge (1)
Pull Request Labels
dependabot: dependencies (338) dependabot: auto approve (81) dependabot: auto merge (81) dependabot: ecosystem : github actions (76) dependabot: ecosystem : python (34) dependabot: manual merge (16) resolution: closed (4) state: stale (4) dependabot: manual QA (3) python (1)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 15 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
pypi.org: wolfsoftware.list-regions

Generate a table of the regions your account is using.

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 15 Last month
Rankings
Dependent packages count: 10.7%
Average: 35.6%
Dependent repos count: 60.5%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/caretaker.yml actions
  • ActionsToolbox/caretaker-action master composite
  • actions/checkout v3 composite
.github/workflows/cicd-pipeline.yml actions
  • 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
.github/workflows/codeql-analysis.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite
.github/workflows/delete-old-runs.yml actions
  • Mattraks/delete-workflow-runs v2 composite
.github/workflows/dependabot-approve-and-auto-merge.yml actions
  • dependabot/fetch-metadata v1.3.6 composite
.github/workflows/greetings.yml actions
  • actions/first-interaction v1 composite
.github/workflows/handle-stale.yml actions
  • actions/stale v7 composite
.github/workflows/purge-obsolete-runs.yml actions
  • otto-contentfactory/purge-workflow-runs v1 composite
src/requirements.txt pypi
  • boto3 ==1.24.79
  • botocore ==1.27.79
  • prettytable ==3.4.1
  • requests ==2.28.1