Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/briancaffey/terraform-aws-django

Terraform modules for deploying Django applications on AWS using ECS Fargate
https://github.com/briancaffey/terraform-aws-django

aws django ecs-fargate terraform

Last synced: 15 days ago
JSON representation

Terraform modules for deploying Django applications on AWS using ECS Fargate

Awesome Lists containing this project

README

        

# Terraform AWS Django

## About

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](https://github.com/briancaffey/django-step-by-step).

Also see [https://github.com/briancaffey/terraform-aws-ad-hoc-environments](https://github.com/briancaffey/terraform-aws-ad-hoc-environments) for a repo that shows how to use this module with an ad-hoc environment.