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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
{
"shared": ["context"],
"governance": [
"account",
"account-contacts",
"cloudtrail",
"config",
"definitions",
"guardduty",
"guardduty-member",
"organization",
"ou",
"scp",
"security-hub",
"sso-assignment"
],
"identity": [
"iam-access-analyzer",
"iam-identity-provider",
"iam-policy",
"iam-role"
],
"security": ["acm", "inspector", "kms", "secrets-manager", "ssm-parameter"],
"storage": [
"backup-hub",
"backup-spoke",
"ebs",
"efs",
"fsx-windows",
"s3-bucket"
],
"observability": ["cloudwatch", "ssm-automation"],
"networking": [
"api-gateway",
"cloudfront",
"nacl",
"ram-acceptance",
"ram-share",
"r53-resolver",
"route53",
"security-groups",
"tgw-attachment",
"transit-gateway",
"vpc",
"vpc-endpoints",
"vpc-peering"
],
"compute": [
"ec2-autoscaling",
"ec2-node",
"eks-cluster",
"eks-nodes",
"lambda",
"lb-gateway",
"lb-standard"
],
"database": [
"dynamodb",
"elasticache",
"rds-oracle",
"rds-postgres",
"redshift"
],
"messaging": ["eventbridge", "sns", "sqs"]
}
|