RDS Aurora Serverless V2

2022. 8. 5. 09:36AWS/Amazon Relational Database Service

728x90
SMALL

- 개요

서버리스 서비스의 장점과 Auto Scaling이 보장되는 Aurora Serverless v2는 Production에서도 증명되었으며 확장과 축소가 용이해서 트래픽 트렌드가 다양한 서비스용도로 쓰기에는 적합하다.

 

 

- 적용 방법

Aurora DB (MySQL, Postgresql) 을 이미 사용중이라면, 최신 버전으로 Upgrade 후 Serverless V2 로 Type 변경

 

 

- 세부 순서 (무중단 변경 방법)

1. Reader 추가
2. Reader Serverless V2 Type 변경
3. FailOver Reader to Writer
4. Reader Serverless V2 Type 변경
5. FailOver Reader to Writer
6. 완료

 


- 모니터링 ( CloudWatch Metrics )

ServerlessDatabaseCapacity
DatabaseUsedMemory
DatabaseConnections
DMLThroughput

 

 

- 참고

https://aws.amazon.com/ko/blogs/korea/amazon-aurora-serverless-v2-is-generally-available-instant-scaling-for-demanding-workloads/
https://docs.aws.amazon.com/ko_kr/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-2.how-it-works.html#aurora-serverless-2.how-it-works.autoscaling
https://docs.aws.amazon.com/ko_kr/AmazonRDS/latest/AuroraUserGuide/Aurora.AuroraMySQL.Monitoring.Metrics.html

 

728x90
LIST