Is there any valid way of reaching AWS Route53 APIs over PrivateLink ? My lambdas have to stay private, with no global network connectivity, but those also need to be able to execute Route53 api calls. Exhausted my ideas and would appreciate any brilliant ideas.
Asked
Active
Viewed 29 times
0

Mark B
- 183,023
- 24
- 297
- 295
-
2Unfortunately, Route53 does not support PrivateLink at this time https://docs.aws.amazon.com/vpc/latest/privatelink/aws-services-privatelink-support.html – Mark B May 09 '23 at 15:04
-
@MarkB Thanks for Your input. Any creative workarounds you could think of ? – krzysztof_porwol May 10 '23 at 06:36
-
You mention Route 53 APIs. Do you actually mean APIs or resolving hostnames via Route 53? If the first, what is the use case? – John Hanley May 10 '23 at 06:48