We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9a9a48 + 94a9b9d commit 7b65d08Copy full SHA for 7b65d08
scripts/aws/cfn/microservice.yml
@@ -58,6 +58,10 @@ Parameters:
58
Type: String
59
Description: 'The DNS name used for SELC-PG rest API'
60
61
+ AlbSecurityGroup:
62
+ Type: String
63
+ Description: "Application load balancer security group"
64
+
65
EcsDefaultSecurityGroup:
66
67
Description: 'Default security group required by infrastructure'
@@ -570,6 +574,7 @@ Resources:
570
574
ECSClusterName: !Ref ECSClusterName
571
575
Subnets: !Ref VpcEgressSubnetsIds
572
576
VpcId: !Ref VpcId
577
+ AlbSecurityGroup: !Ref AlbSecurityGroup
573
578
EcsDefaultSecurityGroup: !Ref EcsDefaultSecurityGroup
579
LoadBalancerListenerArn: !Ref ApplicationLoadBalancerListenerArn
580
LoadbalancerRulePriority: !Ref MicroserviceNumber
0 commit comments