Skip to content

Commit

Permalink
Update AutoScalingGroup MaxSize value
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu committed Nov 18, 2024
1 parent a9cd0a4 commit 848e69f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws-custom-cluster/template-ssl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ Resources:
LaunchTemplateName: !Sub ${AWS::StackName}-AntMedia-LaunchTemplateOrigin
Version: !GetAtt 'LaunchTemplateOrigin.LatestVersionNumber'
MinSize: 0
MaxSize: 1
MaxSize: 100
DesiredCapacity: 0
TargetGroupARNs:
- !Ref ALBTargetGroupOrigin
Expand Down
2 changes: 1 addition & 1 deletion aws-custom-cluster/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ Resources:
LaunchTemplateName: !Sub ${AWS::StackName}-AntMedia-LaunchTemplateOrigin
Version: !GetAtt 'LaunchTemplateOrigin.LatestVersionNumber'
MinSize: 0
MaxSize: 1
MaxSize: 100
DesiredCapacity: 0
TargetGroupARNs:
- !Ref ALBTargetGroupOrigin
Expand Down

0 comments on commit 848e69f

Please sign in to comment.