aws-cloudformation / aws-cloudformation-resource-providers-rds

The CloudFormation Resource Provider Package For Amazon Relational Database Service
https://aws.amazon.com/rds/
Apache License 2.0
26 stars 42 forks source link

[DBCluster] Support add support for StorageThroughput #513

Closed dbbh closed 4 months ago

dbbh commented 4 months ago

This code change introduces support for GP3 storage type for Aurora engines. With the the storage types supported on Aurora engines, the database will now return a new StorageThroughput as a read-only parameter which will be set automatically by the backend. For more information, check the public documentation related to this feature:

https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-rds-general-purpose-gp3-storage-volumes/

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.