Skip to content

shanmugs/fargate-service-nlb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fargate-service-nlb

AWS CDK example with a ECS Fargate service having a Network load balancer

Configure AWS creds

$ aws configure

Configure AWS CDK for typescript

$ cdk init --language=typescript

Build

$ npm run build

Check the cloud formation script

$ cdk synth

Run and Deploy the infra

$ cdk deploy

To clean up

$ aws cloudformation delete-stack --stack-name search-api-service

About

AWS CDK example with a ECS Fargate service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published