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
feita há 2 meses113 visualizações
1 Resposta
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
ESPECIALISTA
respondido há 2 meses
profile picture
ESPECIALISTA
avaliado há 2 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas