/aws-best-practices-checker

A small utility to check an AWS infrastructure against best practices

Primary LanguageGoMIT LicenseMIT

aws-best-practices-checker

CI

A utility tool to check a given AWS infrastructure against common best practices.

Requirements

  • Go 1.17+
  • AWS credentials are properly setup

Installation

go install github.com/tkhoa2711/aws-best-practices-checker

Usage

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

License

MIT License