Amazon API Gateway private integration with Application Load Balancer

Amazon API Gateway → VPC Link V2 → Application Load Balancer → Amazon ECS

This sample project demonstrates how API Gateway connects to Application Load Balancer using VPV Link V2.

Amazon API Gateway receives the HTTP GET request.
The API Gateway routes the request to Application Load Balancer using VPC link V2.
The Application Load Balancer routes the request to one of the tasks under Amazon ECS cluster.

< Back to all patterns

GitHub icon Download this pattern (.zip)

GitHub icon View this pattern on GitHub


Clone repo

git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/apigw-vpclink-alb-ecs

Deploy

sam buildsam deploy --guided


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: sam delete.

Created by:

Biswanath Mukherjee

Biswanath Mukherjee

Sr. Solutions Architect working at AWS India.

Follow on LinkedIn