Skip to content

Commit

Permalink
chore: set MinCapacity for RDS for secure det-deploy to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-determined-ai committed Oct 30, 2020
1 parent 6958dc6 commit 215135a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions deploy/determined_deploy/aws/templates/secure.yaml
Expand Up @@ -442,9 +442,10 @@ Resources:
VpcSecurityGroupIds:
- !GetAtt DatabaseSecurityGroup.GroupId
ScalingConfiguration:
AutoPause: false
MinCapacity: 8
MaxCapacity: 32
AutoPause: true
SecondsUntilAutoPause: 3600
MinCapacity: 2
MaxCapacity: 8

LogGroup:
Type: AWS::Logs::LogGroup
Expand Down

0 comments on commit 215135a

Please sign in to comment.