Skip to main content

Classifies AWSets JSON by region.

Project description

Classify AWSets JSON by Region

Test Test Coverage Maintainability Code Climate technical debt Python versions Twitter URL

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

classifyawsetsjsonbyregion-0.1.0.tar.gz (13.1 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page