Skip to content

Commit

Permalink
Fixed the following Error when BBBEnvironmentType is set as 'single'
Browse files Browse the repository at this point in the history
'Condition: BBBScalableEnvironment ' should be added after line 90. 
Error Caused: CREATE_FAILED  Template format error: Unresolved resource dependencies [BBBFrontendELBSecurityGroup] in the Resources block of the template. 
Above error is caused while deploying 'Single Server deployments' and can be solved by adding the condition line after line 90.
  • Loading branch information
yoU-Jay authored Apr 25, 2021
1 parent f675a2a commit a46a33b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/bbb-on-aws-securitygroups.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Resources:

BBBECSSecurityGroupPublicHTTP:
Type: AWS::EC2::SecurityGroupIngress
Condition: BBBScalableEnvironment
Properties:
CidrIp: 0.0.0.0/0
IpProtocol: tcp
Expand Down

0 comments on commit a46a33b

Please sign in to comment.