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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ