AWS Cloud Audit Tool
Project description
CLOUD AUDIT TOOL
Cloud Audit tool helps you to check whether the application built on AWS is following the AWS Well-Architected framework by validating it against various AWS services security requirements and the best practices. Generates report to validate the security requirements and security best practices.
Cloud Audit tool setup
The project basically uses boto client to connect to the aws services.
-
Update the session credentials in the terminal or give them through the arguments in the command line by specifying --access-key, --secret-key, and --session-token.
-
While running the program, You can specify the region name, config file path, report file path, and tags through --region, --config-path, -report-path arguments.
-
If no region is specified us-east-1 is taken as the default region, Similarly if no config file path and report path are given, the current working directory's path is taken as the default path and the audit checks are performed for the default values.
-
Tags are checked by passing as an argument --tags or updating account tags in the config.json file. Moreover, the tags passed through the argument in the command line take priority.
-
The format of the tags that are passed through the argument in the command line should be separated using commas (,).
Cloud Audit Tool Execution
Command to Run the audit tool in the command line after installing the package.
cloud-audit-tool
Arguments that can be passed
cloud-audit-tool --region {region-name} --config-path {config-path} --report-path {report-path} --access-key {access-key} --secret-key {secret-key} --session-token {session-token} --tags {tag1,tag2,..}
Final Report
The overall report is provided as a HTML document in the path specified in the report-path argument. If no path is specified report is generated in the current working directory.
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
Built Distribution
File details
Details for the file cloud-audit-tool-1.0.0.tar.gz
.
File metadata
- Download URL: cloud-audit-tool-1.0.0.tar.gz
- Upload date:
- Size: 31.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b48c652b7b3c4a3f88e9d9d10da73651c12fb1fa8c927a441055afc7b177cbf2 |
|
MD5 | 5bee60cf6f84ad8ec6c66fac2961b4eb |
|
BLAKE2b-256 | 7bdc09734bfa5888dfe11f7ab9ea36eef875954a02631b951dedb29a54b5ad31 |
File details
Details for the file cloud_audit_tool-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: cloud_audit_tool-1.0.0-py3-none-any.whl
- Upload date:
- Size: 53.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74857ae3f5f333e3b447b0689cf17371426e54be417c99cd9b2d9e8e407f0dae |
|
MD5 | be5c58d1c2d52187b6c5a1955b055113 |
|
BLAKE2b-256 | 25bb92cee64f93a45603fd81c6ce0299389e76abcd08e0f38bfd7c49804936df |