AWS Doctor v1.2.0
Analyze your AWS infrastructure for cost optimization and security best practices.
Changelog
- 08a1d68 README updated
- bfea38f Updated ec2 mock service
- 78e296f Updated tests
- ef4ef4f feat: add --version flag to display version information
- f2d39d2 feat: add orphaned EBS snapshots detection
- 48480aa feat: add unused AMI detection
- d799255 fix: add missing GetUnusedAMIs mock method
- df13e37 fix: refactor GetOrphanedSnapshots logic, pagination, and cost estimation
- 0aac3de fix: remove unused regexp import and update test signatures
- b786c15 refactor: add pagination and safety warnings to GetUnusedAMIs
- 8632770 refactor: split mock services into separate files
Installation
Using Go
go install github.com/elC0mpa/aws-doctor@v1.2.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.1.2...v1.2.0