Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS::RDS::DBCluster - ServerlessV2ScalingConfiguration - Missing SecondsUntilAutoPause Support in Serverless V2 #2202

Open
yukihato opened this issue Nov 27, 2024 · 2 comments
Labels

Comments

@yukihato
Copy link

yukihato commented Nov 27, 2024

Name of the resource

AWS::RDS::DBCluster

Resource name

AWS::RDS::DBCluster ServerlessV2ScalingConfiguration

Description

The API has support for SecondsUntilAutoPause in the --serverless-v2-scaling-configuration option.

https://docs.aws.amazon.com/cli/latest/reference/rds/create-db-cluster.html

CloudFormation does not support that option, so there is currently no way to update it.

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-serverlessv2scalingconfiguration.html

Other Details

No response

@yvele
Copy link

yvele commented Dec 2, 2024

Additional RDS API reference:
https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_ServerlessV2ScalingConfiguration.html

SecondsUntilAutoPause

Specifies the number of seconds an Aurora Serverless v2 DB instance must be idle before Aurora attempts to automatically pause it. Specify a value between 300 seconds (five minutes) and 86,400 seconds (one day). The default is 300 seconds.

Type: Integer
Required: No

@clueleaf
Copy link

Looks like it is supported now.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-serverlessv2scalingconfiguration.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants