A utility tool to check a given AWS infrastructure against common best practices.
- Go 1.17+
- AWS credentials are properly setup
go install github.com/tkhoa2711/aws-best-practices-checker
If installed with go install
, the tool can be invoked with the following command:
aws-best-practices-checker
Or it can also be invoked by cloning this repository and running manually with
go run
:
git clone github.com/tkhoa2711/aws-best-practices-checker
cd aws-best-practices-checker
go run main.go
MIT License