Django Tutorial · PostgreSQL

Create Database in RDS

Learn all about Create Database in RDS in this comprehensive tutorial.

5 min read advanced
  • Inside the RDS service, create a database, either by navigating to the Database section, or just click the "Create database" button:
  • Once you have started creating a database, you will be given some choices for the type and settings of your database.

Create Database

Inside the RDS service, create a database, either by navigating to the Database section, or just click the "Create database" button:

Settings

Once you have started creating a database, you will be given some choices for the type and settings of your database.

To add a PostgreSQL database to your Django project, choose the following options:

You can choose any name, username, and password:

It can be a good thing to enable storage autoscaling, but for this tutorial it is not necessary.

Give the security group a name, we will call it "w3-django":

This will take a few minutes, but when it is finished, you will have a new PostgreSQL database, almost ready to run on your Django project!

In the next chapter you will learn how to connect your project to the database.

Module quiz

2 questions
1

Which of the following is true about Create Database in RDS?

2

What is the most common pitfall when working with Create Database in RDS?

Answer all questions to submit.