SYS 360 Lab 6 1: Build a Database Server - JadenGil/Jaden-Tech-Journal GitHub Wiki
Create a Security Group for the RDS DB Instance
In the search bar search for VPC and once on the VPC homepage select "Security Groups" and "Create Security Group"
The security group should have the following settings:
Create a DB Subnet Group
Now we can go back to the search bar and search for RDS once there select "Subnet Groups" on the side bar and then "Create DB subnet group"
The subnet group settings should be:
With that created we can now select "Databases" from the sidebar and then select "Create database"
Select MySQL as the engine:
Dev/Test as the template:
Under Availability and durability choose Multi-AZ DB instance:
The settings should be the following:
Instance settings:
Storage Settings:
Connectivity Settings:
Monitoring settings:
Additional Config Settings:
https://github.com/user-attachments/assets/de565f21-807b-49d1-a198-254ade407ee7
With all that done we will wait 4 minutes for it to finish:
Once done you will see this:
And you will want to paste the enpoint info
Interact with Your Database
To discover the WebServer IP address, choose the "i" AWS Details drop down menu above these instructions. Copy the IP address value and paste into a new tab:
On this page select "RDS" and enter the following information:
Then select "Submit"
You will then see the following:
Test things out by editing and removing the contacts
Deliverable: