AWS plugin v1.31.0 - Added aws_ecr_registry, aws_eks_pod_identity_association, aws_msk_topic, aws_rds_global_cluster, and aws_synthetics_canary tables
Jun 01, 2026•steampipe
What's new?
- New tables added
- aws_ecr_registry (#2750) (Thanks @chammock for the contribution!)
- aws_eks_pod_identity_association (#2748) (Thanks @andriizavoiko for the contribution!)
- aws_msk_topic (#2723) (Thanks @karolszmndy for the contribution!)
- aws_rds_global_cluster (#2707) (Thanks @ppapishe for the contribution!)
- aws_synthetics_canary (#2744) (Thanks @leongzhiyong for the contribution!)
Bug fixes
- The aws_cloudwatch_log_subscription_filter table will now skip log groups using the Infrequent Access log class, which do not support the DescribeSubscriptionFilters API, instead of failing the entire query with a ValidationException error.
- Fixed region resolution to recognize the il (Israel) and mx (Mexico) commercial region prefixes, so connections using region wildcards such as il-* or mx-* now resolve to the correct partition. (#2724) (Thanks @Abhi011999 for the contribution!)
Dependencies
- Recompiled plugin with github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.8.
- Recompiled plugin with github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.65.0.
- Recompiled plugin with github.com/aws/aws-sdk-go-v2/service/kinesis v1.43.5.
- Recompiled plugin with github.com/aws/aws-sdk-go-v2/service/lambda v1.88.5.
- Recompiled plugin with github.com/aws/aws-sdk-go-v2/service/redshift v1.62.1.
- Recompiled plugin with github.com/aws/aws-sdk-go-v2/service/route53 v1.62.1.
- Recompiled plugin with github.com/aws/aws-sdk-go-v2/service/s3 v1.97.3.
- Recompiled plugin with github.com/aws/aws-sdk-go-v2/service/ssm v1.68.0.
- Recompiled plugin with github.com/go-jose/go-jose/v4 v4.1.4. (#2761)
- Recompiled plugin with github.com/hashicorp/go-getter v1.8.6.
- Recompiled plugin with go.opentelemetry.io/otel/sdk v1.43.0.
- Recompiled plugin with google.golang.org/grpc v1.79.3.
- Updated idna to v3.15 in the generate_parliament_iam_permissions script. (#2755)
- Updated lodash to v4.18.1 in the integration test suite. (#2730)
- Updated picomatch to v2.3.2 in the integration test suite. (#2721)
- Updated requests to v2.33.0 in the generate_aws_supported_endpoints and generate_parliament_iam_permissions scripts. (#2720, #2722)
- Updated urllib3 to v2.7.0 in the generate_aws_supported_endpoints and generate_parliament_iam_permissions scripts. (#2747, #2746)