RDS Database Setup
The following steps should be started right away to minimize the amount of time you spend waiting for these services to initialize.
We are going to be using a Microsoft SQL Server database in this lab.
- Start by logging into the AWS Console.
- On the AWS management console home page, search for “RDS” in the “Find Services” search box. Press enter or click the “RDS” service that populates in the fast search.
- From the “RDS dashboard,” click the “Create database” button.
- On the “Create database” page, make the following selections:
- Choose a database creation method: Easy Create
- Configuration: Microsoft SQL Server
- DB instance size: Free tier
- DB instance identifier: mssql1
- Master username: admin
- Auto generate a password: unclick this option
- Master password and Confirm password: something you can remember
- Click “Create database”
- That will take you back to the “Databases” page. Click the “mssql1” link under “DB identifier.”
- On the “Connectivity & security” tab under the Security heading, click the link under the “VPC security groups”
- That will take you to the security group details. click the “Inbound” tab > “Edit.”
- Add an “All traffic” entry and allow traffic from 0.0.0.0/0. Click Save.
- Move on to the next instructions while the database is created. We will use the database one we have the rest of the components setup.