Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damola12345/nodejs
containerize nodejs app using AWS ECS Fargate
https://github.com/damola12345/nodejs
Last synced: 21 days ago
JSON representation
containerize nodejs app using AWS ECS Fargate
- Host: GitHub
- URL: https://github.com/damola12345/nodejs
- Owner: Damola12345
- Created: 2022-01-05T10:29:01.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T11:02:54.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T15:42:18.272Z (3 months ago)
- Language: HCL
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## AWS ECS Fargate - Nodejs App
## Prerequisites
- AWS account with programatic access
- AWS CLI must be installed## Run App locally
- npm install
- npm start## Creates an AWS ECS Fargate Infrastructure with Terraform
- VPC public and private subnet, ALB, ASG, SG, ECR, IAM, Nat-gateway## Create an Image of this App and push to AWS ECR
## CI/CD pipeline