Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codewithmuh/django-aws-ec2-nginx-gunicorn
Deploy Django App on aws ec2 in 5 Minutes
https://github.com/codewithmuh/django-aws-ec2-nginx-gunicorn
aws django ec2 gunicorn nginx
Last synced: about 5 hours ago
JSON representation
Deploy Django App on aws ec2 in 5 Minutes
- Host: GitHub
- URL: https://github.com/codewithmuh/django-aws-ec2-nginx-gunicorn
- Owner: codewithmuh
- Created: 2024-03-06T10:36:25.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-10T14:25:32.000Z (8 months ago)
- Last Synced: 2024-03-10T16:55:01.547Z (8 months ago)
- Topics: aws, django, ec2, gunicorn, nginx
- Language: Python
- Homepage: https://youtu.be/KItpu15ZmkY
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django AWS EC2 Deployment with Nginx and Gunicorn
This repository provides scripts and instructions for deploying a Django project on AWS EC2 using Nginx, Gunicorn, and other essential components.
![1i (1)](https://github.com/codewithmuh/django-aws-ec2-nginx-gunicorn/assets/51082957/6d7f76c2-ea81-487c-b7c2-3c6d9dd3429a)
## Prerequisites
Before you begin, ensure you have the following:
- An AWS account with appropriate permissions to create EC2 instances.
- A Django project ready to be deployed.
- Basic understanding of AWS services and deployment concepts.# Complete Youtube Video Tutorial:
https://youtu.be/KItpu15ZmkYThis project is licensed under MIT License, granting you the freedom to use, modify, and distribute the code.
## Acknowledgements
Special thanks to codewithmuh for creating this incredible Django Starter Kit and simplifying the development process.