Classifies AWSets JSON by region.
Project description
Classify AWSets JSON by Region
Classifies AWSets JSON by AWS region.
Advantage
- Output the list of AWS resources as CSV files classified by AWS region
- Enable filter to exclude AWS resources not in question
Output the list of AWS resources as CSV files classified by AWS region
You can check the states of AWS resources by AWS region. It's also useful to compare the states of AWS resources between AWS regions by using text diff tools like Visual Studio Code.
Enable filter to exclude AWS resources not in question
You can exclude AWS resources not in question by using config.yml
. It's useful to reduce the number of AWS resources to be checked, such like the one AWS created by default. You can focus on AWS resources in question.
Quickstart
1.
Install classifyawsetsjsonbyregion
with pip:
pip install classifyawsetsjsonbyregion
2.
Create following directories:
input
output
intermediate
3.
Put AWSets JSON files in it and rename it as awsets.json
:
your_working_directory/
+---input/
+---awsets.json
+---intermediate/
+---output/
4.
Run classify-awsets-json-by-region
:
classify-awsets-json-by-region
How do I...
Use intermediate directory for?
This directory is for intermediate files. These files are useful for debugging. The contents of these files are the classifying result of AWSets JSON before filtering AWS resources. Note that the file for excluded AWS regions is not created.
Credits
This package was created with Cookiecutter and the yukihiko-shinoda/cookiecutter-pypackage project template.
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
File details
Details for the file classifyawsetsjsonbyregion-0.1.0.tar.gz
.
File metadata
- Download URL: classifyawsetsjsonbyregion-0.1.0.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7872a345c80e8583f8418278bf3ad511e43b404408c9a3a809537516d8d2b99 |
|
MD5 | 45586647e12284270ff6b4e58546465f |
|
BLAKE2b-256 | 256fc841e6f4c2332df0559e957b34007f54836823c04843c1348e6892cb1cc2 |
File details
Details for the file classifyawsetsjsonbyregion-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: classifyawsetsjsonbyregion-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6c26f3f26b34d86f3288f3ae0c25f390711141d1a4948c76d458f2354c27da1 |
|
MD5 | 45301bbc1a3ad9211e72fe7202e04307 |
|
BLAKE2b-256 | 8292bee090d9dc0396c48ac42cba69eb602b71561dfe7914dac6343763c0facf |