Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awslabs/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/awslabs/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/awslabs/amazon-ecs-nodejs-microservices
- Owner: awslabs
- License: apache-2.0
- Created: 2017-05-09T18:46:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T02:13:54.000Z (over 1 year ago)
- Last Synced: 2024-06-14T22:47:03.287Z (5 months ago)
- Topics: amazon-web-services, ecs, ecs-cluster, ecs-service, microservices, microservices-architecture, nodejs
- Language: Shell
- Homepage:
- Size: 441 KB
- Stars: 669
- Watchers: 82
- Forks: 464
- Open Issues: 9
-
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/)