aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.11k stars 54 forks source link

AWS::DocDB::DBCluster missing StorageType #1870

Closed dbayardAWS closed 5 months ago

dbayardAWS commented 8 months ago

Name of the resource

AWS::DocDB::DBCluster

Resource name

No response

Description

DocumentDB now supports the new IOOptimized storagetype, following how Aurora did it. Similar to how AWS::RDS::DBCluster now has a StorageType (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-storagetype), StorageType needs to be added to AWS::DocDB::DBCluster.

You can also refer to the --storage-type parameter in the DocDB CLI: https://docs.aws.amazon.com/cli/latest/reference/docdb/modify-db-cluster.html

Other Details

No response

dbayardAWS commented 8 months ago

https://aws.amazon.com/about-aws/whats-new/2023/11/amazon-documentdb-i-o-optimized/