How to Create RDS instance on AWS | Step By Step Tutorial | connect MySQL Workbench & Spring Boot

preview_player
Показать описание
Lets create a RDS (Relational Database Service) on AWS.

📌 We'll review the configuration and required changes need to connect from your local device. We'll also connect the RDS to MySQL Workbench and demonstrate how to connect a Spring Boot Project to the RDS.

🔍 Chapters:
00:00 Intro
01:50 Setting to access RDS locally
04:57 Create Security Group for RDS
06:05 Inbound Rules for RDS
07:16 Assign Security Group to RDS for local access
08:20 Connect MySQL Workbench to RDS
09:20 Connect Spring Boot Project to RDS with Intellij
09:39 Spring Boot Dependencies needed for database connection
10:32 Spring Boot Application Properties for Database connection

#aws #spring #mysql
Рекомендации по теме
Комментарии
Автор

Update and add to your application.properties:





JamesKodes