All  | SeriesTagsYearsAuthors

 

All Posts From (1 Total)

API Gateway load balanced Fargate service with Cloud Map using CDK construct

About

ApiGatewayLoadBalancedFargateService is an AWS Cloud Development Kit(CDK) L3 construct that allows you to deploy a web service with Amazon API Gateway and route the traffic through VPC link to the Fargate service running in the VPC private subnets. No application or network load balancer is required. The service discovery capability is provided by the AWS Cloud Map service that comes with ECS service connect.

Use CDK construct to deploy an API Gateway load balanced Fargate service with Cloud Map.