Enhancements
- Added
multi_region
andmulti_region_configuration
columns toaws_kms_key
table. (#2338) (Thanks @pdecat for the contribution!)
Bug fixes
- Fixed the comparison operator
(<= or >=)
for number and date filter inaws_inspector2_finding
table. (#2332) (Thanks @dbermuehler for the contribution!)
What's new?
- New tables added
- aws_shield_attack (#2315) (Thanks @dbermuehler for the contribution!)
- aws_shield_attack_statistic (#2315) (Thanks @dbermuehler for the contribution!)
- aws_shield_drt_access (#2315) (Thanks @dbermuehler for the contribution!)
- aws_shield_emergency_contact (#2315) (Thanks @dbermuehler for the contribution!)
- aws_shield_protection (#2315) (Thanks @dbermuehler for the contribution!)
- aws_shield_protection_group (#2315) (Thanks @dbermuehler for the contribution!)
- aws_shield_subscription (#2315) (Thanks @dbermuehler for the contribution!)
Enhancements
- Added
epss_score
column toaws_inspector2_finding
table. (#2321) (Thanks @dbermuehler for the contribution!)
Bug fixes
- Fixed the
aws_ssm_document_permission
table to correctly returnnil
wheneverInvalidDocument
error is returned by the API. (#2326) - Fixed error handling for
aws_iam_user
andaws_s3_bucket
tables. (#2324) (Thanks @danielgrittner for the contribution!) - Updated SQL queries to exclude removed table columns. (#2328)
Bug fixes
- Added
verification_token
column toaws_ses_domain_identity
table which was accidentally removed in v1.0.0.
There are no significant changes in this plugin version; it has been released to align with Steampipe's v1.0.0 release. This plugin adheres to semantic versioning, ensuring backward compatibility within each major version.
Breaking changes
- The following tables have had deprecated columns removed: (#2323)
aws_accessanalyzer_analyzer
:findings
(replaced byaws_accessanalyzer_finding
table)
aws_ecr_repository
:image_details
(replaced byaws_ecr_image
table)image_scanning_findings
(replaced byaws_ecr_image_scan_finding
table)
aws_ecrpublic_repository
:image_details
(replaced byaws_ecr_image
table)
aws_glue_job
:allocated_capacity
(replaced bymax_capacity
column)
aws_securityhub_finding
:workflow_state
(replaced byworkflow_status
column)
aws_ses_email_identity
:verification_token
aws_ssm_document
:account_ids
(replaced byaws_ssm_document_permission
table)account_sharing_info_list
(replaced byaws_ssm_document_permission
table)
aws_vpc_security_group_rule
:cidr_ip
(replaced bycidr_ipv4
column)group_name
owner_id
(replaced bygroup_owner_id
column)pair_group_id
(replaced byreferenced_group_id
column)pair_group_name
pair_peering_status
(replaced byreferenced_peering_status
column)pair_user_id
(replaced byreferenced_user_id
column)pair_vpc_id
(replaced byreferenced_vpc_id
column)pair_vpc_peering_connection_id
(replaced byreferenced_vpc_peering_connection_id
column)vpc_id
Enhancements
- Added
stream_mode_details
column toaws_kinesis_stream
table. (#2320) (Thanks @kaushikkishore for the contribution!)
Bug fixes
- Fixed the
GetConfig
of theaws_servicequotas_service_quota
table to correctly return data instead of an error by addingregion
as a required qual. (#2314)
Enhancements
- Added the
event_region
column to theaws_health_event
table. (#2293) - Added the
location_type
column to theaws_ec2_instance_type
table. (#2294)
Bug fixes
- Removed unnecessary hydration of the
instance_type
column inaws_ec2_instance_type
table. (#2294) - Fixed an issue where credentials from import foreign schema were lost after restarting session in the Posgres FDW extensions of the plugin. (#2275)
What's new?
- New tables added
Enhancements
- Updated the
aws_ec2_ami
table to correctly return disabled AMIs on passingdisabled
value to thestate
optional qual (where state = 'disabled'
). (#2277)
Dependencies
- Recompiled plugin with Go version
1.22
. (#2283) - Recompiled plugin with steampipe-plugin-sdk v5.10.4 that fixes logging in the plugin export tool. (#2286)
Enhancements
- Added
location_type
column as an optional qual to theaws_ec2_instance_availability
table and 6 new columns to theaws_ec2_instance_type
table. (#2078) - Updated docs for
aws_appautoscaling_policy
andaws_appautoscaling_target
tables to add information on required quals. (#2247) - Added the
type
column as an optional qual to theaws_auditmanager_control
table. (#2254)
Bug fixes
- Fixed the
GetConfig
definition of theaws_auditmanager_control
table to correctly return data instead of an error. (#2254) - Fixed the
aws_kms_key_rotation
table to correctly returnnil
whenever anAccessDeniedException
error is returned by the API. (#2253)
Enhancements
- Updated IAM parliament permissions to the latest. (#2239)
Bug fixes
- Fixed the caching issue in 29 tables to correctly return data by adding the missing
CacheMatch: query_cache.CacheMatchExact
property. (#2232) - Fixed the
user_data
column ofaws_ec2_instance
table to remove invalid UTF-8 characters. (#2240)
What's new?
- New tables added
Bug fixes
- Fixed the caching issue in
aws_organizations_account
table. (#2236) - Fixed typo (missing comma) in an example query of
aws_health_affected_entity
table doc. (#2237) (Thanks @tieum for the contribution!)
Enhancements
- Added 16 new columns to the
aws_lambda_version
table. (#2229)
Bug fixes
- Fixed the export tool of the plugin to return a non-zero error code instead of 0 whenever an error occurred. (#79)
Bug fixes
- Reverted the Export CLI behaviour to return
<nil>
fornull
values instead ofempty
. (#77)
What's new
- New tables added
Enhancements
- Added 9 new columns to the
aws_elasticache_cluster
table. (#2224)
Bug fixes
- Fixed the
aws_s3_object
table not returning any rows due to panic error. (#2221) - Fixed no rows being returned from the
aws_organizations_account
table if an unqualified query is run before one withparent_id
specified. - Fixed data type for
configuration_endpoint
column inaws_elasticache_cluster
table to bejson
. (#2214)
What's new?
- New tables added
- aws_route53_vpc_association_authorization (#2199) (Thanks @jramosf for the contribution!)
Enhancements
- Updated
aws_s3_bucket
,aws_s3_bucket_intelligent_tiering_configuration
,aws_s3_object
andaws_s3_object_version
tables to useHeadBucket
API instead ofGetBucketLocation
to fetch the region that the bucket resides in. (#2082) (Thanks @pdecat for the contribution!) - Added column
create_time
toaws_ec2_key_pair
table. (#2196) (Thanks @kasadaamos for the contribution!) - Added
instance_type
column as an optional qual to theaws_ec2_instance_type
table. (#2200)
Bug fixes
- Fixed the
akas
column inaws_health_affected_entity
table to correctly return data instead of an error by handling events that do not have anyARN
. (#2189) - Fixed
cname
andendpoint_url
columns ofaws_elastic_beanstalk_environment
table to correctly return data instead ofnull
. (#2201) - Fixed the
aws_api_gatewayv2_*
tables to correctly return data instead of an error by excluding support for the newil-central-1
region. (#2190)
Enhancements
- The Plugin and the Steampipe Anywhere binaries are now built with the
netgo
package for both the Linux and Darwin systems. (#219) (#2180)
Bug fixes
- Fixed the
aws_ebs_snapshot
table to correctly return data instead of an empty row. (#2185)
Dependencies
- Recompiled plugin with github.com/hashicorp/go-getter v1.7.4. (#2178)
What's new?
- New tables added
Enhancements
- Added the
version
flag to the plugin's Export tool. (#65)
Bug fixes
- Fixed the broken Postgres 14, Postgres 15 and SQLite x86_64 binaries for Darwin operating systems.
- Fixed intermittent FDW crashes when certain postgres errors resulted in a signal 16 being raised. (#455)
Bug fixes
- Fixed the runtime error in the
v0.136.0
version of the plugin’s Postgres FDW extension.
What's new?
- New tables added
Enhancements
- The
account_id
column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple AWS accounts. (#2133)
Bug fixes
- Fixed the
getDirectoryServiceSnapshotLimit
andgetDirectoryServiceEventTopics
hydrate calls in theaws_directory_service_directory
table to correctly returnnil
for the unsupportedADConnector
services instead of an error. (#2170)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.10.0 that adds support for connection key columns. (#2133)
- Recompiled plugin with aws-sdk-go v1.26.1. (#2163)
What's new?
- New tables added
Enhancements
- Added
snapshot_block_public_access_state
column toaws_ec2_regional_settings
table. (#2077)
Bug fixes
- Fixed the
getDirectoryServiceSnapshotLimit
andgetDirectoryServiceEventTopics
hydrate calls in theaws_directory_service_directory
table to correctly returnnil
for unsupportedSharedMicrosoftAD
services instead of an error. (#2156) - Fixed the plugin's Postgres FDW Extension crash issue.
What's new?
- New tables added
- aws_backup_job (#2145) (Thanks @rogerioacp for the contribution!)
- aws_elastic_beanstalk_application_version (#2150)
- aws_rds_db_engine_version (#2098)
- aws_s3_object_version (#2070)
- aws_servicequotas_service (#2070)
Enhancements
- The plugin level logs have been updated to maintain consistency:
Trace
logs have been elevated toDebug
,Info
logs elevated toError
where needed, and unnecessaryDebug
logs removed to streamline and optimize logging. (#2131)
Bug fixes
- Fixed the
aws_vpc_eip
table to return anAccess Denied
error instead of anInvalid Memory Address or Nil Pointer Dereference
error when aService Control Policy
is applied to an account for a specific region. (#2136) - Fixed the
aws_s3_bucket
terraform script to prevent theAccessControlListNotSupported: The bucket does not allow ACLs
error during thePutBucketAcl
terraform call. (#2080) (Thanks @pdecat for the contribution!) - Fixed an issue where querying regional tables while using AWS profiles with
cross-account
role credentials results in the correct error being reported instead of zero rows. (#2137) - Fixed pagination in the
aws_ebs_snapshot
table to make fewer API calls when thelimit
parameter is passed to the query. (#2088)
What's new?
- New tables added
- aws_acmpca_certificate_authority (#2125)
- aws_dms_endpoint (#1992)
- aws_dms_replication_task (#2110)
- aws_docdb_cluster_snapshot (#2123)
- aws_transfer_user (#2089) (Thanks @jramosf for the contribution!)
Enhancements
- Added
auto_minor_version_upgrade
column toaws_rds_db_cluster
table. (#2109) - Added
open_zfs_configuration
column toaws_fsx_file_system
table. (#2113) - Added
logging_configuration
column toaws_networkfirewall_firewall
table. (#2115) - Added
lf_tags
column toaws_glue_catalog_table
table. (#2128)
Bug fixes
- Fixed the query in the
aws_s3_bucket
table doc to correctly filter out buckets without theapplication
tag. (#2093) - Fixed the
aws_cloudtrail_lookup_event
input param to pass correctlyend_time
as an optional qual. (#2102) - Fixed the
arn
column of theaws_elastic_beanstalk_environment
table to correctly return data instead ofnull
. (#2105) - Fixed the
template_body_json
column of theaws_cloudformation_stack
table to correctly return data by adding a new transform functionformatJsonBody
, replacing theUnmarshalYAML
transform function. (#1959) - Fixed the
next_execution_time
column ofaws_ssm_maintenance_window
table to be ofString
datatype instead ofTIMESTAMP
. (#2116) - Renamed the
client_log_options
column toconnection_log_options
inaws_ec2_client_vpn_endpoint
table to correctly return data instead ofnull
. (#2122)
What's new?
- New tables added
Bug fixes
- Fixed the
InvalidParameterCombination
error when querying theaws_rds_db_instance
table. (#2085) - Fixed
aws_rds_db_instance_metric_write_iops_daily
table to correctly displayWriteIOPS
instead ofReadIOPS
. (#2079)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.9.0 that fixes critical caching issues. (#2067)
What's new?
- New tables added
Bug fixes
- Fixed
aws_sfn_state_machine_execution_history
table to handle pagination and ignore errors for expired executions history. (#1934) (Thanks @pdecat for the contribution!) - Fixed the
aws_health_affected_entity
table to correctly return data instead of an interface conversion error. (#2072)
Enhancements
- Optimized
aws_cloudwatch_log_stream
table's query performance by addingdescending
,log_group_name
,log_stream_name_prefix
andorder_by
new optional key qual columns. (#1951) - Optimized
aws_ssm_inventory
table's query performance by adding new optional key qual columns such asfilter_key
,filter_value
,network_attribute_key
,network_attribute_value
, etc. (#1980)
Bug fixes
- Fixed
aws_cloudwatch_log_group
table key column to be globally unique by filtering the results by region. (#1976) - Removed duplicate memoizing of getCommonColumns function from
aws_s3_multi_region_access_point
andaws_ec2_launch_template
tables.(#2065) - Fixed error for column
type_name
in tableaws_ssm_inventory_entry
. (#1980) - Added the missing rate-limiter tags for
aws_s3_bucket
table'sGetBucketLocation
hydrate function to optimize query performance. (#2066)
What's new?
- New tables added
Enhancements
- Added
deletion_protection_enabled
column toaws_dynamodb_table
table. (#2049)
Bug fixes
- Fixed default page size in
aws_organizations_account
table. (#2058) - Fixed
processor_features
column inaws_rds_db_instance
not returning data when default value is set. (#2028) - Temporarily removed
aws_organizations_organizational_unit
table due to LTREE column issue. (#2058)
What's new?
- New tables added
Note : Table aws_sns_topic_subscription
will be changing behaviours in a future release to return results from ListSubscriptionsByTopic
instead of ListSubscriptions
.
What's new?
- New tables added
Enhancements
- Added
storage_throughput
column toaws_rds_db_instance
table. (#2010) (Thanks @toddwh50 for the contribution!) - Added
layers
column toaws_lambda_function
table. (#2008) (Thanks @icaliskanoglu for the contribution!) - Added
tags
column toaws_backup_recovery_point
andaws_backup_vault
tables. (#2033)
Bug fixes
- Custom HTTP client should allow buildable settings through env var options such as AWS_CA_BUNDLE. (#2044)
- Fixed
MaxItems
inaws_iam_policy
andaws_iam_policy_attachment
tables to use1000
instead of100
to avoid unnecessary API calls. (#2025) (#2026)
Enhancements
- Updated the plugin to use a shared, optimized HTTP client that enhances DNS management and reduces connection floods for more stable and efficient queries. (#2036)
Enhancements
- Updated the
.goreleaser
file to build the netgo package only for Darwin systems. (#2029)
What's new?
- The plugin can now be downloaded and used with the Steampipe CLI, as a Postgres FDW, as a SQLite extension and as a standalone exporter.
- The table docs have been updated to provide corresponding example queries for Postgres FDW and SQLite extension.
- Docs license updated to match Steampipe CC BY-NC-ND license.
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.8.0 that includes plugin server enacapsulation for in-process and GRPC usage, adding Steampipe Plugin SDK version to
_ctx
column, and fixing connection and potential divide-by-zero bugs. (#2011)
What's new?
- New tables added
- aws_lambda_event_source_mapping (#1874) (Thanks @nickman for the contribution!)
Enhancements
- Added the
resource_record_set_limit
column toaws_route53_zone
table. (#1969) (Thanks @keyolk for the contribution!)
What's new?
- New tables added
- aws_fms_policy (#1851)
- aws_fms_app_list (#1851)
- aws_transfer_server (#1909) (Thanks @jramosf for the contribution!)
Enhancements
- Added the
features
column toaws_guardduty_detector
table. (#1958)
Bug fixes
- Fixed the description of the
name
column inaws_organizations_account
table. (#1947) (Thanks @badideasforsale for the contribution!)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.6.3 which addresses the issue of expired credentials being intermittently retained in the connection cache. (#1956)
Enhancements
- Improved documentation and descriptions for the
aws_iam_role
table. (#1940) - Replaced uses of
rand.Seed
with latestrand.NewSource
. (#1933)
Bug fixes
- Removed custom plugin level retryer which was unnecessary as the plugin already uses the AWS SDK retryer. (#1932)
- The plugin now retries errors with the error code
UnknownError
. These are often thrown by services like SNS when performing a large number of requests. (#1932)
Bug fixes
- Fixed the
source_account_id
column ofaws_securityhub_finding
table to correctly return data instead ofnull
. (#1927) (Thanks @gabrielsoltz for the contribution!) - Fixed the
members
column ofaws_rds_db_cluster
table to correctly return data instead ofnull
. (#1926)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.6.2 which prevents nil pointer reference errors for implicit hydrate configs. (#1930)
Dependencies
- Upgraded to steampipe-plugin-sdk v5.6.1 with support for rate limiters. (#1905)
- Recompiled plugin with Go version
1.21
. (#1905)
Enhancements
- Updated the
Makefile
to build the netgo package only for Darwin systems. (#1918) - Added the
configuration_settings
column toaws_elastic_beanstalk_environment
table. (#1916)
Bug fixes
- Fixed the table
aws_dynamodb_backup
to return nil instead of an error when backup does not exist. (#1914)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.5.2 which improves logging for connection config updates. (#1921)
Bug fixes
- Fixed the data type of
capacity_reservation_specification
column ofaws_ec2_instance
table to be ofJSON
type instead ofSTRING
. (#1903)
What's new?
- New tables added
Enhancements
- Added an example query in the
aws_ec2_instance
table doc for fetching subnet details of instances. (#1883) (Thanks @Pankaj-SinghR for the contribution!)
Bug fixes
- Fixed the data type of the
sms_configuration_failure
column in theaws_cognito_user_pool
table to be ofSTRING
type instead ofJSON
. (#1890) (Thanks @KTamas for the contribution!) - Fixed typo in the
listQueryRegionsForConnection
function in themulti_region.go
file. (#1887) (Thanks @pdecat for the contribution!)
Dependencies
- Recompiled plugin with
golang.org/x/net v0.7.0
. (#1864)
What's new?
- New tables added
- aws_cognito_identity_pool (#1876) (Thanks @pdecat for the contribution!)
Enhancements
- Added the
engine_type
andendpoints
columns toaws_elasticsearch_domain
table. (#1858) (Thanks @pdecat for the contribution!)
What's new?
- New tables added
- aws_cognito_identity_provider (#1854) (Thanks @pdecat for the contribution!)
- aws_cognito_user_pool (#1854) (Thanks @pdecat for the contribution!)
Enhancements
- Updated the
Makefile
to build plugin inSTEAMPIPE_INSTALL_DIR
if set. (#1857) (Thanks @pdecat for the contribution!) - Added column
offering_class
toaws_pricing_product
table (#1863) (Thanks @rasta-rocket for the contribution!)
Bug fixes
- Fixed the
aws_ec2_network_load_balancer
table doc to remove the incorrect security group association example. (#1869) (Thanks @ tinder-tder for the contribution!) - Fixed
aws_rds_db_cluster
,aws_rds_db_cluster_snapshot
,aws_rds_db_instance
,aws_rds_db_snapshot
tables to correctly filter out theDocDB
andNeptune
resources. (#1868)
What's new?
- New tables added
What's new?
- New tables added
Enhancements
- Added the
fifo_throughput_limit
anddeduplication_scope
columns to theaws_sqs_queue
table. (#1859) (Thanks @pdecat for the contribution!) - Added the
description
column to theaws_api_gatewayv2_api
table. (#1856) (Thanks @pdecat for the contribution!)
Breaking changes
- Fixed the
aws_rds_db_*
tables to list outAWS RDS
resources excluding theAWS DocDB
ones. Please useaws_docdb_*
tables instead. (#1768)
What's new?
- New tables added
Bug fixes
- Fixed the optional quals of the
aws_inspector2_finding
table to correctly return data instead of an empty row. (#1847) - Fixed typo in the
aws_vpc_nat_gateway
table doc. (#1848) (Thanks @pdecat for the contribution!)
What's new?
- New tables added
What's new?
- New tables added
Enhancements
- Added the
event_topics
andsnapshot_limit
columns to theaws_directory_service_directory
table. (#1833)
Bug fixes
- Fixed the
aws_dlm_lifecycle_policy
table to correctly return results instead of an error. (#1834)
Bug fixes
- Fixed the
certificate
andcertificate_chain
columns of theaws_acm_certificate
table to correctly return data instead of returning an error. (#1827)
What's new?
- New tables added
- aws_iam_open_id_connect_provider (#1798) (Thanks @LalitLab for the contribution!)
Bug fixes
- Fixed the
aws_route53_record
table to remove the need of passingzone_id
in thewhere
clause, to avoid cross-account access denied errors. (#1799)
What's new?
- New tables added
- aws_appautoscaling_policy (#1798) (Thanks @jramosf for the contribution!)
- aws_identitystore_group_membership (#1782)
- aws_s3_bucket_intelligent_tiering_configuration (#1790)
Enhancements
- Added documentation on how to configure the plugin credentials when Steampipe is running on AWS ECS. Please refer AssumeRole Credentials (in ECS) for more information. (#1800) (Thanks @Wade9320 for the contribution!)
- Added column
user_data
toaws_ec2_launch_template_version
table. (#1792) - Added column
managed_actions
toaws_elastic_beanstalk_environment
table. (#1620)
Bug fixes
- Fixed
aws_acm_certificate
table to return certificates of all types of key algorithms instead of only the defaultRSA_2048
algorithm. (#1797)
What's new?
- New tables added
Enhancements
- Added column
image_uri
toaws_ecr_image
table. (#1785)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.5.0 which significantly reduces API calls and boosts query performance, resulting in faster data retrieval. (#1775)
What's new?
- New tables added
Bug fixes
- Fixed the
ListConfig
ofaws_cloudformation_stack_resource
table to correctly return results instead of an empty row. (#1771)
Bug fixes
- Fixed the
associated_resources
column ofaws_wafv2_web_acl
table to also return associated CloudFront distributions. (#1763) - Fixed the syntax error in the example query of the
aws_inspector2_finding
table. (#1764)
What's new?
- New tables added
Bug fixes
- Fixed
aws_inspector2_*
tables to correctly return data for all supported regions instead of only theus-east-1
region. (#1758) - Fixed the
associated_resources
column in theaws_wafv2_web_acl
table to include the associated resources ofAPI Gateway
,App Sync
, andCognito User Pool
, in addition to the previously returnedApplication Load Balancer resource type
. (#1754) - Fixed the
aws_wafv2_web_acl
table to return the missingCloudFront
level web ACLs. (#1752)
What's new?
- New tables added
- aws_cloudwatch_metric_data_point (#1655)
- aws_cloudwatch_metric_statistic_data_point (#1649)
- aws_inspector2_coverage (#1657) (Thanks @jaredreisinger-drizly for the contribution!!)
- aws_inspector2_coverage_statistics (#1657) (Thanks @jaredreisinger-drizly for the contribution!!)
- aws_inspector2_finding (#1657) (Thanks @jaredreisinger-drizly for the contribution!!)
- aws_inspector2_member (#1657) (Thanks @jaredreisinger-drizly for the contribution!!)
- aws_rds_db_instance_automated_backup (#1721)
Enhancements
- Added an example query in aws_iam_role table doc. (#1745)
What's new?
- New tables added
- aws_ec2_client_vpn_endpoint (#1722)
- aws_ec2_launch_template_version (#1725)
- aws_service_discovery_namespace (#1735)
- aws_service_discovery_service (#1739)
- aws_servicecatalog_product (#1638)
- aws_ssm_managed_instance_patch_state (#1732)
- aws_wellarchitected_answer (#1699)
- aws_wellarchitected_check_detail (#1700)
- aws_wellarchitected_check_summary (#1700)
- aws_wellarchitected_consolidated_report (#1704)
- aws_wellarchitected_lens_review_improvement (#1695)
- aws_wellarchitected_lens_review_report (#1697)
- aws_wellarchitected_lens_share (#1698)
- aws_wellarchitected_share_invitation (#1692)
Bug fixes
- Fixed the
source_account_id
optional qual column definition inaws_security_hub_finding
table. (#1737) (Thanks @gabrielsoltz for the contribution!) - Fixed the example query in the doc for the
aws_ssoadmin_account_assignment
table. (#1734)
What's new?
- New tables added
Enhancements
- Added column
repository_scanning_configuration
toaws_ecr_repository
table. (#1719) - Added column
source_account_id
toaws_securityhub_finding
table. (#1703) (Thanks @gabrielsoltz for the contribution!)
Bug fixes
- Fixed
aws_ecr_image_scan_finding
table to return an empty row instead of an error when image scanning is in progress. (#1728) (Thanks @aminvielledebatAtBedrock for the contribution!) - Fixed the
GetConfig
of theaws_ssm_document
table to usearn
instead ofname
as a key column to avoid failures in querying multiple regions with the same document name. (#1720)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.4.1 which fixes increased plugin initialization time due to multiple connections causing the schema to be loaded repeatedly. (#1685)
What's new?
- New tables added
Enhancements
- Added
maintenance_options
,licenses
,placement_affinity
,placement_group_id
,placement_host_id
,placement_host_resource_group_arn
,placement_partition_number
, andspot_instance_request_id
columns toaws_ec2_instance
table. (#1709) - Added
workspace
column toaws_wellarchitected_milestone
table. - Removed hydrate requirement for
milestone_number
column inaws_wellarchitected_lens_review
table.
What's new?
- New tables added
What's new?
- New tables added
- aws_ssoadmin_account_assignment (#1673) (Thanks @janslow for the contribution!)
- aws_athena_query_execution (#1666) (Thanks @rinzool for the contribution!)
- aws_athena_workgroup (#1666) (Thanks @rinzool for the contribution!)
Bug fixes
- Fixed typos in the
ListConfig
ofaws_sfn_state_machine_*
tables. (#1686) (Thanks @pdecat for the contribution!) - Fixed the data type of
tags
column ofaws_securitylake_data_lake
andaws_simspaceweaver_simulation
tables to be ofJSON
type instead ofSTRING
. (#1683) - Fixed the
aws_organizations_policy
table to correctly return all the organization policies instead of duplicate data. (#1681)
What's new?
- New tables added
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.3.0 which includes fixes for query cache pending item mechanism and aggregator connections not working for dynamic tables. (#1676)
What's new?
- New tables added
Bug fixes
- Fixed the
aws_health_affected_entity
table to correctly return results instead of an error. (#1659)
What's new?
- New tables added
Enhancements
- Added columns
dkim_attributes
andidentity_mail_from_domain_attributes
toaws_ses_domain_identity
table. (#1640)
Bug fixes
- Fixed
aws_cloudfront_response_headers_policy
table to remove duplicate results. (#1642
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.2.0 which includes fixes for query cache pending item mechanism and aggregator connections not working for dynamic tables. (#1609)
What's new?
- New tables added
Bug fixes
- Fixed the
aws_cloudfront_function
table to correctly return data instead of an error when aname
is passed in thewhere
clause. (#1628) - Fixed the
aws_guardduty_ipset
table to correctly return all the IPsets instead of a panic interface conversion error. (#1627) - Fixed the API limits of the
aws_glue_security_configuration
table to correctly return data instead of an error. (#1626)
What's new?
- New tables added
Enhancements
- Added column
data_protection
anddata_protection_policy
toaws_cloudwatch_log_group
table. (#1483) - Added column
website_configuration
toaws_s3_bucket
table. (#1618) - Added column
object_ownership_controls
toaws_s3_bucket
table. (#1548) - Added column
launch_template_data
toaws_ec2_instance
table. (#1553) - Added column
tracing_config
toaws_lambda_function
table. (#1601) - Updated Parliament IAM permissions to the latest. (#1599)
Bug fixes
- Fixed the
title
column inaws_api_gatewayv2_route
table to correctly return data instead ofnull
. (#1568) - Fixed the
tags_src
column inaws_cloudformation_stack
table to correctly return raw tag data instead of a formatted one. (#1568) - Fixed the
architectures
,file_system_configs
andsnap_start
columns inaws_lambda_function
table to correctly return data instead ofnull
. (#1619) - Fixed
aws_ec2_managed_prefix_list
table to return an empty row instead of an error in unsupportedme-south-1
region. (#1577) - Fixed the
aws_eventbridge_rule
table to return rules for all the event bridges instead of only default event bridges. (#1590) (Thanks @brentmitchell25 for the fix!!)
What's new?
- Added
default_region
config arg, which allows you to set your preferred (closest) region to optimize API calls to global resources. (#1559)
Enhancements
- EC2 Role & SSO credentials are now used until they expire, reducing throttling & reloading. (#1559)
- Optimized API calls to use the default region, reducing latency for common APIs. (#1559)
- Optimized caching to reduce race conditions & extend timeouts (e.g. credentials). (#1559)
- Optimized per-region API calls to regions supported by the service only. (#1559)
- Optimized API client management to one per account, instead of one per region. (#1559)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.2.0-rc.7 which includes additional cache function wrappers and matrix function improvements. (#1559)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.12 which fixes the query caching functionality. (#1578)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.11 which fixes the issue of non-caching of all the columns of the queried table. (#1557)
What's new?
- New tables added
Enhancements
- Added column
access_log_settings
toaws_api_gatewayv2_stage
table. (#1546)
Bug fixes
- Fixed the
aws_ec2_ami
table to only return images owned by the AWS account. (#1535) - Fixed the
aws_ec2_ami_shared
table to return images from any AWS account (images owned by the AWS account or shared by other accounts) when either anowner_id
or animage_id
or both the parameters are passed in thewhere
clause. (#1535)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.9 which fixes hydrate function caching for aggregator connections. (#1540)
What's new?
- New tables added
Bug fixes
- Fixed
aws_s3_access_point
table to return access points from all the configured regions instead of onlyus-east-1
. (#1522) - Fixed the
aws_ebs_snapshot
table to return snapshots from different AWS accounts when anowner_alias
or anowner_id
or asnapshot_id
is passed in thewhere
clause. (#1530)
What's new?
- New tables added
Bug fixes
- Fixed the
aws_api_gatewayv2_*
tables to return an empty row for unsupported regionap-southeast-3
instead of an error. (#1527)
What's new?
- New tables added
Enhancements
- Added column
addon_configuration
toaws_eks_addon_version
table. (#1514) - Added column
standards_managed_by
toaws_securityhub_standards_subscription
table. (#1511) - Added column
launch_configuration
toaws_drs_source_server
table. (#1496) - Added column
protection
toaws_ecs_task
table. (#1500)
Bug fixes
- Fixed the
insight_selectors
column inaws_cloudtrail_trail
table to correctly return data instead ofnil
. (#1512) - Fixed the
tags
andtags_src
column inaws_dynamodb_table
table to correctly handle theResourceNotFoundException
error and returnnil
when an invalidarn
is passed in the where clause. (#1518)
What's new?
- New tables added
Enhancements
- Added column
platform_family
toaws_ecs_service
table. (#1490)
Breaking changes
- The
aws_cloudwatch_metric
table rows now contain a CloudWatch metric each, instead of a dimension name/value pair. Dimensions for each metric can be found in thedimensions
column and to filter on specific dimensions, you can pass dimensions through thedimensions_filter
key column. Please see aws_cloudwatch_metric Examples for query examples using the new columns. - Renamed column
name
tometric_name
in theaws_cloudwatch_metric
table.
What's new?
- New tables added
Enhancements
- Added
evaluation_modes
column to theaws_config_rule
table. (#1476) - Added
snap_start
column to theaws_lambda_function
table. (#1477) - Added
capacity_allocations
column to theaws_ec2_capacity_reservation
table. (#1428) - Added
imds_support
column toaws_ec2_ami
andaws_ec2_ami_shared
tables. (#1430)
What's new?
- New tables added
Bug fixes
- Fixed the
aws_rds_db_proxy table
table to return empty rows for unsupported regions instead of an error. (#1427)
What's new?
- New tables added
Bug fixes
- Fixed the
ServiceNotFoundException
error in theaws_ecs_task
table to return an empty row when an invalid value is passed in theservice_name
filter. (#1418) - Fixed the
ResourceNotFoundException
in theaws_cloudwatch_log_metric_filter
table to return an empty row when an invalid value is passed in thelog_group_name
filter. (#1420)
Bug fixes
- Fixed the plugin to use environment variables like
AWS_REGION
,AWS_DEFAULT_REGION
etc., when no regions are specified in theaws.spc
file. (#1411)
Dependencies
- Recompiled plugin with aws-sdk-go v1.44.141 and aws-sdk-go-v2/service/route53 v1.24.0 to update service endpoints.
Enhancements
- Improved default region checking for global and region limited services. (#1397)
What's new?
- New tables added
- aws_ec2_spot_price (#1378) (Thanks to @aminvielledebatAtBedrock for the new table!)
- aws_iam_service_specific_credential (#1390)
- aws_pricing_product (#1369) (Thanks to @aminvielledebatAtBedrock for another new table!)
- aws_resource_explorer_index (#1396)
- aws_resource_explorer_search (#1396)
- aws_resource_explorer_supported_resource_type (#1396)
Bug fixes
- Fixed queries failing for
aws_s3_access_point
table when an invalid bucket name is specified. (#1395)
Enhancements
- Added
workflow_status
column to theaws_securityhub_finding
table. (#1377) (Thanks @gabrielsoltz for the contribution!)
Bug fixes
- Fixed the
aws_api_gatewayv2_*
tables to correctly return results instead of an error by skipping the unsupportedme-central-1
region. (#1388) - Fixed the
billing_mode
column inaws_dynamodb_table
to correctly return results instead of an error. (#1387)
Deprecated
- Deprecated the
workflow_state
column in theaws_securityhub_finding
table per AWS documentation. We recommend updating any workflows and queries to useworkflow_status
instead ofworkflow_state
. (#1377)
Bug fixes
- Fixed the typo in the example query of
aws_efs_file_system
table document to useValueInStandard
instead ofValueInIA
. (#1381) (Thanks @pdecat for the contribution!)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.8 which increases the default open file limit. (#1382)
Enhancements
- Added
set_identifier
as an optional list key column inaws_route53_record
table. (#1375) - Updated 30+ tables to use AWS SDK Go v2. (#1361) (#1371)
Bug fixes
- Fixed paging in
aws_route53_record
table to ensure all records are returned. (#1375) - Fixed invalid pointer usage causing duplicate values in
attribute_name
column foraws_pricing_service_attribute
table. (#1372) (Thanks to @aminvielledebatAtBedrock for the fix!) - Fixed example queries in
aws_ebs_volume
table document. (#1368)
What's new?
- New tables added
- aws_ecr_image_scan_finding (#1315) (Thanks to @aminvielledebatAtBedrock for the new table!)
- aws_lightsail_instance (#1359)
Enhancements
- Added
owner_type
column to theaws_ssm_document
table to allow filtering on SSM documents by AWS account type. (#1337) - Updated 80+ tables to use AWS SDK Go v2. (#1337) (#1357)
Bug fixes
- Fixed
status
column type from JSON to string inaws_ssm_association
table. (#1337) - Removed unsupported
TAGS
dimension note inaws_cost_usage
table doc. (#1362)
Deprecated
- Deprecated
image_details
andimage_scanning_findings
columns inaws_ecr_repository
table to avoid throttling issues. Please use theaws_ecr_image
andaws_ecr_image_scan_finding
tables instead. (#1198)
Bug fixes
- Fixed unsupported region check in
aws_dlm_lifecycle_policy
table to allow queries for valid regions. - Fixed paging in
aws_route53_record
table to return all records correctly. (#1356)
Enhancements
- Updated 70+ tables to use AWS SDK Go v2. (#1324)
- Added
managed_actions
column toaws_elastic_beanstalk_environment
table. (#996) - Added the following columns to the
aws_ec2_instance
table:ami_launch_index
architecture
boot_mode
capacity_reservation_id
capacity_reservation_specification
client_token
ena_support
enclave_options
hibernation_options
platform
platform_details
private_dns_name_options
state_transition_reason
tpm_support
usage_operation
usage_operation_update_time
Bug fixes
- Removed duplicate values in
inline_policies
column inaws_iam_role
andaws_iam_user
tables. (#1346) - Fixed queries failing for the
aws_acm_certificate
table when querying thetitle
column. (#1351) - Fixed empty check for
regions
config arg incorrectly failing when at least 1 other config arg is set. (#1349) - Fixed queries that specify
service_name
for theaws_ecs_task
table returning no rows if an unqualified query was run first. (#1338)
What's new?
- New tables added
Enhancements
- Updated index doc Configuring AWS Credentials section to use consistent profile and account names. (#1209) (Thanks to @michael-ullrich-1010 for the contribution!)
- Improved plugin error message when the
regions
config argument is set to an invalid value[]
.
Bug fixes
aws_macie2_classification_job
table now checks for supported regions.
What's new?
- New tables added
Enhancements
- Added
access_key_last_used_date
,access_key_last_used_region
columns andaccess_key_last_used_service
toaws_iam_access_key
table. (#1281) - Added
vpc_endpoint_connections
column toaws_vpc_endpoint_service
table. (#1104) - Updated the following tables to use AWS SDK Go v2:
aws_vpc_route_table
Bug fixes
aws_dynamodb_table_export
table queries no longer fail when passing inarn
get key column.aws_ec2_transit_gateway
,aws_ec2_transit_gateway_route
,aws_ec2_transit_gateway_route_table
, andaws_ec2_transit_gateway_vpc_attachment
tables should not error in me-central-1 region. (#1282)aws_vpc_eip
table now handles EIPs in EC2-Classic properly. (#1308)aws_wafregional_rule
table now properly checks for supported regions. (#1306)
Deprecated
- Deprecated
verification_token
column inaws_ses_email_identity
table since there is no verification token for email identities. This column will be removed in a future version.
What's new?
- New tables added
- aws_cloudwatch_log_subscription_filter (#1243)
- aws_dax_subnet_group (#1298)
- aws_docdb_cluster (#1019)
- aws_globalaccelerator_accelerator (#1091) (Thanks to @nmische for the contribution!)
- aws_globalaccelerator_endpoint_group (#1091)
- aws_globalaccelerator_listener (#1091)
Enhancements
- Added column
code
toaws_lambda_function
table. (#1293) - Updated the
title
column ofaws_kms_key
table to first use the key alias if available, else fall back to the key ID. (#1246)
Bug fixes
- Fixed the
url_config
column inaws_lambda_function
table to returnnull
instead of an access denied exception errors for US Government cloud regions. (#1285) - Fixed the
sns_topic_arn
column inaws_backup_vault
table to correctly return a value instead ofnull
. (#1280) - Fixed all the tables of CodeBuild and Serverless Application Repository services to return empty rows instead of an error for unsupported regions. (#1289)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.7 which fixes incorrect cache hits in multi-region queries which use the
region
column in the where clause. (#387)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.5 which includes connection cache TTL fixes.
What's new?
- New tables added
Enhancements
- Added column
disable_execute_api_endpoint
toaws_api_gatewayv2_api
table. (#1242) - Updated the following tables to use AWS SDK Go v2: (#1219)
aws_cost_by_account_daily
aws_cost_by_account_monthly
aws_cost_by_record_type_daily
aws_cost_by_record_type_monthly
aws_cost_by_service_daily
aws_cost_by_service_monthly
aws_cost_by_service_usage_type_daily
aws_cost_by_service_usage_type_monthly
aws_cost_forecast_daily
aws_cost_forecast_monthly
aws_cost_usage
aws_ec2_application_load_balancer
aws_ec2_autoscaling_group
aws_ec2_capacity_reservation
aws_ec2_classic_load_balancer
aws_ec2_gateway_load_balancer
aws_ec2_key_pair
aws_s3_access_point
aws_s3_account_settings
aws_vpc
aws_vpc_customer_gateway
aws_vpc_dhcp_options
aws_vpc_eip
aws_vpc_endpoint
aws_vpc_flow_log
aws_vpc_nat_gateway
aws_vpc_network_acl
aws_vpc_peering_connection
aws_vpc_route_table
aws_vpc_security_group
aws_vpc_subnet
aws_vpc_vpn_connection
aws_vpc_vpn_gateway
- Updated the query headers in the
aws_api_gatewayv2_api
table documentation.
Bug fixes
- Queries will no longer fail if the
regions
config arg is set to["*"]
when AWS releases a new region that is not included in the plugin's region list. (#1267) - Queries will no longer fail if the
regions
config arg includes a wildcarded item, e.g.,["test-*"]
, that matches on no valid regions. (#1276)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.4 which fixes the query timeout issues during dashboard execution and compliance checks. (#1264)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.2 which fixes the stalling of dashboard queries and compliance checks. (#1259)
Bug fixes
- Fixed the plugin credential caching issue wherein the sessions which had an error were also cached. (#1255)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.1 which includes several caching and memory management improvements. (#1252)
- Recompiled plugin with Go version
1.19
. (#1250)
What's new?
- New tables added
Enhancements
- Added column
cluster_arn
toaws_ecs_container_instance
table. (#1239) - Added column
streaming_destination
toaws_dynamodb_table
table. (#1227) - Added column
vault_notification_config
toaws_glacier_vault
table. (#1231) - Added column
file_system_configs
toaws_lambda_function
table. (#1224)
Bug fixes
- List queries for the
aws_emr_instance_group
table no longer fail if there are any instance groups in clusters that use instance fleets. (#1228)
Enhancements
- Added column
subnet_id
toaws_ec2_network_interface
table. (#1216)
Bug fixes
- Fixed the
aws_eventbridge_rule
table to also list rules for non-default EventBridge buses. (#1214) - Fixed the
aws_rds_db_cluster
table to also list MySQL and PostgreSQL engine type clusters. (#1213)
What's new?
- New tables added
- aws_ses_domain_identity (#1206) (Thanks to @janritter for the contribution!)
Enhancements
- Re-enabled
name
andtype
optional list key columns inaws_route53_record
table. (#1190) - Updated the following tables to use AWS SDK Go v2: (#1186)
aws_acm_certificate
aws_api_gateway_api_authorizer
aws_api_gateway_api_key
aws_api_gateway_rest_api
aws_api_gateway_stage
aws_api_gateway_usage_plan
aws_api_gatewayv2_api
aws_api_gatewayv2_domain_name
aws_api_gatewayv2_integration
aws_api_gatewayv2_stage
aws_dynamodb_backup
aws_iam_access_advisor
aws_iam_access_key
aws_iam_account_password_policy
aws_iam_account_summary
aws_iam_credential_report
aws_iam_group
aws_iam_policy
aws_iam_policy_attachment
aws_iam_policy_simulator
aws_iam_role
aws_iam_saml_provider
aws_iam_server_certificate
aws_iam_user
aws_iam_virtual_mfa_device
aws_s3_bucket
aws_sns_topic
Bug fixes
aws_backup_vault
table now returns no rows instead of an error when querying a vault that does not exist. (#1163)aws_neptune_db_cluster
table now only lists Neptune DB clusters. (#1204)aws_rds_db_cluster
table now only lists RDS Aurora DB clusters. (#1204)
What's new?
- New tables added
Enhancements
- Added the following new columns to
aws_sns_topic
table: (#1176)- application_failure_feedback_role_arn
- application_success_feedback_role_arn
- application_success_feedback_sample_rate
- firehose_failure_feedback_role_arn
- firehose_success_feedback_role_arn
- firehose_success_feedback_sample_rate
- http_failure_feedback_role_arn
- http_success_feedback_role_arn
- http_success_feedback_sample_rate
- lambda_failure_feedback_role_arn
- lambda_success_feedback_role_arn
- lambda_success_feedback_sample_rate
- sqs_failure_feedback_role_arn
- sqs_success_feedback_role_arn
- sqs_success_feedback_sample_rate
- Added support for
us-iso
andus-isob
regions. (#1168)
Bug fixes
- Fixed the typo in column name to use
health_check_target
instead ofheath_check_target
inaws_ec2_classic_load_balancer
table. (#1179) - Fixed the
settings
column in theaws_ecs_cluster
table to correctly return data instead ofnull
. (#1175)
What's new?
- New tables added
Enhancements
- Added column
associated_resources
toaws_wafv2_web_acl
table. (#1158)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v3.3.2. (#1150)
- Recompiled plugin with aws-sdk-go v1.44.49. (#1142)
- Added timestamps to example queries in
aws_cloudtrail_trail_event
,aws_cloudwatch_log_event
andaws_vpc_flow_log_event
table documents. (#1136) - Added column
url_config
toaws_lambda_alias
andaws_lambda_function
tables. (#1146)
Bug fixes
- Fixed inconsistent table names in the
aws_ebs_volume_metric_write_ops
,aws_ebs_volume_metric_write_ops_hourly
andaws_vpc_flow_log
tables. (#1149)
What's new?
- New tables added
Enhancements
- Added column
certificate
toaws_rds_db_instance
table. (#1126)
Bug fixes
- Fixed the
aws_backup_framework
table to return an empty row for the unsupportedap-northeast-3
region instead of returning an error. (#1131)
What's new?
- New tables added
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v3.3.1. (#1129)
- Added information about STS and IAM API limitations with aws-vault temporary credentials in the
docs/index.md
file. - Added column
vpcs
toaws_route53_zone
table. (#1085) - Added column
vpc_endpoint_service_permissions
toaws_vpc_endpoint_service
table. (#1121)
Bug fixes
- Fixed the
No such host
issue in audit manager tables. (#1122) - Fixed the
MaxResults
parameter issue in list API foraws_eks_identity_provider_config
table. (#1119) - Fixed the
Unsupported region
issue inaws_media_store_container
table. (#1117) - Fixed the
BdRequestException
issue in theaws_guardduty_member
table. (#1116)
What's new?
- New tables added
- Added
s3_force_path_style
config argument to allow S3 path-style addressing. (#1082) (Thanks to @srgg for the contribution!)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v3.3.0. (#1108)
What's new?
- New tables added
Enhancements
- Added column
pending_maintenance_actions
toaws_rds_db_cluster
andaws_rds_db_instance
tables. (#1083) - Updated the
.gitignore
file to include all VS Code user settings. (#1078)
Bug fixes
- Fixed the
snapshot_create_time
column inaws_redshift_snapshot
table to be oftimestamp
data type instead ofstring
. (#1071)
What's new?
- New tables added
Enhancements
- Updated
aws_route53_record
table to temporarily disablename
andtype
list key quals in order to fix duplicate rows issue. (#972)
Bug fixes
- Fixed
aws_elasticsearch_domain
,aws_opensearch_domain
, andaws_s3_bucket
tables to not panic when ignoring errors. (#1064)
What's new?
- Added
endpoint_url
config arg to provide users the ability to set a custom endpoint URL when making requests to AWS services. For more information, please see AWS plugin configuration. (#1053) (Thanks to @srgg for the contribution!)
What's new?
- New tables added
Enhancements
- Added column
administrator_account
toaws_securityhub_hub
table. (#1046)
Bug fixes
- Fixed the
is_logging
column ofaws_cloudtrail_trail
table to returntrue
instead ofnull
for shadow trails when the source trail has logging enabled. (#986)
What's new?
- New tables added
Bug fixes
- Fixed the
inline_policies
column inaws_iam_role
,aws_iam_group
andaws_iam_user
tables to correctly return results instead of an error. (#1048)
What's new?
- Added
ignore_error_codes
config arg to provide users the ability to set a list of additional AWS error codes to ignore while running queries. For instance, to ignore some common access denied errors, which is helpful when running with limited permissions, set the argumentignore_error_codes = ["AccessDenied", "AccessDeniedException"]
. For more information, please see AWS plugin configuration (#992) - New tables added
- aws_config_aggregate_authorization (#1025)
- aws_dlm_lifecycle_policy (#1016)
- aws_guardduty_filter (#1029)
- aws_guardduty_member (#1028)
- aws_guardduty_publishing_destination (#1030)
- aws_inspector_assessment_run (#1036)
- aws_inspector_exclusion (#1038)
- aws_inspector_finding (#1040)
- aws_ram_resource_association (#1009)
- aws_ram_principal_association (#1009)
- aws_securityhub_action_target (#1012)
- aws_securityhub_finding (#1017)
- aws_securityhub_finding_aggregator (#1031)
- aws_securityhub_insight (#1011)
- aws_securityhub_member (#1022)
- aws_securityhub_standards_control (#1010)
Enhancements
- Added column
shared_directories
toaws_directory_service_directory
table. (#1024) - Added column
vpc_id
toaws_ec2_network_interface
table. (#990) - Added column
master_account
toaws_guardduty_detector
table. (#1023) - Added column
architectures
toaws_lambda_function
table. (#991) - Updated all tables to use
IgnoreConfig
instead ofShouldIgnoreError
inGetConfig
function. (#992)
Bug fixes
- Fixed the handling for unsupported regions in
aws_inspector_assessment_target
andaws_inspector_assessment_template
tables. (#1039
What's new?
- New tables added
Enhancements
- Improved the example descriptions in
aws_iam_credential_report
table document.
Bug fixes
- Fixed
aws_cloudtrail_trail_event
,aws_cloudwatch_log_event
, andaws_vpc_flow_log_event
tables not returning correct results for consecutive queries when using thefilter
list key column. (#981)
What's new?
- New tables added
Enhancements
- Added the
environment_variables
column toaws_lambda_function
andaws_lambda_version
tables. (#973) - Updated the
aws_organizations_account
table'sid
column description and document for account ID clarifications. (#975) - Removed the use of chalk package in
aws_iam_credential_report
table for dashboard compatibility.
Bug fixes
- Updated the column name from
date-created
todate_created
in theaws_elastic_beanstalk_environment
table (#965)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v3.1.0 and Go version
1.18
. (#953) - Added support for native Linux ARM and Mac M1 builds. (#958)
- Added column
package_type
toaws_lambda_function
table. (#956)
What's new?
- New tables added
- Added optional config arguments
max_error_retry_attempts
andmin_error_retry_delay
to allow customization of the error retry timings. For more information please see AWS plugin configuration. (#914)
Enhancements
- Added column
event_notification_configuration
toaws_s3_bucket
table. (#946) - Added column
login_profile
toaws_iam_user
table. (#947)
Enhancements
- Added
image_scanning_findings
column toaws_ecr_repository
table (#937)
- New tables added
Enhancements
- Added
table_class
column toaws_dynamodb_table
table (#936) - Added additional optional key quals ('!=') to
aws_cost_by_service_daily
,aws_cost_by_service_monthly
,aws_cost_by_service_usage_type_daily
andaws_cost_by_service_usage_type_monthly
tables and context cancellation toaws_cost_forecast_daily
andaws_cost_forecast_monthly
tables (#917)
Bug fixes
- Fixed
aws_s3_bucket
queries failing for buckets created in theEU
(eu-west-1) region through the CLI or API (#927)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v2.1.1 (#933)
Enhancements
- Added column
standards_status_reason_code
toaws_securityhub_standards_subscription
table (#930)
Bug fixes
- Fixed the
aws_ebs_snapshot
table to correctly handleInvalidParameterValue
error (#919)
Enhancements
- Added
sqs_managed_sse_enabled
column toaws_sqs_queue
table (#922) - Added additional optional key quals to
aws_cost_by_service_daily
,aws_cost_by_service_monthly
,aws_cost_by_service_usage_type_daily
andaws_cost_by_service_usage_type_monthly
tables (#912)
Bug fixes
- Fixed the
title
column ofaws_vpc_security_group_rule
table to correctly evaluate if a security group rule is either ingress or egress (#924)
What's new?
- New tables added
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v2.0.3 (#901)
Bug fixes
- Fixed pagination issues in
aws_ecs_service
table (#908) - Fixed the
aws_iam_access_advisor
table to handle the errors when steampipe is running on multi-account connections by using an aggregator connection in the configuration file (#905)
What's new?
- New tables added
Enhancements
-
Added context cancellation handling to the following tables (#896)
- aws_auditmanager_control
- aws_auditmanager_framework
- aws_backup_recovery_point
- aws_backup_vault
- aws_cloudfront_cache_policy
- aws_cloudtrail_trail
- aws_cloudtrail_trail_event
- aws_cloudwatch_log_event
- aws_cloudwatch_log_resource_policy
- aws_ec2_reserved_instance
- aws_guardduty_finding
- aws_iam_action
- aws_kinesis_video_stream
- aws_lambda_alias
- aws_lambda_function
- aws_serverlessapplicationrepository_application
- aws_ssm_patch_baseline
- aws_vpc_security_group_rule
-
Updated default max records parameter value and lower limit for the following tables (#896)
- aws_api_gateway_api_authorizer
- aws_api_gatewayv2_stage
- aws_config_conformance_pack
- aws_directory_service_directory
- aws_ecs_container_instance
- aws_ecs_service
Bug fixes
- Fixed the
aws_codecommit_repository
table to correctly list out all the repositories (#894)
What's new?
- New tables added
Enhancements
- Added additional optional key quals, filter support, and context cancellation handling to
Redshift
,Route 53
,S3
,SageMaker
,Secrets Manager
,Security Hub
,Serverless Application Repository
,Step Functions
,SNS
,SSM
,SSO
,VPC
,WAF
andWell-Architected
tables (#873)
Bug fixes
- Fixed the
aws_dax_cluster
table to skip unsupported regions (#869) - Fixed the
aws_wellarchitected_workload
table to skip unsupported regions (#859) - Fixed the
aws_vpc_security_group_rule
table to set thepair_group_name
column tonil
for cross-account referenced security group rules instead of returning an error (#875) - Updated the column type of
created_date
andlast_modified
columns toTIMESTAMP
in all Lambda tables (#871)
Enhancements
- Added additional optional key quals, filter support, and context cancellation handling to
FSx
,Glacier
,GuardDuty
,IAM
,Identity Store
,Inspector
,Kinesis
,KMS
,Lambda
,ElastiCache
,Macie
andRDS
tables (#856) - Added the following columns to the
aws_vpc_security_group_rule
table (#860)- cidr_ipv4
- description
- group_owner_id
- is_egress
- referenced_group_id
- referenced_peering_status
- referenced_user_id
- referenced_vpc_id
- referenced_vpc_peering_connection_id
- security_group_rule_id
- Added
assignment_status
column toaws_iam_virtual_mfa_device
table (#856) - Recompiled plugin with steampipe-plugin-sdk v1.8.3 (#865)
Bug fixes
- Fixed the
aws_workspaces_workspace
table to skip the unsupported regions (#862)
Deprecated
- The following columns of
aws_vpc_security_group_rule
table have been deprecated to stay consistent with the API response data. These columns will be removed in the next major version. We recommend updating any scripts or workflows that use these deprecated columns to use the equivalent new columns in the table instead.- cidr_ip (replaced by cidr_ipv4)
- group_name
- owner_id (replaced by group_owner_id)
- pair_group_id (replaced by referenced_group_id)
- pair_group_name
- pair_peering_status (replaced by referenced_peering_status)
- pair_user_id (replaced by referenced_user_id)
- pair_vpc_id (replaced by referenced_vpc_id)
- pair_vpc_peering_connection_id (replaced by referenced_vpc_peering_connection_id)
- vpc_id
Enhancements
- Recompiled plugin with aws-sdk-go-v1.42.25 (#851)
- Added additional optional key quals, filter support, and context cancellation handling to
ACM
,API Gateway
,EBS
,EC2
,ECR
,ECS
,EFS
,EKS
,Elastic Beanstalk
,ElastiCache
,Elasticsearch
,EMR
,EventBridge
andRDS
tables (#850)
What's new?
- New tables added
Enhancements
- Updated default max records parameter value and lower limit for
Access Analyzer
,ACM
,API Gateway
,Application Auto Scaling
,Audit manager
,Backup
,Cloud Control
,CloudFormation
,CloudFront
,CloudWatch
,CodePipeline
,Config
,DAX
,DMS
andDynamoDB
tables (#829)
Bug fixes
- Fixed the
aws_workspaces_workspace
table to return an empty row for unsupported regions instead of throwing an error (#835) - Querying the
aws_ebs_snapshot
table will now correctly return snapshot(s) details instead of an empty row (#842) - The
image_owner_alias
column ofaws_ec2_ami_shared
table will now correctly display the AWS account alias (for example, amazon, self) or the AWS account ID of the AMI owner (#841) - The
image_owner_alias
column ofaws_ec2_ami
table is now set toself
by default (#841)
Bug fixes
- Fixed default max records parameter value and lower limit for
aws_cloudwatch_alarm
table
Bug fixes
- Queries no longer fail when using a wildcard in the
region
config argument due to the release ofap-southeast-3
region
What's new?
- New tables added
Enhancements
- Added column
prefix_list_id
toaws_vpc_security_group_rule
table (#801) - Added column
compliance_by_config_rule
toaws_config_rule
table (#817) - Added column
project_visibility
toaws_codebuild_project
table (821) - Added additional optional key quals, filter support, and context cancellation handling to
Access Analyzer
,ACM
,API Gateway
,Application Auto Scaling
,Audit manager
,Backup
,Cloud Control
,CloudFormation
,CloudFront
,CloudWatch
,CodeBuild
,CodeCommit
,CodePipeline
,Config
,DAX
,Directory Service
,DMS
,DynamoDB
andEBS
tables (754) - Added an example query for listing SQL server instances with SSL disabled in the
aws_rds_db_instance
table document (#806) README.md
anddocs/index.md
files now have updated Slack channel links
Bug fixes
- Fixed the
string field contains invalid UTF-8
error in theaws_ec2_instance
table (#812)
What's new?
- New tables added
- aws_elasticache_redis_metric_cache_hits_hourly (#753)
- aws_elasticache_redis_metric_curr_connections_hourly (#753)
- aws_elasticache_redis_metric_engine_cpu_utilization_hourly (#753)
- aws_elasticache_redis_metric_get_type_cmds_hourly (#753)
- aws_elasticache_redis_metric_list_based_cmds_hourly (#753)
- aws_elasticache_redis_metric_new_connections_hourly (#753)
- aws_serverlessapplicationrepository_application (#751)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v1.8.2 (#741)
- Added filter example queries in
aws_cloudwatch_log_event
table (#748) - Added few more example queries in
aws_iam_role
table (#685)
Bug fixes
aws_ec2_application_load_balancer
table will no longer returnValidationError
in get call (#792)aws_dax_cluster
table will no longer return an error when we try to query for unsupported regions (#787)aws_lambda_alias
table will now needname
,function_name
andregion
to perform get call (#781)
What's new?
- New tables added
Enhancements
- Updated: Add
policy_std
column to theaws_ecrpublic_repository
table (#778) - Updated: Add
policy_std
column to theaws_ecr_repository
table (#780) - Updated: Add columns
policy
andpolicy_std
to theaws_lambda_alias
table (#774) - Updated: Add columns
policy
andpolicy_std
to theaws_lambda_version
table (#776) - Updated: Add columns
policy
andpolicy_std
to theaws_secretsmanager_secret
table (#745)
Bug fixes
- Fixed:
aws_kinesis_firehose_delivery_stream
table now includes better error handling (#769) - Fixed: Remove duplicate data from the
aws_backup_plan
table (#767) - Fixed:
aws_ecrpublic_repository
table will now return an empty row instead of an error when we try to query for any region other thanus-east-1
(#770)
Bug fixes
- Fixed: Queries will no longer panic when encountering an error due to invalid references in the
ShouldRetry
function (#763)
What's new?
- New tables added
Enhancements
- Updated: Add
policy_std
column toaws_backup_vault
table (#746) - Updated: Increase the golangci-lint workflow timeout to 10 mins (#750)
Bug fixes
- Fixed: Queries will no longer hang if no credentials are provided or an invalid profile is specified (#713)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v1.7.3 (#741)
Bug fixes
- Updated data type of the column
platform_version
fromint
tostring
inaws_ssm_managed_instance
table (#732)
What's new?
- New tables added
Enhancements
- Updated: Recompiled plugin with steampipe-plugin-sdk v1.7.1 (#729)
What's new?
- New tables added
Enhancements
- Updated: Recompiled plugin with steampipe-plugin-sdk v1.7.0 (#695)
Bug fixes
- Queries for global tables, e.g.,
aws_iam_user
, will no longer return an error if no regions are specified for a connection (#690) - Fixed the
ecs_service
table to correctly return the tags instead of returningnull
(#710)
What's new?
- New tables added
Bug fixes
- Fixed: Increase number of retries from 3->8 for Cloud Control service sessions to better handle throttling
- Fixed: Examples for
aws_cloudcontrol_resource
table are now correct
What's new?
- New tables added
Enhancements
- Updated: Parliament IAM permissions to the latest (#676)
- Updated: Add additional optional key quals, filter support, and context cancellation handling to
aws_ec2_instance
,aws_iam_policy
,aws_rds_db_cluster_snapshot
tables (#638) - Recompiled plugin with steampipe-plugin-sdk v1.6.2
What's new?
- New tables added
Bug fixes
- Add pagination to list and list tags functions in several tables (#660)
What's new?
- New tables added
Bug fixes
- When the macie service is not enabled in a particular region,
aws_macie2_classification_job
table will now returnnil
instead oferror
(#661)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v1.5.1 (#653)
What's new?
- New tables added
Enhancements
- Added customized exponential back-off retry logic to optimize retry mechanism (#635)
Bug fixes
- Fixed: Implemented pagination in
aws_config_rule
andaws_config_conformance_pack
table (#646) - Fixed: Improved documentations (#639)
What's new?
- New tables added
What's new?
- New tables added
- aws_directory_service_directory (#572)
- aws_ec2_application_load_balancer_metric_request_count_daily (#605)
- aws_ec2_network_load_balancer_metric_net_flow_count (#527)
- aws_ec2_application_load_balancer_metric_request_count (#527)
- aws_ec2_network_load_balancer_metric_net_flow_count_daily (#604)
- aws_rds_db_event_subscription (#609)
- aws_redshift_cluster_metric_cpu_utilization_daily (#606)
- aws_securityhub_standards_subscription (#286)
Enhancements
- Updated: Global services like IAM, S3, Route 53, etc. will now connect to
us-gov-west-1
andcn-northwest-1
when creating service connections in GovCloud and China respectively (#613) - Updated: Add column
scheduled_actions
toaws_redshift_cluster
table (#523) - Updated: Add column
log_publishing_options
toaws_elasticsearch_domain
table (#593) - Updated: Add column
instance_lifecycle
toaws_ec2_instance
table (#617)
Bug fixes
- Fixed:
aws_ec2_ssl_policy
table will no longer generate duplicate values with multi-region setup (#594) - Fixed: If no regions are set in the config file, the region will now correctly be determined from the
AWS_DEFAULT_REGION
orAWS_REGION
environment variables if set (#598)
What's new?
- New tables added
Bug fixes
- Fixed:
arn
column data now contain the correct regions in regional resource tables (#590) - Fixed: Querying columns
dnssec_key_signing_keys
anddnssec_status
inaws_route53_zone
table for private hosted zones no longer causes errors (#589)
What's new?
- New tables added
Bug fixes
- Fixed:
aws_cloudtrail_trail
table is now smarter when hydrating data for shadow trails (global and organization) (#578) - Fixed: Route tables with IPv6 routes no longer cause queries to fail in the
aws_vpc_route
table (#581)
What's new?
- New tables added
Bug fixes
- Fixed:
aws_ec2_instance
table should not panic when hydratingstate_transition_time
column if there is no state transition reason (#574)
What's new?
- New tables added
Enhancements
- Updated: Add column
arn
inaws_vpc_nat_gateway
table (#540) - Updated: Add multi-account connection information and examples to index doc (#565)
- Updated: Improve error message when connection config regions are not valid (#558)
- Updated: Cleanup region selection in connection creation code for table modules (#566)
- Recompiled plugin with steampipe-plugin-sdk v1.4.1
Bug fixes
- Fixed: Connection creation is now retried when receiving reset by peer errors (#557)
- Fixed: Fix plugin sometimes incorrectly selecting the wrong region from connection config (#561)
- Fixed: Hydration now works for
created_at
,name
,title
,updated_at
, andversion
columns inaws_codepipeline_pipeline
table (#537) - Fixed: Several column descriptions in
aws_ecs_task_definition
table (#541)
What's new?
- New tables added
Enhancements
- Updated: Add wildcard support when defining regions in plugin connection configuration (#530)
- Updated: Improve docs/index.md with expanded credential options and examples (#535)
Bug fixes
- Fixed: Fix various failing integration tests (#534)
- Fixed: Removed invalid key column definitions in various tables
What's new?
- New tables added
Enhancements
- Updated: Rename column
file_system_arn
toarn
inaws_efs_file_system
table (#494) - Updated: Rename column
table_arn
toarn
inaws_dynamodb_table
table (#495) - Updated: Improve error message in
aws_iam_credential_report
table when no credential report exists (#510) - Updated: Remove use of deprecated function
ItemFromKey
fromaws_redshift_cluster
table (#514)
What's new?
- New tables added
Bug fixes
- Fixed: Typo in description for common cloudwatch_metric
timestamp
column (#505)
What's new?
- New tables added
Enhancements
- Updated: Add column
arn
toaws_api_gateway_stage
table (#447) - Updated: Add column
arn
toaws_ec2_classic_load_balancer
table (#475) - Updated: Add column
event_subscriptions
toaws_inspector_assessment_template
table (#467) - Updated: Add column
logging_configuration
toaws_wafv2_web_acl
table (#470) - Updated: Add columns
dnssec_key_signing_keys
anddnssec_status
toaws_route53_zone
table (#439)
Bug fixes
- Fixed: Cache key in
ElasticsearchService
function and update various cache keys to be more consistent (#500) - Fixed: Tags hydrate call should not fail in
aws_sagemaker_notebook_instance
table (#372)
What's new?
- New tables added
Enhancements
- Updated: Shadow trails are now included in
aws_cloudtrail_trail
table query results (#441) - Updated: Add columns
replication_group_id
,snapshot_retention_limit
, andsnapshot_window
toaws_elasticache_cluster
table (#458) - Updated: Add columns
dead_letter_config_target_arn
andreserved_concurrent_executions
toaws_lambda_function
table (#474) - Updated: Rename column
alarm_arn
toarn
inaws_cloudwatch_alarm
table (#489) - Recompiled plugin with steampipe-plugin-sdk v0.2.10
Bug fixes
- Fixed: GetCommonColumns function should only get STS caller identity once per account instead of per region (#490)
What's new?
- New tables added
Enhancements
- Updated: Add column
arn
toaws_redshift_cluster
table (#462) - Updated: Add column
arn
toaws_vpc_network_acl
table (#457) - Updated: Add column
object_lock_configuration
toaws_s3_bucket
table (#464) - Updated: Add column
state_transition_time
toaws_ec2_instance
table (#344) - Updated: Bump urllib3 in /scripts/generate_parliament_iam_permissions (#471)
- Updated: Getting tags for clusters in 'creating' state should not error in
aws_elasticache_cluster
table (#454) - Updated: Rename column
replication_instance_arn
toarn
inaws_dms_replication_instance
table (#455)
Bug fixes
- Fixed: Rename
table_ aws_elasticsearch_domain.go
totable_aws_elasticsearch_domain.go
What's new?
- Updated plugin license to Apache 2.0 per turbot/steampipe#488
- New tables added
- aws_api_gatewayv2_integration (#346)
- aws_cloudfront_distribution (#388)
- aws_cost_by_account_daily (#437)
- aws_cost_by_account_monthly (#437)
- aws_cost_by_service_daily (#437)
- aws_cost_by_service_monthly (#437)
- aws_cost_by_service_usage_type_daily (#437)
- aws_cost_by_service_usage_type_monthly (#437)
- aws_cost_forecast_daily (#437)
- aws_cost_forecast_monthly (#437)
- aws_cost_usage (#437)
- aws_ebs_volume_metric_read_ops (#437)
- aws_ebs_volume_metric_read_ops_daily (#437)
- aws_ebs_volume_metric_read_ops_hourly (#437)
- aws_ebs_volume_metric_write_ops (#437)
- aws_ebs_volume_metric_write_ops_daily (#437)
- aws_ebs_volume_metric_write_ops_hourly (#437)
- aws_ec2_instance_metric_cpu_utilization (#437)
- aws_ec2_instance_metric_cpu_utilization_daily (#437)
- aws_ec2_instance_metric_cpu_utilization_hourly (#437)
- aws_efs_mount_target (#426)
- aws_kinesisanalyticsv2_application (#358)
- aws_rds_db_instance_metric_connections (#437)
- aws_rds_db_instance_metric_connections_daily (#437)
- aws_rds_db_instance_metric_connections_hourly (#437)
- aws_rds_db_instance_metric_cpu_utilization (#437)
- aws_rds_db_instance_metric_cpu_utilization_daily (#437)
- aws_rds_db_instance_metric_cpu_utilization_hourly (#437)
- aws_rds_db_instance_metric_read_iops (#437)
- aws_rds_db_instance_metric_read_iops_daily (#437)
- aws_rds_db_instance_metric_read_iops_hourly (#437)
- aws_rds_db_instance_metric_write_iops (#437)
- aws_rds_db_instance_metric_write_iops_daily (#437)
- aws_rds_db_instance_metric_write_iops_hourly (#437)
- aws_sagemaker_training_job (#384)
- aws_ssm_managed_instance (#436)
- aws_waf_rate_based_rule (#289)
- aws_wafv2_rule_group (#281)
Enhancements
- Updated: Base64 data in the
user_data
column is now decoded in theaws_ec2_instance
andaws_ec2_launch_configuration
tables (#363) - Updated: Add
arn
column toaws_account
table (#418) - Updated: Add
arn
column toaws_guardduty_detector
table (#408) - Updated: Add
arn
column toaws_ssm_association
table (#404)
What's new?
- New tables added
Enhancements
- Updated: Add
arn
column toaws_ebs_snapshot
table (#405) - Updated: Add
arn
column toaws_vpc_eip
table (#407) - Updated: Improve availability zone count example in
aws_lambda_function
table doc (#413)
Bug fixes
- Fixed: Getting key rotation status for external keys should not error in
aws_kms_key
table (#398)
What's new?
- New tables added
Enhancements
- Updated: README.md and docs/index.md now contain links to our Slack community (#411)
- Updated: Add
logging_status
column toaws_redshift_cluster
table (#350) - Updated: Add missing columns available in the hydrate data to
aws_ssm_association
table (#356) - Updated: Bump lodash from 4.17.20 to 4.17.21 in /aws-test (#389)
Bug fixes
- Fixed: Querying the aws_iam_account_password_policy table should not error if no password policy exists (#382)
What's new?
- New tables added
Enhancements
- Updated: Add
arn
column toaws_config_configuration_recorder
table (#380) - Updated: Add
arn
column toaws_ebs_volume
table (#368) - Updated: Add
arn
column toaws_ec2_instance
table (#367) - Updated: Add
arn
column toaws_vpc_security_group
table (#377) - Updated: Add
arn
column toaws_vpc
table (#378) - Updated: Add
automatic_backups
column toaws_efs_file_system
table (#351)
Bug fixes
- Fixed: Handling of pending subscriptions in
aws_sns_topic_subscription
table (#349)
What's new?
- New tables added
Enhancements
- Updated: Parliament IAM permissions for Parliament v1.4.0 (#216)
Bug fixes
- Fixed: The
aws_guardduty_threat_intel_set
table should not throw an rpc error while trying to list threat intel sets (#343)
What's new?
- New tables added
Bug fixes
- Fixed: Replace hardcoded ARN references in
aws_ec2_instance_type
,aws_iam_policy
, andaws_s3_bucket
tables (#331)
What's new?
- New tables added
Enhancements
- Updated: Add
arn
column toaws_s3_bucket
table (#313)
Bug fixes
- Fixed: Query example in
aws_iam_server_certificate
table docs (#309)
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.