Understanding Ephemeral Storage in AWS EC2
Instance Store is temporary block-level storage that's physically attached to the host computer of an EC2 instance. Also known as ephemeral storage.
1. What happens to Instance Store data when an EC2 instance stops?
2. Which is the best use case for Instance Store?
3. Can you take snapshots of Instance Store volumes?
4. What is a key advantage of Instance Store?
5. Can you add Instance Store volumes after launching an instance?