Member-only story
AWS RDS with MySQL using Flask
Send data to MySql Workbench from your website
6 min readAug 21, 2020
In this article, we are going to make a complete sign up & login page which will be connected to the AWS RDS and we will use MySql Workbench.
Before we begin you must have
- Python 3.6
- Flask
- AWS free tier account to access the AWS services
- My SQL Workbench installed and working
Lets begin now !!!
1. AWS RDS Database Creation
We will create our database first on RDS. The steps are:
- Search for aws rds and click on it that will take you to RDS Dashboard
- On the left sidebar, click on databases
- We will create a new database. Click on Create Database on the right top corner
- Select MySql (you can go for other options as well)
- Click on the checkbox that says ‘Only enable options eligible for RDS Free Usage Tier’ — to avoid unnecessary deductions from your account and click Next.
- Keep the default settings for Instance Specifications
- In the Settings section, enter db instance name.
- Enter the master…