DEV Community

Cover image for Deploy Microservice to AWS EC2 Instances
tkssharma
tkssharma

Posted on

Deploy Microservice to AWS EC2 Instances

'Deploy Microservice to AWS EC2 Instances'

In this Video or Series of Videos, we are talking about service deployment to AWS EC2 using GitLab CI or Github Actions

  • Creating a service
  • Building Deploy Script
  • Configure CI GitLab or GitHub actions
  • Deploy applications using CI scripts

This is a section of the Major playlist "Advance Microservices"
In this playlist, we are talking about microservices development with node js of all different types and their deployments on EC2,ECS or Lambda

We are covering lots of things here like

  • Express/Nest JS with Typescript with ORM (TypeORM, knex, Prisma)
  • Deploying Services with AWS CDK Constructs with RDS/Dynamodb
  • Building Different Microservice Architecture
  • Using Event-Driven Arch, CQRS, Event Sourcing based Arch
  • Deploying services using AWS ECS or Lambda using AWS CDK

Here are some common microservices architecture patterns and best practices when using Node.js:

  1. Single Service Microservice Architecture:
  2. Layered Microservice Architecture:
  3. Event-Driven Microservice Architecture:
  4. API Gateway Microservice Architecture:
  5. Service Mesh Microservice Architecture:
  6. Serverless Microservices:
  7. Containerized Microservices:
  8. Event Sourcing and CQRS:
  9. BFF (Backend For Frontend) Microservice Architecture:
  10. Database Microservice Architecture:

Top comments (0)