This repository is broken down into several steps. Each building upon the other one.
- Step-01: Learning how to use Docker on your local machine
- Step-02: Create your own Docker image and run it locally
- Step-03: How to use S3 to host the website - using the AWS CLI
- Step-04: Push this image to AWS ECR and use ECS
- Step-05: Create an API that mirrors the API used in Step 3 and make it a Docker Image
- Step-06: Install a Single Node Tableau Server on AWS