-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
[New Resource]: OpenSearch Serverless VPC Endpoint #28467
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Hi! I cannot find anything but this Issue and it does not seem to be documented if it exists. |
@aka-somix I think you're after this: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/vpc-interface-endpoints.html
https://docs.aws.amazon.com/vpc/latest/privatelink/aws-services-privatelink-support.html suggests that Opensearch clusters can be accessed via the service-managed VPC endpoint (i.e. this resource when it gets merged) regardless of if the Opensearch domain is serverless or not. |
+1 this new "feature" |
This functionality has been released in v5.4.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Description
Amazon OpenSearch Serverless is a preview service enabling OpenSearch clusters to be spun up without having to be concerned about the compute or storage requirements.
VPC Endpoints create a private connection between your VPC and OpenSearch Serverless. You can access your collections as if they were in your VPC without the use of an internet gateway, NAT device, VPN connection, or AWS Direct Connect connection.
Requested Resource(s) and/or Data Source(s)
aws_opensearchserverless_vpc_endpoint
Potential Terraform Configuration
References
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: