Back to source list
Official
Premium
AWS
The AWS Source plugin extracts information from many of the supported services by Amazon Web Services (AWS) and loads it into any supported CloudQuery destination
Publisher
cloudquery
Latest version
v30.2.0
Type
Source
Platforms
Date Published
Price per 1M rows
Starting from $17
monthly free quota
1M rows
- v30.2.0Latest version
- v30.1.0
- v30.0.0
- v29.0.0
- v28.8.0
- v28.7.2
- v28.7.1
- v28.7.0
- v28.6.0
- v28.5.0
- v28.4.0
- v28.3.0
- v28.2.0
- v28.1.0
- v28.0.0
- v27.25.0
- v27.24.0
- v27.23.1
- v27.23.0
- v27.22.0
- v27.21.0
- v27.20.0
- v27.19.1
- v27.19.0
- v27.18.0
- v27.17.0
- v27.16.0
- v27.15.0
- v27.14.0
- v27.13.1
- v27.12.0
- v27.11.1
- v27.9.0
- v27.8.0
- v27.7.0
- v27.6.0
- v27.5.0
- v27.4.1
- v27.4.0
- v27.3.0
- v27.2.0
- v27.1.0
- v27.0.0
- v26.12.0
- v26.11.0
- v26.10.0
- v26.9.0
- v26.8.0
- v26.7.0
- v26.6.0
- v26.5.0
- v26.4.0
- v26.3.0
- v26.2.0
- v26.1.0
- v26.0.0
- v25.6.0
- v25.5.4
- v25.5.3
- v25.5.2
- v25.5.1
- v25.5.0
- v25.4.0
- v25.3.0
- v25.2.2
- v25.2.1
- v25.2.0
- v25.1.0
- v25.0.0
- v24.3.3
- v24.3.2
- v24.3.1
- v24.3.0
- v24.2.0
- v24.1.0
- v24.0.0
- v23.7.0
- v23.6.1
- v23.6.0
- v23.5.0
- v23.4.0
- v23.3.1
- v23.3.0
- v23.2.0
- v23.1.0
- v23.0.0
- v22.19.2
- v22.19.1
- v22.19.0
- v22.18.0
- v22.17.0
- v22.16.0
- v22.15.2
- v22.15.1
- v22.15.0
- v22.14.0
- v22.13.2
- v22.13.1
- v22.12.0
v30.2.0
30.2.0 (2024-12-20) #
This Release has the Following Changes to Tables #
- Table
aws_ec2_instance_user_data
was added - Table
aws_trustedadvisor_recommendation_resources
was added - Table
aws_trustedadvisor_recommendations
was added
Features #
- Add Trusted Advisor resources (#5921) (a4f069b)
- Support syncing EC2 user_data (#5919) (cb8accb)
Bug Fixes #
- deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.72.4 (#6004) (4fffcfe)
- deps: Update module golang.org/x/net to v0.33.0 [SECURITY] (#5925) (19c5183)
v30.1.0
30.1.0 (2024-12-18) #
This Release has the Following Changes to Tables #
- Table
aws_athena_data_catalogs
: column added with nameconnection_type
and typeutf8
- Table
aws_athena_data_catalogs
: column added with nameerror
and typeutf8
- Table
aws_athena_data_catalogs
: column added with namestatus
and typeutf8
- Table
aws_bedrock_evaluation_jobs
: column added with nameapplication_type
and typeutf8
- Table
aws_dynamodb_tables
: column added with namemulti_region_consistency
and typeutf8
- Table
aws_ec2_image_block_public_access_states
: column added with namemanaged_by
and typeutf8
- Table
aws_ec2_images
: column added with nameimage_allowed
and typebool
- Table
aws_ec2_serial_console_access_statuses
: column added with namemanaged_by
and typeutf8
- Table
aws_ec2_snapshot_block_public_access_states
: column added with namemanaged_by
and typeutf8
- Table
aws_ec2_vpc_endpoints
: column added with namefailure_reason
and typeutf8
- Table
aws_ec2_vpc_endpoints
: column added with nameipv4_prefixes
and typejson
- Table
aws_ec2_vpc_endpoints
: column added with nameipv6_prefixes
and typejson
- Table
aws_ec2_vpc_endpoints
: column added with nameresource_configuration_arn
and typeutf8
- Table
aws_ec2_vpc_endpoints
: column added with nameservice_network_arn
and typeutf8
- Table
aws_eks_clusters
: column added with namecompute_config
and typejson
- Table
aws_eks_clusters
: column added with nameremote_network_config
and typejson
- Table
aws_eks_clusters
: column added with namestorage_config
and typejson
- Table
aws_fsx_backups
: column added with namesize_in_bytes
and typeint64
- Table
aws_glue_connections
: column added with namecompatible_compute_environments
and typelist<item: utf8, nullable>
- Table
aws_glue_connections
: column added with nameconnection_schema_version
and typeint64
- Table
aws_glue_connections
: column added with namepython_properties
and typejson
- Table
aws_glue_connections
: column added with namespark_properties
and typejson
- Table
aws_glue_database_table_storage_optimizers
was added - Table
aws_guardduty_detector_findings
: column added with nameassociated_attack_sequence_arn
and typeutf8
- Table
aws_lakeformation_data_cells_filters
was added - Table
aws_lakeformation_opt_ins
was added - Table
aws_lakeformation_permissions
was added - Table
aws_lakeformation_resources
was added - Table
aws_lakeformation_transactions
was added - Table
aws_rds_clusters
: column added with namedatabase_insights_mode
and typeutf8
- Table
aws_rds_instances
: column added with namedatabase_insights_mode
and typeutf8
- Table
aws_redshift_data_shares
: column added with namedata_share_type
and typeutf8
- Table
aws_securityhub_findings
: column added with namedetection
and typejson
Features #
- AWS Lakeformation service (#5915) (71fbbf5)
- services: Support newly added regions (#5917) (1651c5b)
Bug Fixes #
- deps: Update aws-sdk-go-v2 monorepo (#5902) (146ab85)
- deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.71.1 (#5818) (c423f5e)
- deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.72.0 (#5888) (33d57af)
v30.0.0
30.0.0 (2024-12-11) #
⚠ BREAKING CHANGES #
- Switch to Regional Endpoints for S3 APIs (#5327)
- Make s3 access grants child table of access grant instances (#5584)
This Release has the Following Changes to Tables #
- Table
aws_config_configuration_aggregators
: column added with nameaggregator_filters
and typejson
- Table
aws_config_configuration_recorders
: column added with namerecording_scope
and typeutf8
- Table
aws_config_configuration_recorders
: column added with nameservice_principal
and typeutf8
- Table
aws_directconnect_gateway_associations
: column added with nameassociated_core_network
and typejson
- Table
aws_ec2_ebs_snapshots
: column added with namecompletion_duration_minutes
and typeint64
- Table
aws_ec2_ebs_snapshots
: column added with namecompletion_time
and typetimestamp[us, tz=UTC]
- Table
aws_ec2_ebs_snapshots
: column added with nametransfer_type
and typeutf8
- Table
aws_ec2_vpc_endpoint_connections
: column added with namevpc_endpoint_region
and typeutf8
- Table
aws_ec2_vpc_endpoint_service_configurations
: column added with nameremote_access_enabled
and typebool
- Table
aws_ec2_vpc_endpoint_service_configurations
: column added with namesupported_regions
and typejson
- Table
aws_ec2_vpc_endpoint_services
: column added with nameservice_region
and typeutf8
- Table
aws_ec2_vpc_endpoints
: column added with nameservice_region
and typeutf8
- Table
aws_snowball_addresses
was added - Table
aws_snowball_cluster_jobs
was added - Table
aws_snowball_clusters
was added - Table
aws_snowball_compatible_images
was added - Table
aws_snowball_jobs
was added - Table
aws_snowball_long_term_pricing
was added - Table
aws_snowball_pickup_locations
was added
Features #
- AWS Snowball service (#5716) (a8ab300)
- services: Support newly added regions (#5795) (f3ddd7e)
- Switch to Regional Endpoints for S3 APIs (#5327) (5fc843a)
Bug Fixes #
- deps: Update aws-sdk-go-v2 monorepo (#5711) (5bc9cfe)
- deps: Update module github.com/cloudquery/codegen to v0.3.21 (#5717) (49726a6)
- deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.71.0 (#5793) (3ddca77)
- Enable credential refreshing (#5203) (671d457)
- Make s3 access grants child table of access grant instances (#5584) (c24f2bd)
v29.0.0
29.0.0 (2024-12-05) #
⚠ BREAKING CHANGES #
aws_cloudwatchlogs_log_groups
resource tag fetching was migrated from using deprecatedListTagsLogGroup
toListTagsForResource
. As the result, the required permission has changed fromlogs:ListTagsLogGroup
tologs:ListTagsForResource
. Information about the resource being on the path to deprecation can be found in the AWS Documentation.
This Release has the Following Changes to Tables #
- Table
aws_connect_integration_associations
was added - Table
aws_connect_prompts
was added - Table
aws_connect_queue_quick_connects
was added - Table
aws_connect_quick_connects
was added - Table
aws_connect_routing_profile_queues
was added - Table
aws_connect_routing_profiles
was added - Table
aws_connect_task_templates
was added - Table
aws_connect_traffic_distribution_group_users
was added - Table
aws_connect_traffic_distribution_groups
was added - Table
aws_connect_use_cases
was added - Table
aws_connect_user_hierarchy_groups
was added - Table
aws_connect_user_proficiencies
was added - Table
aws_connect_view_versions
was added - Table
aws_connect_views
was added
Features #
- Add AWS Connect P4 APIs (#5594) (3e43f6c)
- Switch AWS CloudWatchLogs LogGroup tags API call to generic ListTagsForResource (60bab22)
Bug Fixes #
- deps: Update dependency @types/node to v16.18.119 (#5608) (e539f4b)
- deps: Update emotion monorepo to v11.13.5 (#5630) (cc4436e)
- deps: Update golang.org/x/exp digest to 2d47ceb (#5607) (c79ecd4)
- deps: Update material-ui monorepo (#5631) (df5fd47)
- deps: Update module github.com/cloudquery/codegen to v0.3.20 (#5649) (9df615e)
- deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.70.1 (#5652) (a26ebfd)
- deps: Update react monorepo (#5633) (07c0c00)
v28.8.0
28.8.0 (2024-11-28) #
This Release has the Following Changes to Tables #
- Table
aws_apigateway_domain_names
: column added with namedomain_name_arn
and typeutf8
- Table
aws_apigateway_domain_names
: column added with namedomain_name_id
and typeutf8
- Table
aws_apigateway_domain_names
: column added with namemanagement_policy
and typeutf8
- Table
aws_apigateway_domain_names
: column added with namepolicy
and typeutf8
- Table
aws_applicationautoscaling_policies
: column added with namepredictive_scaling_policy_configuration
and typejson
- Table
aws_applicationautoscaling_scalable_targets
: column added with namepredicted_capacity
and typeint64
- Table
aws_autoscaling_groups
: column added with nameavailability_zone_impairment_policy
and typejson
- Table
aws_autoscaling_groups
: column added with namecapacity_reservation_specification
and typejson
- Table
aws_cloudwatchlogs_log_group_subscription_filters
: column added with nameapply_on_transformed_logs
and typebool
- Table
aws_cloudwatchlogs_metric_filters
: column added with nameapply_on_transformed_logs
and typebool
- Table
aws_cognito_user_pools
: column added with nameuser_pool_tier
and typeutf8
- Table
aws_connect_agent_queues
was added - Table
aws_connect_contact_evaluations
was added - Table
aws_connect_contact_flow_modules
was added - Table
aws_connect_contact_references
was added - Table
aws_connect_contacts
was added - Table
aws_connect_default_vocabularies
was added - Table
aws_connect_evaluation_form_versions
was added - Table
aws_connect_flow_associations
was added - Table
aws_connect_hours_of_operations
was added - Table
aws_connect_queues
was added - Table
aws_connect_rules
was added - Table
aws_ec2_capacity_reservations
: column added with namecommitment_info
and typejson
- Table
aws_ec2_capacity_reservations
: column added with namedelivery_preference
and typeutf8
- Table
aws_ec2_ebs_volumes
: column added with nameoperator
and typejson
- Table
aws_ec2_instance_statuses
: column added with nameoperator
and typejson
- Table
aws_ec2_instances
: column added with nameoperator
and typejson
- Table
aws_ec2_ipam_discovered_accounts
: column added with nameorganizational_unit_id
and typeutf8
- Table
aws_ec2_ipam_resource_discoveries
: column added with nameorganizational_unit_exclusions
and typejson
- Table
aws_ec2_launch_template_versions
: column added with nameoperator
and typejson
- Table
aws_ec2_launch_templates
: column added with nameoperator
and typejson
- Table
aws_ec2_network_interfaces
: column added with nameoperator
and typejson
- Table
aws_ec2_subnets
: column added with nameblock_public_access_states
and typejson
- Table
aws_ec2_vpcs
: column added with nameblock_public_access_states
and typejson
- Table
aws_ecs_cluster_services
: column added with nameavailability_zone_rebalancing
and typeutf8
- Table
aws_health_affected_entities
: column added with nameentity_metadata
and typejson
- Table
aws_health_organization_affected_entities
: column added with nameentity_metadata
and typejson
- Table
aws_lambda_function_event_source_mappings
: column added with namemetrics_config
and typejson
- Table
aws_lambda_function_event_source_mappings
: column added with nameprovisioned_poller_config
and typejson
- Table
aws_rds_engine_versions
: column added with nameserverless_v2_features_support
and typejson
- Table
aws_stepfunctions_state_machines
: column added with namevariable_references
and typejson
Features #
- AWS Connect P3 (#5471) (c421c0f)
- Enable user to skip resolving tags for Cloudwatch Log Groups (#5583) (b67ce17)
- services: Support newly added regions (#5577) (ca89866)
Bug Fixes #
- deps: Update aws-sdk-go-v2 monorepo (#5566) (9f0fc47)
- deps: Update aws-sdk-go-v2 monorepo (#5567) (cc9d8d5)
- deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.69.0 (#5489) (f0b709b)
v28.7.2
v28.7.0
28.7.0 (2024-11-19) #
This Release has the Following Changes to Tables #
- Table
aws_accessanalyzer_analyzer_findings
: column added with nameresource_control_policy_restriction
and typeutf8
- Table
aws_dynamodb_tables
: column added with namewarm_throughput
and typejson
- Table
aws_ec2_images
: column added with namesource_image_id
and typeutf8
- Table
aws_ec2_images
: column added with namesource_image_region
and typeutf8
- Table
aws_elasticbeanstalk_platform_versions
was added - Table
aws_opensearch_domain_packages
: column added with nameassociation_configuration
and typejson
- Table
aws_opensearch_domain_packages
: column added with nameprerequisite_package_id_list
and typelist<item: utf8, nullable>
- Table
aws_sagemaker_hyperparameter_tuning_jobs
was added - Table
aws_servicequotas_awsdefaultservicequotas
was added
Features #
- Add package licenses to docs (#5380) (7f2ab99)
- Add support for AWS Sagemaker HyperParameter Tuning Jobs (#5456) (b84c31b)
- services: Support newly added regions (#5470) (834a548)
- Support ElasticBeanstalk Platform Versions (#5469) (2f025e4)
- Support Syncing AWS Service Default Quotas (#5457) (fcd299a)
Bug Fixes #
- deps: Update AWS modules (#5459) (2da6c00)
- deps: Update aws-sdk-go-v2 monorepo (#5460) (c5da2ca)
v28.6.0
28.6.0 (2024-11-14) #
This Release has the Following Changes to Tables #
- Table
aws_s3_storage_lens_configurations
was added - Table
aws_s3_storage_lens_groups
was added
Features #
- Add S3 Storage Lens Configurations and Groups tables (#5355) (8297b03)
Bug Fixes #
- deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.3 (#5363) (81f5d6d)
- Mark
aws_ec2_ipam_address_history
as incremental (#5358) (c90421c)
v28.5.0
28.5.0 (2024-11-12) #
This Release has the Following Changes to Tables #
- Table
aws_autoscaling_groups
: column added with nameavailability_zone_distribution
and typejson
- Table
aws_ssm_instance_patch_states
was added
Features #
- AWS SSM instance patch states (#5351) (b8b4b4d)
- services: Support newly added regions (#5356) (2d40ca9)
Bug Fixes #
- deps: Update aws-sdk-go-v2 monorepo (#5341) (59d0ea8)
- deps: Update aws-sdk-go-v2 monorepo (#5342) (5c02c23)
10