Endpoint with https

0

I am trying to create privatelink with https by following below blog: https://repost.aws/knowledge-center/privatelink-https-connectivity However I am facing issues in the connection even after following all the steps. I am able to get the response/connection if I use NLB's url. But I am unable to achieve same from endpoint url. Also, the domain with which the certificate is installed matches the url too. Moreover, I see that NLB's domain and endpoint's domain are both amazonaws.com. Why is that I am able to get response from NLB but not from endpoint? I am not sure how to debug in my case.

nishan
asked 10 months ago232 views
1 Answer
1

The endpoint URL is usually setup and accessed from a 3rd party AWS account and not the same account your NLB exists. Ensure your security group allows access to the service on the correct Port.

Can you confirm how and where have you created the EndPoint (Not the End Point Service)? https://docs.aws.amazon.com/vpc/latest/privatelink/create-endpoint-service.html#create-endpoint-service-nlb

profile picture
EXPERT
answered 10 months ago
  • I allowed all traffic in the security group. Endpoint is created in different account. Because our customers are reporting issues that they are unable to access the app, I replicated the endpoint setup in my account and tested it. I am confused that I can access app through NLB but not through endpoint. I rechecked if there are any traffic blocks and I am pretty sure that I didnt block any traffic at any level.

  • I don’t suppose you could share screen shots of endpoint service and endpoint with sensitive info removed?

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