AWS Doctor v1.1.0
Analyze your AWS infrastructure for cost optimization and security best practices.
Changelog
- 43c3cda Add GitHub Actions CI workflow
- 43a7ddd Add JSON export functionality
- 292a0b1 Add concurrent API calls for waste detection workflow
- c2d983d Add pagination support for AWS API calls
- 78c9729 Auto-detect AWS region from environment and config files
- 425b996 Integrate ELB service for unused load balancer detection
- 654584d Replace panic with proper error handling
- e77a5fe Updated Readme
- 7f8f66a Updated ci workflow
- 84b98c2 docs(README.md): update installation instructions and add release process details
- 4cf8e2d feat(install.sh): add installation script
- 650f4cd feat(release): add GitHub Actions workflow
- f3a5756 feat(release): add main branch verification for tags
- a4e5235 feat: add goreleaser configuration
- 2efe1f9 fix: wrap orchestration error with context
- 2aca1c8 style: rename elbsdk import alias to elb
Installation
Using Go
go install github.com/elC0mpa/aws-doctor@v1.1.0Using install script (macOS/Linux)
curl -sSfL https://raw.githubusercontent.com/elC0mpa/aws-doctor/main/install.sh | shDirect download
Download the appropriate archive for your platform from the assets below.
Full Changelog: v1.0.1...v1.1.0