Tutorials References Exercises Videos Menu
Paid Courses Website NEW Pro NEW

AWS Cloud Tutorial

AWS HOME AWS Intro AWS Cloud Certification AWS Get Started AWS Cloud Computing AWS Cloud Benefits AWS EC2 Intro AWS EC2 Instance Types AWS EC2 Pricing AWS EC2 Scaling AWS EC2 Auto Scaling AWS Elastic Load Balancing AWS Messaging AWS SNS AWS SQS AWS Serverless AWS Lambda AWS Containers AWS ECS AWS EKS AWS Fargate AWS First Recap AWS Infrastructure AWS Regions AWS Availability Zones AWS Edge Locations AWS Provision AWS Provision Services AWS Elastic Beanstalk AWS CloudFormation AWS Second Recap AWS Networking AWS Connectivity AWS Subnet and Access AWS Global Networking AWS Third Recap AWS Storage and DBs AWS Instance Stores AWS EBS AWS S3 AWS EBS vs S3 AWS Elastic File System AWS RDS AWS DynamoDB AWS DynamoDB vs RDS AWS Redshift AWS DMS AWS Additional DB Services AWS Fourth Recap AWS Cloud Security AWS Shared Responsibility AWS User Access AWS Organizations AWS Cloud Compliance AWS DDoS AWS Other Services AWS Fifth Recap AWS Monitoring and Analytics AWS CloudWatch AWS CloudTrail AWS TrustedAdvisor AWS Sixth Recap AWS Pricing and Support AWS Free Tier AWS Pricing Models AWS Billing Dashboard AWS Consolidated Billing AWS Budgets AWS Cost Explorer AWS Support Plans AWS Marketplace AWS Seventh Recap AWS Migration and Innovation AWS Cloud Adoption Framework AWS Migration Strategies AWS Snow Family AWS Innovation AWS Eight Recap AWS Cloud Journey AWS Well-Architected Framework AWS Cloud Benefits AWS Ninth Recap AWS Exam Preparation

AWS Examples

AWS Cloud Exercises AWS Cloud Quiz

More AWS

AWS Machine Learning AWS Serverless


AWS Instance Stores


What are Instance Stores?

Instance Store is a storage volume that acts as a physical hard drive.

It provides temporary storage for Amazon EC2 instance.

The data in an instance store persists during the lifetime of its instance.

If an instance reboots, data in the instance store will persist.

When the instance hibernates or terminates, you lose any data in the instance store.

If an instance starts from a stopped state, it might start on another host where the used instance store does not exist.

It is recommended to avoid storing valuable data in the store instance.

Instance Stores are good for temporary files, and data that can be easily recreated.


AWS Instance Stores and AWS EBS Video

W3schools.com collaborates with Amazon Web Services to deliver digital training content to our students.


You will learn about AWS EBS in the next chapter.

Example:

AWS EC2 instance with an attached instance store is running.

Image of an Amazon EC2 instance with a running attached instance store

Image created by Amazon Web Services


AWS EC2 instance is stopped or terminated.

Image of an Amazon EC2 instance when it is stopped or terminated

Image created by Amazon Web Services


All data on the attached instance store are deleted.

Image of deleted data on the instance store

Image created by Amazon Web Services



AWS Cloud Exercises

Test Yourself With Exercises

Exercise:

Fill in the blank

Instance Stores provides  storage for Amazon EC2 instance

Start the Exercise