[AWS/Docker] AWS RDS

Hyo Kyun Lee·2021년 7월 18일
0

AWS/Docker

목록 보기
5/20

1. AWS RDS

AWS Relational Database System

AWS, 즉 리눅스 서버를 통해 데이터베이스와 생성하여 MySQL RDBMS와 연동하고, 해당 RDBMS 쿼리를 통해 데이터 CRUD를 할 수 있는 체계이다.

2. RDS 세부과정

AWS 내에서 RDBMS 체계의 데이터베이스를 생성한다.

이 데이터베이스에 접근하고 관리하는(CRUD) 체계, 엔진을 연동한다.
※ 체계/엔진 = MySQL

해당 체계 내 쿼리를 통해 데이터 생성, 관리 등이 가능하다.

AWS RDS를 통한 MySQL database 생성 및 MySQL Server Connection

3. 데이터베이스 연동 성공시 connection 상태(DBeaver)

AWS 인스턴스의 엔드포인트를 host name으로 설정하여 연동이 가능하다.

4. 참조링크

https://docs.aws.amazon.com/ko_kr/AmazonRDS/latest/UserGuide/CHAP_GettingStarted.html

https://docs.aws.amazon.com/ko_kr/AmazonRDS/latest/UserGuide/CHAP_GettingStarted.CreatingConnecting.MySQL.html#CHAP_GettingStarted.Creating.MySQL

0개의 댓글