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 réponse
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
EXPERT
répondu il y a un mois
profile picture
EXPERT
vérifié il y a un mois
  • 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?

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions