We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74151f commit 4926863Copy full SHA for 4926863
cicd/3-app/aiproxy/template.yml
@@ -41,10 +41,11 @@ Resources:
41
SecurityGroups:
42
- !ImportValue VPC-ELBSecurityGroup
43
Subnets:
44
- # TODO: This copies geocoder, but we should probably have a separate subnet for this service.
+ # TODO: This copies geocoder and the code.org load balancer, but we may prefer something unique
45
- !ImportValue VPC-SubnetB
46
- !ImportValue VPC-SubnetC
47
- Scheme: internet-facing
+ - !ImportValue VPC-SubnetD
48
+ - !ImportValue VPC-SubnetE
49
50
LoadBalancerListener:
51
Type: AWS::ElasticLoadBalancingV2::Listener
0 commit comments