-
Notifications
You must be signed in to change notification settings - Fork 4.5k
(rds): set allocatedStorage with DatabaseInstanceReadReplica #17083
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-rdsRelated to Amazon Relational DatabaseRelated to Amazon Relational Databaseeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.feature/coverage-gapGaps in CloudFormation coverage by L2 constructsGaps in CloudFormation coverage by L2 constructsgood first issueRelated to contributions. See CONTRIBUTING.mdRelated to contributions. See CONTRIBUTING.mdp2
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-rdsRelated to Amazon Relational DatabaseRelated to Amazon Relational Databaseeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.feature/coverage-gapGaps in CloudFormation coverage by L2 constructsGaps in CloudFormation coverage by L2 constructsgood first issueRelated to contributions. See CONTRIBUTING.mdRelated to contributions. See CONTRIBUTING.mdp2
Description
When setting
iopson aDatabaseInstanceReadReplica, there should be an easy way to also setallocatedStorageso that we can avoid CloudFormation deploy-time errorCurrently the only way to set storage size is with escape hatches
Use Case
See #16934 for full details
Proposed Solution
CDK should feature a synth-time check for both values in addition to supporting the
allocatedStorageprop with either an error message or warning. The deploy time necessary to debug this issue is frustratingly longOther information
No response
Acknowledge