cloudtools / troposphere

troposphere - Python library to create AWS CloudFormation descriptions
BSD 2-Clause "Simplified" License
4.93k stars 1.45k forks source link

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

Closed wannessels closed 1 year ago

wannessels commented 2 years ago

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

markpeek commented 1 year ago

@wannessels can you review and try #2087 which should fix this issue?

wannessels commented 1 year ago

👍 looks good

markpeek commented 1 year ago

Thank you for the issue.