1 Answer
- Newest
- Most votes
- Most comments
1
Aurora's log-structured storage only bills for actual reads from cluster storage. Your 70M write IOPS are mostly associated with one of the following
- Buffer cache operations (non-billable)
- WAL log processing (non-billable)
- Local memory operations (non-billable)
Only operations that read from Aurora storage generate billed
Relevant content
asked 8 years ago
