Alamin-eng / Cloud-Modules-planner

0 stars 0 forks source link

[TECH ED] Database Deployment #5

Open Alamin-eng opened 4 months ago

Alamin-eng commented 4 months ago

Link to the coursework https://github.com/CodeYourFuture/React-Module-Project

Why are we doing this? Deploy CYF Hotel Database to RDS Create RDS Instance: In the AWS Management Console, set up a new RDS instance. Configure Security Groups: Update security groups to allow incoming traffic on the database port you intend to use. Database Credentials: Make a note of your database credentials (username, password). Initialize Database: Connect to the database and initialize it with the required tables and sample data. Connect to Backend: Update your backend code (running on EC2) to connect to the RDS database. Test End-to-End: Make some test API calls to ensure that the data flows correctly from the RDS database to your EC2 backend, and then to the S3-hosted frontend. Maximum time in hours 3

How to get help Ask calm, curious questions with links, code samples, and no screenshots.

https://curriculum.codeyourfuture.io/guides/asking-questions/

How to submit In this advanced module you will demo your work. You may wish to make notes for case studies to add to your portfolio.

Alamin-eng commented 4 months ago