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

[AWS::Neptune::DBCluster] - [Enhancement] - add storageType field to support the I/O optimized storage configuration #2108

Open
Bombsam opened this issue Aug 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Bombsam
Copy link

Bombsam commented Aug 16, 2024

Name of the resource

AWS::Neptune::DBCluster

Resource name

No response

Description

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 pricing 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.

image

Use Case

The CFN support for attribute seems to be already added for the RDS and DocumentDB (#1870), I would like to request it to be added for Neptune 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, however, this depends on CFN supporting this attribute first.

Unfortunately we can only perform production deployments through CDK, so we would first need CFN to support the attribute before asking the CDK team to update the Neptune js module (CDK issue already created: aws/aws-cdk#31078)

You can also refer to the --storage-type parameter in the DocDB CLI: https://docs.aws.amazon.com/neptune/latest/userguide/storage-types.html

Other Details

No response

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

No branches or pull requests

1 participant