Dhruv-Panicker / ExcelGuard

1 stars 2 forks source link

Deployment to a Live Server #23

Open pJeyakumar opened 4 months ago

pJeyakumar commented 4 months ago

Now that ExcelGuard is at a stable and working state, it would be a good time to have a deployment pipeline ready and to deploy this application to a live server (using AWS).

Our steps would most likely be as follows:

  1. Use AWS (Amazon Web Services) as our handling provider
  2. Set up an Amazon Elastic Container Registry
  3. Build and push our Docker image to the ECR (Amazon Elastic Container Registry)
  4. Set up an ECS (Amazon Elastic Container Service) Cluster
  5. Update the ECS to deploy our application (the above list is not exhaustive, and serves as a guide for what major tasks need to be done).