Skip to main content
Knowledge Base

Support for Aurora Serverless v1 and v2

Answer

Do we have any support for Aurora Serverless, either v1 or v2? The Service Catalog module is still pinned to block the v4 AWS provider: https://github.com/gruntwork-io/terraform-aws-service-catalog/blob/master/modules/data-stores/aurora/main.tf#L18. However, the Aurora reusable module does not pin the provider to pre-v4: https://github.com/gruntwork-io/terraform-aws-data-storage/blob/master/modules/aurora/main.tf#L13. --- <ins datetime="2022-07-26T00:16:25Z"> <p><a href="https://support.gruntwork.io/hc/requests/109057">Tracked in ticket #109057</a></p> </ins>

The `aurora` module supports serverless mode with v3 of the AWS provider. You can set the `engine_mode` input variable to `"serverless"` to deploy in serverless mode.