Skip to content

Commit f4c19c7

Browse files
feat(rds): limitless database cluster (#32151)
### Issue # (if applicable) None ### Reason for this change Amazon Aurora has released Postgres Limitless Database and AWS CDK does not support it. <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/limitless.html> ### Description of changes - Add `clusterScailabilityType` prop to `clusterProps` - Instance creation will only be executed during the creation of a standard Aurora cluster - Add some validations - Requirements for limitless database is documented at [here.](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/limitless-reqs-limits.html) ### Description of how you validated changes Add both unit and integ tests ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 4e7f5c4 commit f4c19c7

File tree

15 files changed

+2873
-10
lines changed

15 files changed

+2873
-10
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-rds/test/integ.cluster-limitless.js.snapshot/LimitlessClusterIntegDefaultTestDeployAssertAD81C491.assets.json

+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-rds/test/integ.cluster-limitless.js.snapshot/LimitlessClusterIntegDefaultTestDeployAssertAD81C491.template.json

+36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-rds/test/integ.cluster-limitless.js.snapshot/LimitlessClusterStack.assets.json

+32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)