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 4926863 commit b87c216Copy full SHA for b87c216
cicd/3-app/aiproxy/template.yml
@@ -42,10 +42,10 @@ Resources:
42
- !ImportValue VPC-ELBSecurityGroup
43
Subnets:
44
# 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
- - !ImportValue VPC-SubnetD
48
- - !ImportValue VPC-SubnetE
+ - !ImportValue VPC-PublicSubnetB
+ - !ImportValue VPC-PublicSubnetC
+ - !ImportValue VPC-PublicSubnetD
+ - !ImportValue VPC-PublicSubnetE
49
50
LoadBalancerListener:
51
Type: AWS::ElasticLoadBalancingV2::Listener
0 commit comments