Jacob Tomlinson 4/15/2016

A note on AWS disk performance testing

Read Original

This technical article details a key AWS EBS performance consideration: volumes restored from snapshots have blocks erased on first access for security, causing slower initial read/write speeds. It explains the underlying reason (preventing data leakage) and provides a practical solution using the `dd` command to read the entire disk, triggering all block resets upfront for accurate performance benchmarking or high-performance application needs.

A note on AWS disk performance testing

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes