turbot / steampipe-mod-aws-thrifty

Are you a Thrifty AWS dev? This mod checks your AWS accounts for unused and under-utilized resources using Powerpipe and Steampipe.
https://hub.powerpipe.io/mods/turbot/aws_thrifty
Apache License 2.0
98 stars 19 forks source link

Graviton2 to Graviton #158

Closed bluedoors closed 1 year ago

bluedoors commented 1 year ago

AWS Graviton is a family of processors designed to deliver the best price performance for your cloud workloads running in Amazon Elastic Compute Cloud (Amazon EC2). Whilst Graviton2 is mentioned in the code Graviton3 processes have now been released. To future proof the code this PR changes references from [G/g]raviton2 to simply [G/g]raviton

bluedoors commented 1 year ago

@cbruno10 Reverted to the previous CHANGELOG

cbruno10 commented 1 year ago

Thanks @bluedoors for the contribution! We'll release a new version with these changes either later this week or early next week.