Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDS support for GP3 disk type #2123

Closed
LorenzoPintore opened this issue Feb 15, 2023 · 1 comment
Closed

RDS support for GP3 disk type #2123

LorenzoPintore opened this issue Feb 15, 2023 · 1 comment

Comments

@LorenzoPintore
Copy link

Hi,

from the AWS Cloudformation documentation it is possibile now to create RDS DB instances with volume type gp3, gp2, io1 and standard.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-storagetype
Here the news from AWS: https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-rds-general-purpose-gp3-storage-volumes/
Looking in the troposphere source code under troposphere/validators/rds.py, there's the validate_storage_type function which is restricting the valid volume type only to standard, io1, gp2.
It would be necessary to extend the list of valid volume types by also including gp3.

Thanks,
Lorenzo

@markpeek
Copy link
Member

Fixed. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants