Skip to content

kemalunel/AWS-Fargate-Service-with-AWS-CDK-IaaC-

Repository files navigation

Welcome to My CDK TypeScript project

This is a AWS ECS Fargate project for CDK development with TypeScript. All service seperated one by one from each other. They are inside the lib file.

Following Sercices, which are include in the lib file:

  • VPC
  • ECR
  • SSM
  • ECS
  • FARGATE
  • CLOUDWATCH

PS. Some files have high construct on their code.

Architecture both of AWS ECS Fargate and Project

image

The cdk.json file tells the CDK Toolkit how to execute your app.

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

About

Creating AWS ECS Fargate Service with use AWS CDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published