troposphere icon indicating copy to clipboard operation
troposphere copied to clipboard

RDS Validiation: minimum allocated storage for Provisioned IOPS for SQLServer is 20GiB, not 100GiB

Open wannessels opened this issue 2 years ago • 0 comments

Troposphere validates the minimum allocated storage required for provisioned iops at 100 https://github.com/cloudtools/troposphere/blob/main/troposphere/validators/rds.py#L345

For SQLServer, the minimum is 20 https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS

wannessels avatar Sep 21 '22 17:09 wannessels