Get AWS Transit Gateway details.
Project description
Overview
Get AWS Transit Gateway details.
This module helps to retrieve AWS Transit Gateway details, including the following:
Transit Gateways
Transit Gateway Route Tables
Transit Gateway Routes
Transit Gateway Attachments
Customer Gateways
VPN Connections
The aws_authenticator module is installed with this module, and is used to login to AWS using IAM access key credentials from the following environment variables:
TGW_AWS_ACCESS_KEY_ID
TGW_AWS_SECRET_ACCESS_KEY
TGW_AWS_SESSION_TOKEN (Optional. Default: None.)
If the environment variables are not set, the module will try to use the default AWS credentials from the AWS CLI configuration file.
Usage
Installation:
pip3 install aws_tgw_details
# or
python3 -m pip install aws_tgw_details
Set environment variables:
export TGW_AWS_ACCESS_KEY_ID=your_access_key_id
export TGW_AWS_SECRET_ACCESS_KEY=your_secret_access_key
export TGW_AWS_SESSION_TOKEN=your_session_token
Examples:
# Overview.
aws_tgws
# Help.
aws_tgws -h
# Get all Transit Gateways.
aws_tgws -t ALL
# Get a specific Transit Gateway.
aws_tgws -t tgw-1234567890abcdef0
# Get all Customer Gateways.
aws_tgws -c ALL
You can also use the available functions independently to create your own workflow instead of using the installed aws_tgws command line tool.
Boto3 Functions
- Transit Gateway
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aws_tgw_details-1.0.3.tar.gz.
File metadata
- Download URL: aws_tgw_details-1.0.3.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.3 Linux/5.15.154+
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
457a07d1bd71a9495f184a15096afc23c23bee29be9446c924cdd1410918c124
|
|
| MD5 |
a42f9b1dfb64b106e3ce4de976957ad9
|
|
| BLAKE2b-256 |
17d60a4b459c4b6b1576906c889186b623ee419b88623d7d270a9c3e79d01cda
|
File details
Details for the file aws_tgw_details-1.0.3-py3-none-any.whl.
File metadata
- Download URL: aws_tgw_details-1.0.3-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.3 Linux/5.15.154+
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a723c9029a194c43b76f54622038c8985200293cfd82fabbe8737993520e130
|
|
| MD5 |
98c73cbb5909929a8a11aae36aada36a
|
|
| BLAKE2b-256 |
39765d4b536feac62efd584fc8cb71e9fdb504ca51aac28b792c256d34e20a5d
|