Skip to content

Commit

Permalink
[Improvement] state/rds-aurora-serverless - Support capacity of 1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig authored May 2, 2019
1 parent db0ba28 commit 9bcf822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions state/rds-aurora-serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ Parameters:
MaxCapacity:
Description: 'The maximum capacity units for a Serverless Aurora cluster.'
Type: String
AllowedValues: [2, 4, 8, 16, 32, 64, 128, 256]
AllowedValues: [1, 2, 4, 8, 16, 32, 64, 128, 256]
Default: 2
MinCapacity:
Description: 'The minimum capacity units for a Serverless Aurora cluster.'
Type: String
AllowedValues: [2, 4, 8, 16, 32, 64, 128, 256]
AllowedValues: [1, 2, 4, 8, 16, 32, 64, 128, 256]
Default: 2
SecondsUntilAutoPause:
Description: 'The time, in seconds, before a Serverless Aurora cluster is paused.'
Expand Down

0 comments on commit 9bcf822

Please sign in to comment.