Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 721 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 721 Bytes

ECS Service Communication Using an Internal Load Balancer

This repository contains the AWS CDK implementaton for creating an ECS cluster with multiple ECS services. You can find the step by step instructions from this article.

Architecture

ECS Service Communication Using an Internal Load Balancer

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template