Deploy a Serverless Django web app with AWS Fargate – 2024
Deploy a Serverless Django web app with AWS Fargate – 2024, available at $74.99, has an average rating of 5, with 79 lectures, based on 49 reviews, and has 421 subscribers.
You will learn about How to deploy your website using the Amazon ECS – Fargate launch type Learn how to make use of IaaS – (Infrastructure as a Service) Utilize serverless technology 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 (CSS + JS) on Amazon S3 Create a basic application This course is ideal for individuals who are Django developers who want to learn how to deploy their website or Mid – advanced Python developers with a basic knowledge of Django or Deployment enthusiasts! It is particularly useful for Django developers who want to learn how to deploy their website or Mid – advanced Python developers with a basic knowledge of Django or Deployment enthusiasts!.
Enroll now: Deploy a Serverless Django web app with AWS Fargate – 2024
Summary
Title: Deploy a Serverless Django web app with AWS Fargate – 2024
Price: $74.99
Average Rating: 5
Number of Lectures: 79
Number of Published Lectures: 79
Number of Curriculum Items: 79
Number of Published Curriculum Objects: 79
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- How to deploy your website using the Amazon ECS – Fargate launch type
- Learn how to make use of IaaS – (Infrastructure as a Service)
- Utilize serverless technology
- 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 (CSS + JS) on Amazon S3
- Create a basic application
Who Should Attend
- Django developers who want to learn how to deploy their website
- Mid – advanced Python developers with a basic knowledge of Django
- Deployment enthusiasts!
Target Audiences
- Django developers who want to learn how to deploy their website
- Mid – advanced Python developers with a basic knowledge of Django
- Deployment enthusiasts!
Welcome! I’m here to help you to master the basics of deploying a serverless Django web application to AWS Fargate while utilizing the Amazon Elastic Container Service (ECS).
— Please read carefully —
So, what does serverless mean?
Serverless technology is a new concept that has only been introduced recently. The main perk of deploying a serverless based application is in the fact that you as the developer don’t have to worry about handling servers, and focus more on the deployment side of things.
This course is primarily intended for individuals who have a basic knowledge of Django and AWS. Knowledge on Docker would be helpful, but it isn’t mandatory for this course.
To put it simply, if you have a background in Django and AWS and want to learn about how to deploy your web application, then this is definitely the course for you!
I want to help YOU deploy your Django web app to AWS.
The Deploy a Serverless Django web app with AWS Fargatecourse has been structured in a simple and logical order. Everything that has been designed from the styling to the graphics and topics covered is crafted with the absolute duty of care towards the student.
-
The main focus of the course is to teach you how to deploy your Django web application to AWS Fargate (a serverless service).
-
We will only focus on deployment and NOT delve into making use of any automation tools or focus on intricate use cases. This includes the AWS CI/CD tools for continuous integration and delivery.
-
You will learn how to utilize several AWS services such as Amazon S3, Amazon RDS, Route 53, Certificate Manager, Elastic Container Service (Fargate – launch type) etc.
-
You will also learn how to attach a domain name and SSL certificate to your web application.
-
It is mixed with theory and practical hands-on demonstrations.
-
The course is structured in a logical and cohesive way – not just random slides plastered everywhere.
-
It starts off very simple and then builds on gradually throughout the course.
-
You will also learn about the basics of Docker and containerization
-
This course is jam-packedwith lecture slides, PDF walkthroughs, code snippets/references and comes along with the full project source code – as a zip file.
-
All 140 + slides are available as a downloadable PDF.
The Deploy a Serverless Django web app with AWS Fargate course is a highly practical course and allows you to apply your knowledge:
-
There is a wealth of hands-on lectures throughout this course.
-
You will be able to deploy your Django web application whilst utilizing serverless technology (not worrying about managing server-based infrastructure)
Your instructor:
My name is Arno Pretorius. I’m a qualified IT teacher who has taught programming both in-person and online. My main passions are teaching and technology, so I thought why not just combine the best of both worlds to create something truly amazing and valuable. Over the years, I have created and deployed many real-world Django-based applications, including a job portal for university graduates and an exclusive social network.
I’m a Software developer, an AWS Solutions Architect and Developer associate. I have a keen interest in cloud computing, web development and everything that relates to programming and technology.
So, let’s go and become fluent in Django deployment, along with an extra service or two.
Trust me you are in good hands!
This course also comes with:
– 6.5 hours of on-demand video
– Full lifetime access
– A Udemy certificate of completion
– Several downloadable resources
– Access on mobile and TV
Course Curriculum
Chapter 1: Course Introduction
Lecture 1: Course overview
Lecture 2: Course support
Lecture 3: Thought process
Chapter 2: Project resources
Lecture 1: Final project code – Download
Lecture 2: Final project code – Important information
Chapter 3: Create a basic application – [Optional]
Lecture 1: Python and Visual Studio Code – Installation – Windows
Lecture 2: Python and Visual Studio Code – Installation – MacOS
Lecture 3: Django project setup – Windows
Lecture 4: Django project setup – MacOS
Lecture 5: Virtual environment – Deep dive
Lecture 6: Django app setup
Lecture 7: Setup a basic template, url and view
Lecture 8: Configure static files
Lecture 9: Add styling to our webpage
Lecture 10: Main application structure and setup
Lecture 11: User registration
Lecture 12: User authentication – Login
Lecture 13: User authentication – Logout
Lecture 14: Navigation setup and dashboard creation
Lecture 15: Test our basic application
Chapter 4: AWS setup and IAM configuration
Lecture 1: Create an AWS account
Lecture 2: Create and set a designated budget on AWS
Lecture 3: Cost reminder – Deployment Phase I
Lecture 4: Amazon IAM – [Theory]
Lecture 5: IAM – Create a user and a group
Lecture 6: IAM – Utilise our unique URL
Lecture 7: IAM – Secure your AWS accounts with MFA
Lecture 8: IAM – Generate access keys
Lecture 9: IAM – Add ECR and ECS permissions
Lecture 10: AWS CLI and Credentials setup – Windows
Lecture 11: AWS CLI and Credentials setup – MacOS
Chapter 5: Cloud storage and Database Integration
Lecture 1: Amazon S3 – [Theory]
Lecture 2: Create and setup an S3 bucket
Lecture 3: Integrating S3 with our application
Lecture 4: Amazon RDS – [Theory]
Lecture 5: Configuring our PostgreSQL database settings
Lecture 6: Create an RDS instance with PostgreSQL
Chapter 6: DNS Management
Lecture 1: AWS Route 53 – [Theory]
Lecture 2: Register a domain name with Route 53
Lecture 3: Amazon Route 53 – Domain name issues
Lecture 4: Amazon Certificate Manager – [Theory]
Lecture 5: Provision and assign an SSL certificate
Chapter 7: Styling our basic application – [Optional]
Lecture 1: Add styling to forms
Chapter 8: Dockerisation with Django
Lecture 1: What is Docker? – [Theory]
Lecture 2: Installing and setting up Docker
Lecture 3: Examine Docker desktop
Lecture 4: Docker desktop – Troubleshooting guide – [Optional]
Lecture 5: Installing Gunicorn
Lecture 6: Create a requirements.txt file
Lecture 7: Create a docker file
Lecture 8: Setup a docker ignore file – [Optional]
Lecture 9: Build a docker image
Lecture 10: Running our docker container
Lecture 11: Docker resource cleanup
Chapter 9: Deployment – ECS – Fargate launch type
Lecture 1: Managing docker containers on AWS – [Theory]
Lecture 2: Utilising Amazon ECS – [Theory]
Lecture 3: Running docker containers on Amazon ECS – [Theory]
Lecture 4: What is serverless computing? – [Theory]
Lecture 5: Deployment preparation
Lecture 6: Security tips! – [Theory]
Lecture 7: Django environ – Environment variables – [Optional]
Lecture 8: Create a docker image for production
Lecture 9: Amazon ECR push issues – [Important]
Lecture 10: Cost reminder – Deployment Phase II
Lecture 11: Push our docker image to Amazon ECR – NB!!
Lecture 12: Push our docker image to Amazon ECR
Lecture 13: Configure our load balancer and DNS records
Lecture 14: Define a task definition
Lecture 15: Create a security group for our ECS container
Lecture 16: Setup our ECS cluster and service
Chapter 10: Managing user sessions
Lecture 1: Amazon ElastiCache – [Theory]
Lecture 2: How to manage user sessions? – [Theory]
Lecture 3: What is a sticky session? – [Theory]
Lecture 4: Enable sticky sessions
Lecture 5: AWS resource cleanup
Chapter 11: Bonus content
Lecture 1: Configuring environment variables – [Bonus]
Lecture 2: Allowing CIDR ranges – [Bonus]
Chapter 12: Thank you!
Lecture 1: Thank you! – A final message
Lecture 2: Bonus lecture
Instructors
-
Arno Pretorius
Software Developer | AWS Certified Solutions Architect
Rating Distribution
- 1 stars: 1 votes
- 2 stars: 0 votes
- 3 stars: 2 votes
- 4 stars: 9 votes
- 5 stars: 37 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024