What's new?
- New tables added
Enhancements
- Updated: Add
metadata_options
column toaws_ec2_instance
table (#306)
What's new?
- New tables added
Enhancements
- Updated: Add
certificate_transparency_logging_preference
,imported_at
,renewal_eligibility
, andtype
columns toaws_acm_certificate
table (#299) - Recompiled plugin with steampipe-plugin-sdk v0.2.7
Bug fixes
- Fixed: Rename column
instance_profile_arn
toinstance_profile_arns
and update data to be a list of ARNs (strings) inaws_iam_role
table (#291) - Fixed: Release dates in CHANGELOG no longer project versions out in the year 20201 (#284)
Bug fixes
- Fixed:
Table definitions & examples
link now points to the correct location (#282)
What's new?
- New tables added
- aws_cloudwatch_alarm (#197)
- aws_ecr_repository (#139)
- aws_ecs_task_definition (#173)
- aws_efs_access_point (#174)
- aws_elastic_beanstalk_environment (#178)
- aws_elasticache_replication_group (#246)
- aws_glacier_vault (#165)
- aws_kinesis_consumer (#222)
- aws_redshift_subnet_group (#220)
- aws_securityhub_hub (#166)
Enhancements
- Updated: Add
canary_settings
andmethod_settings
columns toaws_api_gateway_stage
table (#273) - Updated: Add
query_logging_configs
column toaws_route53_zone
table (#264) - Updated: Example queries for
aws_s3_bucket
table to be more consistent with standards (#268)
Bug fixes
- Fixed: Remove unnecessary engine and region compatibility check when describing instances in the
aws_rds_db_instance
table (#263) - Fixed: The
aws_vpc
table should ignoreInvalidVpcID.NotFound
errors (#270)
What's new?
- New tables added
Enhancements
- Updated: Add
flow_log_status
column toaws_vpc_flow_log
table (#233) - Updated: Add
launch_time
column toaws_ec2_instance
table (#227) - Recompiled plugin with steampipe-plugin-sdk v0.2.6
What's new?
- New tables added
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v0.2.4
Bug fixes
- Fixed: Various examples for
aws_iam_access_advisor
,aws_iam_policy_simulator
, andaws_route53_record
tables (#186) - Fixed: Multi-region queries now work properly for the
aws_lambda_version
table (#192) - Fixed:
aws_availability_zone
andaws_ec2_instance_availability
tables now check region opt-in status to avoidAuthFailure
errors (#168) - Fixed:
region
column inaws_region
table now shows the correct region instead ofglobal
(#133)
What's new?
- New tables added
Bug fixes
- Removed use of deprecated
ItemFromKey
function from all tables
What's new?
- Plugin now supports authentication through AWS SSO.
- New tables added
Enhancements
- Updated: Added
tags_src
andtags
columns toaws_iam_policy
table.
Bug fixes
- Recompiled plugin with latest steampipe-plugin-sdk to resolve issue:
- Fix tables failing with error similar to
Error: pq: rpc error: code = Internal desc = get hydrate function getS3Bucket failed with panic interface conversion: interface {} is nil, not *s3.Bucket
(#89).
- Fix tables failing with error similar to
Bug fixes
- Recompiled plugin with latest steampipe-plugin-sdk to resolve SDK issues:
Bug fixes
- Ensure
aws_account
andaws_region
table work when regions argument is specified in connection config (#70)
What's new?
- Added support for connection configuration. You may specify aws profiles, credentials, and regions for each connection in a configuration file. You can have multiple aws connections, each configured for a different aws account.
- Added multi-region support. A single connection can query multiple AWS regions, via the
regions
connection argument.
Enhancements
-
Updated: Updated
tag_list
columns totags_src
for below RDS service tables.- aws_rds_db_cluster
- aws_rds_db_cluster_parameter_group
- aws_rds_db_cluster_snapshot
- aws_rds_db_instance
- aws_rds_db_option_group
- aws_rds_db_parameter_group
- aws_rds_db_snapshot
- aws_rds_db_subnet_group
-
Updated: added
inline_policies_std
column toaws_iam_group
,aws_iam_role
andaws_iam_user
table with canoncialized inline policies.
What's new?
-
New tables added to plugin
Enhancements
- Updated:
aws_iam_credential_report
table to havepassword_status
column (#48)
What's new?
-
New tables added to plugin(#40)
Enhancements
-
Updated:
aws_ssm_parameter
table to havevalue, arn, selector and source_result
fields (#22) -
Updated:
aws_iam_user
table to havemfa_enabled and mfa_devices
columns (#28)
Bug fixes
- Fixed: Now
bucket_policy_is_public
column foraws_s3_bucket
will display the correct status of bucket policy (#36)
Notes
- The
lifecycle_rules
column of the tableaws_s3_bucket
has been updated to return an array of lifecycle rules instead of a object with keyRules
holding lifecycle rules (#29)
What's new?
- Added:
aws_ssm_parameter
table - Updated:
aws_ec2_autoscaling_group
to havepolicies
field which contains the details of scaling policy. - Updated:
aws_ec2_instance
table. Addedinstance_status
field which includes status checks, scheduled events and instance state information.
Bug fixes
- Fixed:
aws_s3_bucket
table to list buckets even if the region is not set.