Dockerize the application and put it up on AWS - [ ] Write an intital Dockerfile to encapsulate the application - [ ] Make the Dockerfile multi-stage - [ ] Write a docker-compose file to build and run tests at the same time - [ ] Write CloudFormation file(s) - - [ ] IAM roles - - [ ] ECR - - [ ] ECS Fargate - - [ ] Load Balancer - - [ ] Certificate for HTTPS - [ ] Write ECR push script - [ ] Set up Sceptre to Deploy to AWS
Dockerize the application and put it up on AWS