You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable the ability to configure the Vector Search functionality for AWS MemoryDB Clusters through the Terraform CDK. Currently, this feature is available in the AWS console but is not accessible via the CDK.
Background
AWS MemoryDB recently introduced a Vector Search capability that can be enabled at the time of cluster creation. This feature is crucial for applications requiring advanced search capabilities. However, there is no current way to enable this feature using the Terraform CDK, limiting automation and infrastructure as code practices.
Proposed Solution
Introduce support for configuring the Vector Search functionality in the aws_memorydb_cluster resource within the Terraform CDK. This will allow users to specify the Vector Search option during the creation of MemoryDB clusters.
Benefits
Automate the deployment of MemoryDB clusters with Vector Search enabled.
Enhance the Terraform CDK's capability to match AWS console features.
Streamline workflows for developers and operations teams utilizing MemoryDB for search-intensive applications.
Please consider adding this feature to align with the latest AWS offerings and improve the Terraform CDK's functionality.
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Summary
Enable the ability to configure the Vector Search functionality for AWS MemoryDB Clusters through the Terraform CDK. Currently, this feature is available in the AWS console but is not accessible via the CDK.
Background
AWS MemoryDB recently introduced a Vector Search capability that can be enabled at the time of cluster creation. This feature is crucial for applications requiring advanced search capabilities. However, there is no current way to enable this feature using the Terraform CDK, limiting automation and infrastructure as code practices.
Proposed Solution
Introduce support for configuring the Vector Search functionality in the aws_memorydb_cluster resource within the Terraform CDK. This will allow users to specify the Vector Search option during the creation of MemoryDB clusters.
Benefits
Automate the deployment of MemoryDB clusters with Vector Search enabled.
Enhance the Terraform CDK's capability to match AWS console features.
Streamline workflows for developers and operations teams utilizing MemoryDB for search-intensive applications.
Please consider adding this feature to align with the latest AWS offerings and improve the Terraform CDK's functionality.
References
AWS Documentation
Terraform CDK Documentation
Help Wanted
Community Note
The text was updated successfully, but these errors were encountered: