This repo is a collection of Terraform modules for deploying Django applications on AWS using EC2, ECS (EC2 + Fargate), and EKS.
Currently this repo contains one high-level module for deploying a Django application on AWS using ECS (Fargate launch type).
See the examples/
directory for examples of how to use this module.
Here is a companion repo that shows how to use this module with a Django application: https://github.com/briancaffey/django-step-by-step.
Also see https://github.com/briancaffey/terraform-aws-ad-hoc-environments for a repo that shows how to use this module with an ad-hoc environment.