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

Feature Request: Enable Vector Search Functionality for AWS MemoryDB Cluster #3721

Closed
1 task
trend-ted-rong-r opened this issue Sep 6, 2024 · 3 comments
Closed
1 task
Labels
enhancement New feature or request new Un-triaged issue

Comments

@trend-ted-rong-r
Copy link

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

  • I'm interested in contributing a fix myself

Community Note

  • 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
@trend-ted-rong-r trend-ted-rong-r added enhancement New feature or request new Un-triaged issue labels Sep 6, 2024
@jsteinich
Copy link
Collaborator

Vector search can be enabled by creating a parameter group with a parameter named search-enabled set to yes.

@trend-ted-rong-r
Copy link
Author

Thanks, @jsteinich. That worked for me.

Copy link
Contributor

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request new Un-triaged issue
Projects
None yet
Development

No branches or pull requests

2 participants