Dockerized web server on AWS
Launched an Ubuntu EC2 instance from the AWS Console, installed Docker, wrote a Dockerfile to bake a custom Nginx page, and deployed it as a long-running container with restart policies and health checks. This portfolio is served the same way.
- AWS EC2
- Docker
- Nginx
- Ubuntu