MANAGING INSTANCE VOLUMES USING EBS

Learn to manage the storage space of your EC2 instance using Amazon EBS

Amazon Elastic Block Store (Amazon EBS) provides persistent block level storage volumes for use with Amazon EC2 instances in the AWS Cloud.  Each Amazon EBS volume is automatically replicated within its Availability Zone to protect you from component failure. This provides high availability and durability. Amazon EBS volumes offer consistent, low-latency performance needed to run your workloads.

During this laboratory, you will learn to create an EC2 instance with an additional EBS volume. You will learn to attach and detach an EBS to/from a specific EC2 instance, take a snapshot, and master how to delete a volume.

Follow these steps to learn by building helpful cloud resources

Log In to the Amazon Web Service Console

Your first step to start the laboratory experience

Create an EC2 instance with an additional EBS

How to launch an EC2 instance with an additional EBS volume

Create a new EBS volume

How to create a new EBS Volume.

Attach and Detach an EBS volume

How to attach and detach an EBS volume to an EC2 instance

Connect to a remote shell using an SSH connection

How to use a remote Linux shell from Windows, Linux or Mac

Create a filesystem on an EBS Volume

How to create a filesystem in an EBS volume using a Linux instance.

Create an EBS snapshot

How to create and manage EBS snapshots