Context

회사 AWS infra 비용 점검하다가 RDS 비용 분석

What I Learned

AWS RDS 설정을 이해하는데 필요한 개념들과 성능 체크를 위해 확인할 메트릭들

  • IOPS (Input/Output Operations Per Second) = 초당 디스크 작업 횟수 (디스크 성능)
  • Provisioning = 미리 예약해서 일정한 성능을 보장받는 것 (premium)
  • AZ (Availability Zone) = data center
  • Multi-AZ = primary DB & standby DB for 장애 대응
  • metrics to check in cloudwatch: readIOPS, writeIOPS, readLatency, writeLatency, diskQueueDepth, r/w throughput

Note

infra optimization is quite fun. why are we using piops anyway?

← All TIL