- Log into your AWS Management Console
- Locate
RDS
under theDatabases
heading - Within Amazon RDS click
Create database
- Under
Choose a database creation method
clickStandard Create
- Under
Engine options
chooseMySQL
- Under
Templates
chooseFree tier
- Under
Settings
name yourDB instance identifier
assqltest
- Under
Credential settings
create a username and password combination and write it down (you will need it later) - Under
Connectivity
expandAdditional connectivity configuration
to show additional menu items and make sure thatPublicly accessible
is checkedYes
- Expand the
Additional configuration
menu - Under
Initial database name
writetestdb
- Uncheck
Automatic backups
- Click
Create database
- Under
Security Groups
clickInbound
and thenEdit
- Add the rule
SQL/Aurora
onPort 3306
with theConnection
ofMyIP