(rds): set allocatedStorage with DatabaseInstanceReadReplica #17083
Labels
@aws-cdk/aws-rds
Related to Amazon Relational Database
effort/small
Small work item – less than a day of effort
feature/coverage-gap
Gaps in CloudFormation coverage by L2 constructs
feature-request
A feature should be added or improved.
good first issue
Related to contributions. See CONTRIBUTING.md
p2
Description
When setting
iops
on aDatabaseInstanceReadReplica
, there should be an easy way to also setallocatedStorage
so 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
allocatedStorage
prop with either an error message or warning. The deploy time necessary to debug this issue is frustratingly longOther information
No response
Acknowledge
The text was updated successfully, but these errors were encountered: