1 Answers
0
You would need to build a workflow similar to what is documented here: https://aws.amazon.com/blogs/networking-and-content-delivery/using-aws-lambda-to-enable-static-ip-addresses-for-application-load-balancers/
But instead of using this for an ALB->NLB proxy, you would use the Lambda workflow to update the IP address in the Target Group for the NLB. The Lambda would need to be triggered using an EventBridge Event at regular intervals to check for if the IP address associated with a Neptune endpoint ever changed.
answered 16 days ago
Relevant questions
CDK - Connect a Network Load Balancer and a Neptune Cluster Endpoint together
asked a month agoAWS Neptune SPARQL endpoint certificate expired
asked 6 months agoExamples: Rust Neptune client & Gremlin client
asked 2 months agoUnidirectional TCP keep-alive for Classic Load Balancer and Network Load Balancer
Accepted Answerasked 2 years agoCan a network load balancer front an API Gateway?
asked 6 months agoHow to connect a Load balancer and an Interface VPC Endpoint together using CDK?
Accepted Answerasked 7 months agoSelectively exposing a REST endpoint publicly in an AWS EKS cluster in a private VPC
asked 7 months agoConnecting Neptune with OpenSearch
asked a month agoAWS DMS Neptune target endpoint error
asked 4 months agoHow to configure elastic beanstalk environment with a load balancer to support blue/green deployments?
asked 6 months ago