Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aws-devops-projects/amazon-ecs-nodejs-microservices
Reference architecture that shows how to take a Node.js application, containerize it, and deploy it as microservices on Amazon Elastic Container Service.
https://github.com/aws-devops-projects/amazon-ecs-nodejs-microservices
amazon-web-services ecs ecs-cluster ecs-service microservices microservices-architecture nodejs
Last synced: 3 months ago
JSON representation
Reference architecture that shows how to take a Node.js application, containerize it, and deploy it as microservices on Amazon Elastic Container Service.
- Host: GitHub
- URL: https://github.com/aws-devops-projects/amazon-ecs-nodejs-microservices
- Owner: AWS-Devops-Projects
- License: apache-2.0
- Created: 2020-08-14T07:43:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T12:39:40.000Z (over 4 years ago)
- Last Synced: 2024-05-01T11:30:10.194Z (9 months ago)
- Topics: amazon-web-services, ecs, ecs-cluster, ecs-service, microservices, microservices-architecture, nodejs
- Language: Shell
- Homepage:
- Size: 457 KB
- Stars: 19
- Watchers: 2
- Forks: 29
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Node.js Microservices Deployed on EC2 Container Service
This is a reference architecture that shows the evolution of a Node.js application from a monolithic
application that is deployed directly onto instances with no containerization or orchestration, to a
containerized microservices architecture orchestrated using Amazon EC2 Container Service.- [Part One: The base Node.js application](1-no-container/)
- [Part Two: Moving the application to a container deployed using ECS](2-containerized/)
- [Part Three: Breaking the monolith apart into microservices on ECS](3-microservices/)