Back to plugin 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
v27.23.1
Type
Source
Platforms
Date Published
Price per 1M rows
Starting from $15
monthly free quota
1M rows
- v27.23.1Latest version
- 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
v27.15.0
27.15.0 (2024-08-21) #
This Release has the Following Changes to Tables #
- Table
aws_swf_activity_types
was added - Table
aws_swf_closed_workflow_executions
was added - Table
aws_swf_domains
was added - Table
aws_swf_open_workflow_executions
was added - Table
aws_swf_workflow_types
was added
Features #
- Add AWS Simple Workflow Service (#4061) (46e0387)
v27.14.0
27.14.0 (2024-08-20) #
This Release has the Following Changes to Tables #
- Table
aws_amplify_apps
: column added with namecache_config
and typejson
- Table
aws_appstream_image_builders
: column added with namelatest_appstream_agent_version
and typeutf8
- Table
aws_appstream_images
: column added with namedynamic_app_providers_enabled
and typeutf8
- Table
aws_appstream_images
: column added with nameimage_shared_with_others
and typeutf8
- Table
aws_appstream_images
: column added with namelatest_appstream_agent_version
and typeutf8
- Table
aws_appstream_images
: column added with namesupported_instance_families
and typelist<item: utf8, nullable>
- Table
aws_batch_compute_environments
: column added with namecontext
and typeutf8
- Table
aws_fis_actions
was added - Table
aws_fis_experiment_resolved_targets
was added - Table
aws_fis_experiment_templates
was added - Table
aws_fis_experiments
was added - Table
aws_fis_target_account_configurations
was added - Table
aws_fis_target_resource_types
was added - Table
aws_kinesis_stream_consumers
was added - Table
aws_kinesis_stream_shards
was added - Table
aws_transcribe_call_analytics_categories
was added - Table
aws_transcribe_call_analytics_jobs
was added - Table
aws_transcribe_language_models
was added - Table
aws_transcribe_medical_scribe_jobs
was added - Table
aws_transcribe_medical_transcription_jobs
was added - Table
aws_transcribe_medical_vocabularies
was added - Table
aws_transcribe_transcription_jobs
was added - Table
aws_transcribe_vocabularies
was added - Table
aws_transcribe_vocabulary_filters
was added
Features #
- Add AWS Fault Injection Service (#4025) (5311f12)
- Add aws transcribe service (#4031) (526231d)
- Added support for events that delete multiple records (#3976) (daf5d62)
- Complete resource coverage for AWS Kinesis (#3989) (e02c556)
- Delete events for existing EC2 events (#4020) (cf01de8)
- services: Support newly added regions (#4058) (21d4dd8)
Bug Fixes #
- AWS Config UI improvement for paid AWS services (#4013) (d1f07b8)
- deps: Update AWS modules (#4036) (2902d92)
- deps: Update aws-sdk-go-v2 monorepo (#4039) (f8d7686)
- deps: Update aws-sdk-go-v2 monorepo (#4040) (51c0ae3)
- deps: Update dependency @cloudquery/plugin-config-ui-lib to ^0.0.58 (#4034) (a16d81b)
- Env variables for plugin cloud UI (#4012) (fac0784)
- Use fake ARN in error message, not cq-playground (#4018) (bc20ce4)
v27.13.1
27.13.1 (2024-08-13) #
This Release has the Following Changes to Tables #
- Table
aws_ec2_ipam_discovered_resource_cidrs
: column added with nameip_source
and typeutf8
- Table
aws_ec2_ipams
: column added with nameenable_private_gua
and typebool
- Table
aws_glue_database_tables
: column added with namestatus
and typejson
Features #
Bug Fixes #
- Minor tweaks for github, aws, jira ui (#4004) (c6f2b27)
- Update README (#3997) (adc596b)
v27.12.0
27.12.0 (2024-08-06) #
This Release has the Following Changes to Tables #
- Table
aws_health_affected_entities
: column added with nameaccount_id
and typeutf8
- Table
aws_health_event_details
: column added with nameaccount_id
and typeutf8
- Table
aws_resiliencehub_app_assessments
: column added with namesummary
and typejson
- Table
aws_scheduler_schedules
: columntags
removed from table (:warning: breaking)
Features #
- services: Support newly added regions (#3859) (56e7ef6)
- Trello plugin UI (#3782) (1761425)
Bug Fixes #
- Change function code redaction log level from
warn
todebug
(#3804) (75340dd) - deps: Update aws-sdk-go-v2 monorepo (#3841) (d347046)
- deps: Update dependency @cloudquery/cloud-ui to v0.1.12 (#3828) (5d60fd2)
- deps: Update dependency @cloudquery/plugin-config-ui-connector to v0.2.10 (#3845) (747cd6c)
- deps: Update dependency @cloudquery/plugin-config-ui-connector to v0.2.11 (#3853) (b07a47e)
- deps: Update dependency @cloudquery/plugin-config-ui-lib to ^0.0.41 (#3807) (8fd897d)
- deps: Update dependency @cloudquery/plugin-config-ui-lib to ^0.0.42 (#3826) (a694f66)
- deps: Update dependency @cloudquery/plugin-config-ui-lib to ^0.0.44 (#3831) (b1e7581)
- deps: Update dependency @cloudquery/plugin-config-ui-lib to ^0.0.45 (#3833) (cf14b81)
- deps: Update dependency @cloudquery/plugin-config-ui-lib to ^0.0.46 (#3835) (369e59a)
- deps: Update dependency @cloudquery/plugin-config-ui-lib to ^0.0.47 (#3843) (6d3d7ad)
- deps: Update dependency @cloudquery/plugin-config-ui-lib to ^0.0.49 (#3848) (879b81d)
- deps: Update dependency @cloudquery/plugin-config-ui-lib to ^0.0.53 (#3858) (1f120da)
- deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.57.1 (#3823) (cf5b3cd)
- deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.58.0 (#3832) (23ba85f)
- deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.58.1 (#3849) (76abf42)
- Ensure Uniqueness in
aws_health_events
and related tables (#3856) (4ec50b0) - Fix error handling in
aws_lambda_function_aliases
(#3813) (1a398aa) - Fix error handling in
aws_lambda_function_url_configs
(#3814) (ef7f151) - Fix error handling in
aws_lexv2_bot_aliases
(#3822) (1b1d922) - Fix pagination in
aws_cloudfront_cache_policies
(#3812) (5372eb9) - Handle
nil
tags inaws_wafv2_regex_pattern_sets
(#3815) (763616c) - main: Github Source Plugin 1952 (#3784) (c59fe0a)
- Removed tags from scheduler_schedules table (#3844) (187579e)
v27.11.1
27.11.1 (2024-08-01) #
This Release has the Following Changes to Tables #
- Table
aws_ec2_ipam_resource_discovery_associations
: columnipam_resource_discovery_arn
removed from table (:warning: breaking)
Bug Fixes #
- deps: Update dependency @cloudquery/cloud-ui to v0.1.10 (#3713) (fef92da)
- deps: Update dependency @cloudquery/plugin-config-ui-connector to v0.2.9 (#3707) (3e25874)
- deps: Update dependency @cloudquery/plugin-config-ui-lib to ^0.0.35 (#3718) (4654c4c)
- deps: Update dependency @cloudquery/plugin-config-ui-lib to ^0.0.36 (#3780) (82fddfb)
- deps: Update dependency @cloudquery/plugin-config-ui-lib to ^0.0.37 (#3781) (eac8ec4)
- deps: Update dependency @cloudquery/plugin-config-ui-lib to ^0.0.38 (#3783) (940914c)
- deps: Update dependency @cloudquery/plugin-config-ui-lib to ^0.0.40 (#3785) (fb17d6f)
- deps: Update dependency @types/node to v16.18.104 (#3789) (7a80feb)
- deps: Update golang.org/x/exp digest to 8a7402a (#3788) (3a40383)
- deps: Update material-ui monorepo (#3791) (3dfd261)
- deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.56.0 (#3715) (6d049c0)
- deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.57.0 (#3800) (bc646b3)
- Don't make EC2 IPAM Resource Discovery Associations nested (#3622) (0462037)
- Improve the helper text for AWS plugin UI - region selector (#3712) (76037ff)
- Update config UI directory (#3786) (795df7e)
v27.9.0
v27.8.0
27.8.0 (2024-07-16) #
This Release has the Following Changes to Tables #
- Table
aws_ec2_ipam_discovered_resource_cidrs
: column added with nameavailability_zone_id
and typeutf8
- Table
aws_ec2_ipam_discovered_resource_cidrs
: column added with namenetwork_interface_attachment_status
and typeutf8
- Table
aws_ec2_ipam_resource_cidrs
: column added with nameavailability_zone_id
and typeutf8
Features #
- services: Support newly added regions (#3328) (c97c54f)
Bug Fixes #
- Correctly handle pagination in
aws_costexplorer_cost_custom
(#3300) (296f5c3) - deps: Update aws-sdk-go-v2 monorepo (#3315) (cf86128)
- deps: Update aws-sdk-go-v2 monorepo (#3318) (d5c5749)
v27.7.0
27.7.0 (2024-07-09) #
This Release has the Following Changes to Tables #
- Table
aws_ec2_prefix_lists
was added
Features #
- Add AWS connection test (#3172) (fea43e7)
- Add support for EC2 Prefix Lists (#3252) (920750a)
- Pass invocation ID to scheduler (#3261) (1e5fa7e)
Bug Fixes #
- deps: Update aws-sdk-go-v2 monorepo (#3175) (e26d2fb)
- deps: Update module github.com/cloudquery/codegen to v0.3.17 (#3189) (4a371c0)
- deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.1 (#3247) (815df68)
- deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.2 (#3256) (0cbcd2f)
- deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.3 (#3279) (751dfd6)
- Return list of resources to enable parallel resolution (#3183) (ad80705)
v27.6.0
27.6.0 (2024-07-05) #
This Release has the Following Changes to Tables #
- Table
aws_iam_policies
: column added with nameinput_hash
and typeutf8
- Table
aws_iam_policies
: column added with nameinput_json
and typejson
- Table
aws_rds_engine_versions
: column added with nameinput_hash
and typeutf8
- Table
aws_rds_engine_versions
: column added with nameinput_json
and typejson
Features #
- Add AWS event handlers for Route53 operations (#2560) (698dcd3)
- Add aws_iam_policies table options (#3170) (cd58870)
- Add table options to AWS RDS Engine Versions (#3157) (3970973)
Bug Fixes #
- Ensure all columns are properly set in
aws_costexplorer_cost_custom
(#3161) (98abc87) - Ensure that by default
aws_inspector2_findings
is using the most efficient batching configurations (#3162) (e8a3202)
v27.5.0
27.5.0 (2024-07-02) #
This Release has the Following Changes to Tables #
- Table
aws_cloudhsmv2_backups
: column added with namebackup_arn
and typeutf8
- Table
aws_workspaces_directories
: column added with nameactive_directory_config
and typejson
- Table
aws_workspaces_directories
: column added with nameerror_message
and typeutf8
- Table
aws_workspaces_directories
: column added with namestreaming_properties
and typejson
- Table
aws_workspaces_directories
: column added with nameuser_identity_type
and typeutf8
- Table
aws_workspaces_directories
: column added with nameworkspace_directory_description
and typeutf8
- Table
aws_workspaces_directories
: column added with nameworkspace_directory_name
and typeutf8
- Table
aws_workspaces_directories
: column added with nameworkspace_type
and typeutf8
Features #
- services: Support newly added regions (#3150) (a976210)
Bug Fixes #
- deps: Update AWS modules (#3129) (c4bfa47)
- deps: Update aws-sdk-go-v2 monorepo (#3133) (addc2c2)
- deps: Update golang.org/x/exp digest to 7f521ea (#3137) (57ce2ab)
10