Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 884 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 884 Bytes

Infrastructure-as-Code demo

This repository is originally created for the IaC meetup given by Ernest on 29-Feb-2024. It includes multiple ways to deploy the same infrastructure in AWS. This infrastructure consists of a EC2 instance running a docker container that runs a webserver. The code not only creates the EC2 instance, but also all required dependencies (vpc, subnet, etc).

The following technologies are demonstrated:

The source code and documentation for the docker container is here, image is on Docker Hub.