Accessing resources in another VPC using Amazon Route 53 and AWS PrivateLink

0

I'm trying to access resources (such as an LDAP server) in a VPC in another AWS account. In the second account, an AWS PrivateLink endpoint service is being used to expose the LDAP server. I need to connect to this LDAP server using TLS and I want to create the correct DNS entry. What's the best way to do this?

AWS
asked 4 years ago460 views
1 Answer
0
Accepted Answer

AWS PrivateLink now supports private DNS names for internal and 3rd party services. According to this What's New update:

To get started, you need to specify the Private DNS Name during service configuration and confirm ownership of the public domain that corresponds to the DNS name that you want consumers of your service to use. Once this is done, consumers of your service can simply ‘enable Private DNS Name’ in the endpoint configuration workflow and use the DNS name specified by you.

AWS
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions