AWS plugin v1.4.0 - Added aws_cost_by_region_monthly table
Nov 22, 2024•plugin
What's new?
- New tables added
- aws_cost_by_region_monthly (#2310) (Thanks @razbne for the contribution!)
Enhancements
- Added
error
,is_public
,resource_owner_account
andresource_type
optional quals foraws_accessanalyzer_finding
table. (#2331) (Thanks @dbermuehler for the contribution!) - Updated the
aws_s3_object
table to use theHeadObject
API to retrieve object metadata. (#2312) (Thanks @JonMerlevede for the contribution!)
Bug fixes
- Fixed the
aws_s3_bucket
table to correctly return data by ignoring the not found error ingetBucketTagging
andgetBucketWebsite
hydrate functions. (#2335)