According to this AWS documentation, it is now possible to set up auto-pause for Aurora in provisioned mode. However, the provider's documentation contradicts this by stating that auto-pause can only be configured if the cluster is in serverless mode. Conversely, through the console, it is possible to configure auto-pause for a cluster in provisioned mode.
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Description
According to this AWS documentation, it is now possible to set up auto-pause for Aurora in
provisioned
mode. However, the provider's documentation contradicts this by stating that auto-pause can only be configured if the cluster is inserverless
mode. Conversely, through the console, it is possible to configure auto-pause for a cluster inprovisioned
mode.Affected Resource(s) and/or Data Source(s)
aws_rds_cluster
Potential Terraform Configuration
References
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2-auto-pause.html#auto-pause-enabling-disabling
Would you like to implement a fix?
No