DanielMevs / Deploying-Django-Web-Apps-with-Nginx-and-Amazon-ECS

Check out Arno Pretorius's course on Udemy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploying Django Web Apps with Nginx and Amazon ECS - 2023 ☁️

Check out the course here

Topics Covered:

  • How to make use of IaaS - (Infrastructure as a Service)
  • How to deploy your website using the Amazon ECS - EC2 launch type
  • Configure Nginx as a reverse proxy
  • Dockerize Nginx
  • Dockerize your Django application
  • Register a domain name and provision an SSL/TLS certificate
  • Host a PostgreSQL database with Amazon RDS
  • Deploy your static files on Amazon S3
  • Create a basic application