forked from briancaffey/cdk-django
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcdk.context.json
More file actions
89 lines (89 loc) · 2.85 KB
/
cdk.context.json
File metadata and controls
89 lines (89 loc) · 2.85 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"availability-zones:account=733623710918:region=us-east-1": [
"us-east-1a",
"us-east-1b",
"us-east-1c",
"us-east-1d",
"us-east-1e",
"us-east-1f"
],
"load-balancer:account=733623710918:loadBalancerTags.0.key=Environment:loadBalancerTags.0.value=test:loadBalancerType=application:region=us-east-1": {
"loadBalancerArn": "arn:aws:elasticloadbalancing:us-east-1:733623710918:loadbalancer/app/k8s-app-appingre-a5bb1f9208/c8c2d842ab565650",
"loadBalancerCanonicalHostedZoneId": "Z35SXDOTRQ7X7K",
"loadBalancerDnsName": "k8s-app-appingre-a5bb1f9208-1217069225.us-east-1.elb.amazonaws.com",
"vpcId": "vpc-08b5e4b490e169443",
"securityGroupIds": [
"sg-0b18d301c815cd8b5"
],
"ipAddressType": "ipv4"
},
"vpc-provider:account=733623710918:filter.vpc-id=vpc-08b5e4b490e169443:region=us-east-1:returnAsymmetricSubnets=true": {
"vpcId": "vpc-08b5e4b490e169443",
"vpcCidrBlock": "10.0.0.0/16",
"availabilityZones": [],
"subnetGroups": [
{
"name": "ingress",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-044de5f080e540664",
"cidr": "10.0.0.0/24",
"availabilityZone": "us-east-1a",
"routeTableId": "rtb-06447e66ba447ddfc"
},
{
"subnetId": "subnet-08f7a0bed16fab24b",
"cidr": "10.0.1.0/24",
"availabilityZone": "us-east-1b",
"routeTableId": "rtb-08a0586ed339f8579"
}
]
},
{
"name": "rds",
"type": "Isolated",
"subnets": [
{
"subnetId": "subnet-0f214b88435bd593f",
"cidr": "10.0.4.0/28",
"availabilityZone": "us-east-1a",
"routeTableId": "rtb-08843aa4e5e0088db"
},
{
"subnetId": "subnet-0a6713a44cfd3565b",
"cidr": "10.0.4.16/28",
"availabilityZone": "us-east-1b",
"routeTableId": "rtb-0ad2401a3239f765f"
}
]
},
{
"name": "application",
"type": "Private",
"subnets": [
{
"subnetId": "subnet-09d4a41e23683ec31",
"cidr": "10.0.2.0/24",
"availabilityZone": "us-east-1a",
"routeTableId": "rtb-03bf68d16656c3310"
},
{
"subnetId": "subnet-0f8040c2ce9ce7d3e",
"cidr": "10.0.3.0/24",
"availabilityZone": "us-east-1b",
"routeTableId": "rtb-0fe16e76311a407a1"
}
]
}
]
},
"security-group:account=733623710918:region=us-east-1:securityGroupId=sg-0b18d301c815cd8b5": {
"securityGroupId": "sg-0b18d301c815cd8b5",
"allowAllOutbound": false
},
"hosted-zone:account=733623710918:domainName=jamescaffey.com:region=us-east-1": {
"Id": "/hostedzone/Z1EJVU8DMBV0XG",
"Name": "jamescaffey.com."
}
}