-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsource_aws.yml
More file actions
36 lines (36 loc) · 979 Bytes
/
source_aws.yml
File metadata and controls
36 lines (36 loc) · 979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
kind: source
spec:
name: aws
path: cloudquery/aws
version: "v33.13.0" # latest version of source aws plugin
destinations: ${DESTINATIONS}
skip_dependent_tables: true
tables:
- aws_acm_certificates
- aws_athena_work_groups
- aws_config_configuration_recorders
- aws_docdb_certificates
- aws_dynamodb_tables
- aws_ec2_ebs_snapshots
- aws_ec2_ebs_volumes
- aws_ec2_instance_types
- aws_ec2_instances
- aws_ec2_network_interfaces
- aws_ec2_route_tables
- aws_ec2_security_groups
- aws_ec2_subnets
- aws_ec2_vpc_endpoint_services
- aws_ec2_vpcs
- aws_elasticache_engine_versions
- aws_elasticache_parameter_groups
- aws_elasticache_service_updates
- aws_elbv2_load_balancers
- aws_guardduty_detector_findings
- aws_rds_certificates
- aws_rds_instances
- aws_regions
- aws_s3_buckets
spec:
regions: ["us-east-1"]
accounts:
- local_profile: ${AWS_LOCAL_PROFILE}