You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To submit a template to the Serverless Patterns Collection, submit an issue with the following information.
Note the following information for the model:
Description - This article talks about integrating an Amazon API Gateway REST API with an Application Load Balancer using the workarounds as integration between REST APIs and Application Load Balancers (ALBs) has some limitations. Direct integration is only possible with public ALBs using API Gateway's HTTP integration feature. Private ALBs cannot be directly integrated with API Gateway.
To work around this limitation for private ALBs, a multi-step approach is necessary. First, create an API Gateway VPC link. Then, connect the VPC link to a private Network Load Balancer (NLB). Finally, configure the NLB to forward incoming requests from API Gateway to the private ALB. This setup allows API Gateway to communicate with private ALBs indirectly, enabling the use of private ALBs in API architectures while maintaining the benefits of API Gateway management.
Author bio :
Author Name : Vamsi Pulikonda
Linkedin - https://www.linkedin.com/in/vamsipulikonda/
Bio: I am a cloud computing enthusiast working as a Cloud Engineer at Amazon Web Services. I am also SME for API Gateway service.
You must ensure that the sections of the model README.md are completed in full.
To submit a template to the Serverless Patterns Collection, submit an issue with the following information.
Note the following information for the model:
Description - This article talks about integrating an Amazon API Gateway REST API with an Application Load Balancer using the workarounds as integration between REST APIs and Application Load Balancers (ALBs) has some limitations. Direct integration is only possible with public ALBs using API Gateway's HTTP integration feature. Private ALBs cannot be directly integrated with API Gateway.
To work around this limitation for private ALBs, a multi-step approach is necessary. First, create an API Gateway VPC link. Then, connect the VPC link to a private Network Load Balancer (NLB). Finally, configure the NLB to forward incoming requests from API Gateway to the private ALB. This setup allows API Gateway to communicate with private ALBs indirectly, enabling the use of private ALBs in API architectures while maintaining the benefits of API Gateway management.
Resources - https://repost.aws/knowledge-center/api-gateway-application-load-balancers
Framework : YAML
Author bio :
Author Name : Vamsi Pulikonda
Linkedin - https://www.linkedin.com/in/vamsipulikonda/
Bio: I am a cloud computing enthusiast working as a Cloud Engineer at Amazon Web Services. I am also SME for API Gateway service.
You must ensure that the sections of the model README.md are completed in full.
GitHub PR for template:
#2659
The text was updated successfully, but these errors were encountered: