How to connect APIGW to Public ALB

0

I referred this documentation - https://repost.aws/knowledge-center/api-gateway-application-load-balancers, but it doesn't mention anything regarding security groups.

What will be my security group rule to allow access only from Public ALB? and how to integrate them? Is VPC Link required for this usecase?

1 回答
0

Hello.

If it is an HTTP API, you can use it by configuring it according to the steps in the document you shared.

The IP address of API Gateway is probably not fixed, so it would be difficult to control access using security groups.
Therefore, it may be a good idea to use a private ALB instead of a public ALB to configure the VPC link.
https://repost.aws/knowledge-center/api-gateway-alb-integration

profile picture
专家
已回答 1 个月前
profile picture
专家
已审核 1 个月前
  • My ALB also accepts traffic from Cloudfront and thus has to be public. Is there any way to keep the ALB public and remove the 0.0.0.0/0 rule somehow? Maybe by introducing an NLB in between?

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

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

回答问题的准则