Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/briancaffey/terraform-aws-django
- Owner: briancaffey
- Created: 2022-03-07T04:13:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T21:20:54.000Z (7 months ago)
- Last Synced: 2024-10-04T12:51:11.562Z (about 1 month ago)
- Topics: aws, django, ecs-fargate, terraform
- Language: HCL
- Homepage: https://registry.terraform.io/modules/briancaffey/django/aws/latest
- Size: 163 KB
- Stars: 29
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.