Private appsync by private dns name is not accessible

0

We have created private appsync and vpc endpoint with private dns name option enabled.

These 2 options are also enable in VPC

  1. DNS hostnames:- Enabled
  2. DNS resolution:- Enabled

Still only zone specific vpce urls are accessible but graphql endpoint is not accessible. I'm trying to call it from EKS and this error is coming

Could not resolve host:

I can't use zone specific url. How to call it directly using graphql endpoint as mentioned here

1 Answer
0

Have you considered using a Lambda function as a resolver, running inside the same VPC as the resources you want to access?

profile picture
EXPERT
answered a month ago
  • I'm not referring to resolver. The url is not accessible at all from any source within the vpc. No matter if it is lambda, EC2 or EKS