AWS plugin v1.14.0 - Added aws_batch_queue, aws_cloudwatch_event_rule and aws_emr_studio tables
May 22, 2025•steampipe
What's new?
- New tables added
- aws_batch_queue (#2486)
- aws_cloudwatch_event_rule (#2487)
- aws_codebuild_fleet (#2488)
- aws_cognito_user_group (#2485)
- aws_ec2_placement_group (#2491)
- aws_emr_studio (#2479)
- aws_macie2_finding (#2481)
- aws_organizations_delegated_administrator (#2477) (Thanks @FuadAbdullah for the contribution!)
- aws_organizations_delegated_services_for_account (#2477) (Thanks @FuadAbdullah for the contribution!)
- aws_s3tables_namespace (#2498)
- aws_s3tables_table_bucket (#2498)
- aws_s3tables_table (#2498)
- aws_ses_template (#2480)
Enhancements
- Added period_start and period_end as optional qualifiers to all aws_cost_* tables to enable custom date range filtering and reduce API usage costs. (#2168)
- Updated all aws_* tables to use AWS Go SDK v2 instead of v1, enabling support for newer AWS regions like ap-southeast-5. (#2370)
Dependencies
- Recompiled plugin with AWS Go SDK v2.1.36.3. (#2495)
Deprecations
- Deprecated search_start_time and search_end_time columns in the aws_cost_usage table. Please use period_start and period_end instead. (#2168)