rds: Can't add PostgreSQL read replica with gp3 storage type #26803
Labels
@aws-cdk/aws-rds
Related to Amazon Relational Database
bug
This issue is a bug.
duplicate
This issue is a duplicate.
Describe the bug
Trying to add
DatabaseInstanceReadReplica
with gp3 storage type causes the following error when justmaxAllocatedStorage
is defined. And there's no option to addallocatedStorage
.Expected Behavior
It should be possible to add
DatabaseInstanceReadReplica
with gp3 storage without errors.Current Behavior
Trying to add
DatabaseInstanceReadReplica
causes the following error at the end of processReproduction Steps
Possible Solution
Maybe this is caused by gp3 storage inherently having iops even without any explicit configuration?
Additional Information/Context
No response
CDK CLI Version
2.91.0 (build eea12ea)
Framework Version
No response
Node.js Version
v18.17.0
OS
macOS
Language
Typescript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: