RDS Aurora Serverless V2
2022. 8. 5. 09:36ㆍAWS/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
'AWS > Amazon Relational Database Service' 카테고리의 다른 글
Aurora MySQL 파라미터와 적용 시 리부팅 필요 여부 (0) | 2024.01.19 |
---|---|
Aurora MySQL 8 파라미터 추천 (0) | 2024.01.17 |
AWS RDS Proxy max_connections (0) | 2023.12.29 |
RDS tips for Application (0) | 2023.09.04 |
RDS Snapshot을 통해 restore를 할 경우 multi-az 변경 불가 (0) | 2022.09.06 |