In network load balancer to API Gateway with 5443 port

0

"I'm planning to build a domain that requires interaction with an API Gateway. I need a service that can communicate over port 5443 using both HTTPS and HTTP protocols. Could you suggest a how to configure network load balancer for the same to communicate with API gateway

swapna
gefragt vor 2 Monaten113 Aufrufe
1 Antwort
0

maybe the following can help you

Create a Network Load Balancer Specify the appropriate VPC and subnets where your API Gateway resides.

Create Target Groups:

  1. HTTP Target Group: with Protocol: HTTP, Port: 5443 (Attach your API Gateway instances or relevant endpoints.)
  2. HTTPS Target Group: with Protocol: HTTPS, Port: 5443, (Attach your API Gateway instances or relevant endpoints.)

Configure Listeners:

  1. HTTP Listener: with Port: 80 (HTTP) and Forward traffic to the HTTP target group you created
  2. HTTPS Listener: with Port: 443 (HTTPS) and choose a valid certificate for your domain and Forward traffic to the HTTPS target group.

DNS Configuration: Create a DNS record pointing your domain name to the Network Load Balancer's DNS name.

profile picture
EXPERTE
beantwortet vor 2 Monaten
profile picture
EXPERTE
überprüft vor 2 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen