Final thoughts on databases

A wrap-up

Project Source Code

Get the project source code below, and follow along with the lesson material.

Download Project Source Code

To set up the project on your local machine, please follow the directions provided in the README.md file. If you run into any issues with running the project source code, then feel free to reach out to the author in the course's Discord channel.

This lesson preview is part of the Serverless Django with Zappa course and can be unlocked immediately with a \newline Pro subscription or a single-time purchase. Already have access to this course? Log in here.

This video is available to students only
Unlock This Course

Get unlimited access to Serverless Django with Zappa, plus 70+ \newline books, guides and courses with the \newline Pro subscription.

Thumbnail for the \newline course Serverless Django with Zappa
  • [00:00 - 01:04] In this module, we've learned the various ways to host a database, how to create and configure an RDS instance, how to test connectivity to that RDS instance, how to configure Django to connect to the RDS instance, and how to initialize the Django model schema and create a super user so that you can log into the admin. But, and this is a pretty big but, what we've configured is an insecure setup. Our RDS instance is exposed to the internet, so anyone can connect to this database, even though they may need a username and password to log in, there are numerous exploits that could be used to hack into the database. In this lesson, we learned the steps to create and configure the RDS instance, which is extremely valuable. However, we'll need to learn how to secure it properly. So, in the next lesson, we'll clean up our AWS environment, and we'll build a secure environment step by step.