AWS

Explain EC2 Instance Store. Why would someone choose to use it over other options?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

EC2 instance store provides better I/O performances when compared to EBS.

It is mostly used for cache and temporary data purposes.