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
已提问 2 个月前113 查看次数
1 回答
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
专家
已回答 2 个月前
profile picture
专家
已审核 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则