Skip to content

Commit

Permalink
[TM-1273] Turns out this is supposed to be versioned.
Browse files Browse the repository at this point in the history
  • Loading branch information
roguenet committed Oct 22, 2024
1 parent b3f5f1b commit e3d053f
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions apps/api-gateway/cdk.context.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"vpc-provider:account=603634817705:filter.vpc-id=vpc-0beac5973796d96b1:region=eu-west-1:returnAsymmetricSubnets=true": {
"vpcId": "vpc-0beac5973796d96b1",
"vpcCidrBlock": "10.0.0.0/16",
"ownerAccountId": "603634817705",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Private",
"type": "Private",
"subnets": [
{
"subnetId": "subnet-065992a829eb772a3",
"cidr": "10.0.128.0/20",
"availabilityZone": "eu-west-1a",
"routeTableId": "rtb-07f85b7827c451bc9"
},
{
"subnetId": "subnet-0f48d0681051fa49a",
"cidr": "10.0.144.0/20",
"availabilityZone": "eu-west-1b",
"routeTableId": "rtb-06afefb0f592f11d6"
}
]
},
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-0a099d863485e6c39",
"cidr": "10.0.0.0/20",
"availabilityZone": "eu-west-1a",
"routeTableId": "rtb-001c321e760157b3b"
},
{
"subnetId": "subnet-0a91312f58b03ad3f",
"cidr": "10.0.16.0/20",
"availabilityZone": "eu-west-1b",
"routeTableId": "rtb-001c321e760157b3b"
}
]
}
]
},
"load-balancer:account=603634817705:loadBalancerTags.0.key=service:loadBalancerTags.0.value=user-service-test:loadBalancerType=application:region=eu-west-1": {
"loadBalancerArn": "arn:aws:elasticloadbalancing:eu-west-1:603634817705:loadbalancer/app/user-service-test/e1ee1ce635080238",
"loadBalancerCanonicalHostedZoneId": "Z32O12XQLNTSW2",
"loadBalancerDnsName": "internal-user-service-test-1863479300.eu-west-1.elb.amazonaws.com",
"vpcId": "vpc-0beac5973796d96b1",
"securityGroupIds": [
"sg-06a4b12aa14e529be"
],
"ipAddressType": "ipv4"
},
"security-group:account=603634817705:region=eu-west-1:securityGroupId=sg-06a4b12aa14e529be": {
"securityGroupId": "sg-06a4b12aa14e529be",
"allowAllOutbound": false
},
"security-group:account=603634817705:region=eu-west-1:securityGroupName=default:vpcId=vpc-0beac5973796d96b1": {
"securityGroupId": "sg-0fcff87239114297b",
"allowAllOutbound": false
},
"load-balancer-listener:account=603634817705:loadBalancerTags.0.key=service:loadBalancerTags.0.value=user-service-test:loadBalancerType=application:region=eu-west-1": {
"listenerArn": "arn:aws:elasticloadbalancing:eu-west-1:603634817705:listener/app/user-service-test/e1ee1ce635080238/069ab4638dd50686",
"listenerPort": 80,
"securityGroupIds": [
"sg-06a4b12aa14e529be"
]
}
}

0 comments on commit e3d053f

Please sign in to comment.