-
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
AWS PrivateLink now supports Private DNS names for internal and 3rd party services #11510
Comments
This feature would be a great boon for implementing SSL over private links. I just tried this on the AWS console, and the process goes like this:
|
@ewbankkit I think the affected resource is actually aws_vpc_endpoint_service, no? The aws_vpc_endpoint already has support for private DNS. |
@mattsawyer77 Correct, there's a flag on the VPC Endpoint that determines whether or not Private DNS is enabled but the actual DNS name is specified on the VPC Endpoint Service. |
Have raised a PR for this as it's affecting us too! |
How do we get a review for this PR? |
is there anyway to get this reviewed and merged in the next release? |
Want to 👍 this as well - though, it'd be good to get the attributes from the DNS entry so I can use them with another provider to actually set the DNS record. I did a bit of digging and i wasn't sure what the "right way" to expose those variables were - have done a few things w/ AWS API in golang, but not with terraform. It looks like the |
Support for configurable |
This has been released in version 3.23.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 for triage. Thanks! |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Description
You can now access AWS PrivateLink based services privately from within your VPC using Private DNS names.
New or Affected Resource(s)
aws_vpc_endpoint
aws_vpc_endpoint_service
Potential Terraform Configuration
References
Announcement.
User guide.
RequiresAWS SDK v1.27.1:
The text was updated successfully, but these errors were encountered: