AWS plugin v1.15.0 - Added aws_cost_by_resource_* tables
Jun 11, 2025•steampipe
What's new?
- New tables added
Enhancements
- Optimized the aws_ecr_image_scan_finding table to reduce the query timing by removing the listAwsEcrImageTags parent hydrate and by adding the image_tag as an optional qual. (#2492)
- Added column ephemeral_storage to aws_lambda_function table. (#2505)
- Added connection and config-dir flags to the plugin's Export tool.
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.11.7 which resolves an issue where rate limiters were not being applied to hydrate functions correctly, and ensures that errors during data streaming are now properly surfaced by the Export CLI.