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 the session credentials through the arguments of the command line by specifying --access-key, --secret-key and --session-token.
-
You can specify the region name, config file path, report file path and tags through --region, --config-path, --report-path arguments respectively while running the program.
-
If no region is specified us-east-1 is taken as default region, Similarly if no config file path and report path is given current working directory path is taken as default and the audit checks are performed for the services accordingly.
-
To check tags, we can pass as argument --tags while running the tool and we can also update the config.json file by mentioning the tags in the account tags provided. Moreover the tags passed as the argument through the command line takes the first priority.
-
Tags that are passed through the argument in 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-0.0.2.tar.gz
.
File metadata
- Download URL: cloud-audit-tool-0.0.2.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 | 3eacbc94722ef0ce1b8a48ca5da96e3c6848ad7d2819eb9f1086d527a3d4f0ac |
|
MD5 | e8c7c82df38c1a9adc9cb05280d7721e |
|
BLAKE2b-256 | 2ad4c6a32a541be2d29ef75f421c9f0c9f91c9473060624571254a9a9c2c8306 |
File details
Details for the file cloud_audit_tool-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: cloud_audit_tool-0.0.2-py3-none-any.whl
- Upload date:
- Size: 53.9 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 | 0caf2a25798139932d6c750cf0c46982b6321419435e082cb5d2a7a8d2306c76 |
|
MD5 | 82db2a992b572556747a7558833f87d0 |
|
BLAKE2b-256 | 0af0ef826e6b03387d961baae89f0474cc6076494bf4f035d2b404bdce8a489c |