neptune: (add storageType field to support the I/O optimized storage configuration) #31078
Labels
@aws-cdk/aws-neptune
Related Amazon Neptune
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
needs-cfn
This issue is waiting on changes to CloudFormation before it can be addressed.
p2
Describe the feature
AWS has announced the general availability of Amazon Neptune I/O-Optimized, a new configuration for Amazon Neptune Database that provides improved price performance and predictable # for customers with I/O-intensive applications. With Neptune I/O-Optimized, there are zero charges for read and write I/O operations—you only pay for your database instances and storage usage, making it easy to predict your database spend up front. Neptune I/O-Optimized offers up to 40% cost savings for I/O-intensive applications where I/O charges exceed 25% of the total Neptune database spend.
Use Case
The support for feature seems to be already added for the rds module (issue link, PR link), I would like to request it to be added for the neptune module as well.
One of our projects has heavy write loads, and I believe being able to switch to the I/O optimized configuration using the cdk module is going to be quite beneficial both in terms of speed and cost.
Unfortunately we can only perform production deployments through cdk, so we really need the module to be updated so we can perform the upgrade!
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.146.0
Environment details (OS name and version, etc.)
Linux
The text was updated successfully, but these errors were encountered: