- Create Iam user with keys
- Install typescript and cdk
yarn add aws-cdk
- Init the project
npx cdk init lib --language=typescript
- Vpc
- Security Groups
- Route 53 Domain
- Certificate Manager
- S3 Buckets for Log
- Load Balancer
- ECS Cluster
- Fargate Tasks
- RDS
yarn add aws-cdk
npx cdk init lib --language=typescript