Skip to content

Commit 4926863

Browse files
omit loadbalancer scheme
1 parent c74151f commit 4926863

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cicd/3-app/aiproxy/template.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ Resources:
4141
SecurityGroups:
4242
- !ImportValue VPC-ELBSecurityGroup
4343
Subnets:
44-
# TODO: This copies geocoder, but we should probably have a separate subnet for this service.
44+
# TODO: This copies geocoder and the code.org load balancer, but we may prefer something unique
4545
- !ImportValue VPC-SubnetB
4646
- !ImportValue VPC-SubnetC
47-
Scheme: internet-facing
47+
- !ImportValue VPC-SubnetD
48+
- !ImportValue VPC-SubnetE
4849

4950
LoadBalancerListener:
5051
Type: AWS::ElasticLoadBalancingV2::Listener

0 commit comments

Comments
 (0)