• RDS allows you to run relational databases in the AWS Cloud. RDS is a managed service that automates tasks such as hardware provisioning, database setup, patching and backups. It also offers a number of encryption options, including encryption at rest (protecting data while stored) and encryption in transit (protecting data whilst being sent and received).
  • RDS Engines → Amazon Aurora, PostgreSQL, MySQL, MariaDB, Oracle Database and Microsoft SQL Server.
  • Amazon Aurora is an enterprise relational database. Compatible with MySQL and PostgreSQL, it is up to 5x faster than standard MySQL databases and 3x faster than standard PostgreSQL databases. It helps reduce costs by minimising unnecessary I/O operations, whilst ensuring it is reliable and secure. Consider Amazon Aurora if your workloads require high availability. It replicates six copies of your data across three Availability Zones and continuously backs up your data to Amazon S3.

 

RDS는 언제 쓴다?

온프레미스에스 쓰고 있는 데이터베이스를 EC2로 고대로 옮길 때 쓴다. (lift and shift)

 

Aurora는 언제 쓴다?

엔터프라이즈급 관계형 데이터베이스 (= 고성능 / 고가용성이 필요할 때)

이 데이터베이스는 6개의 데이터 복사본을 3개의 가용 영역에 복제하고 지속적으로 Amazon S3에 데이터를 백업합니다. 데이터가 여러 시설에서 복제되기 때문에 언제든 복사본 6개가 존재한다는 이점이 있습니다. 또한 읽기 전용 복제본을 15개까지 배포할 수 있어 읽기 및 규모 조정 성능을 오프로드할 수 있습니다. S3로의 지속적 백업도 제공합니다. 그래서 언제든 백업을 복구할 수 있죠. 특정 시점 복구도 제공하기 때문에 특정 기간의 데이터를 복구할 수 있습니다.

 

https://explore.skillbuilder.aws/learn/course/1928/play/6248/aws-cloud-practitioner-essentials-korean

 

Self-paced digital training on AWS - AWS Skill Builder

Loading your learning experience...

explore.skillbuilder.aws

 

'CLOUD > AWS Cloud' 카테고리의 다른 글

Redshift란? (Data Warehouse)  (0) 2022.09.05
RDS vs NoSQL  (0) 2022.09.04
EBS, EFS, S3의 차이 [EBS는 LRS 사용]  (0) 2022.09.04
오브젝트 스토리지는 증분 업데이트를 지원하지 않는다.  (0) 2022.09.04
EBS snapshot  (0) 2022.09.04
  • 네이버 블러그 공유하기
  • 네이버 밴드에 공유하기
  • 페이스북 공유하기
  • 카카오스토리 공유하기