Infrastructure as Code and CI/CD process demonstration using Docker, GitHub and CDK
- Create an EC2 instance using CDK and Typescript
- Build a Python App as a Docker Image and push to Docker Hub Registry
- Use GitHub actions to build and deploy Python app to EC2 instance