Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Cover image for Amazon EBS in 4 minutes (Lab walkthrough)
Ukeme David Eseme
Ukeme David Eseme

Posted on

     

Amazon EBS in 4 minutes (Lab walkthrough)

On this article, we would demystify Amazon EBS in less than 4 minutes.
Quick theoretical understanding of this service, then a step by step laboratory walkthrough.

What is Amazon EBS?

Amazon EBS is an acronym for Amazon Elastic Block Store, an easy to use, high performance block storage at any scale.

This high-performance block-storage service designed forAmazon EC2 instances, is a physical hard drive that is attached to increase storage.

There are several EBS volume types under these categories

  • Solid State Drives (SSD)
  • Hard Disk Drives (HDD).

Benefits of using Elastic Block Store

  • Data stored on Elastic Block Store will continue to persists even after the EC2 instance it is attached to is terminated.
  • It can automatically replicate within its availability zone.taste

Thats a taste of theoretical understanding, very dry.

With no further adieu, let get to the meat of this post.

Lab Walkthrough (create an EBS Volume)

Step 1

Login to your AWS console, on the top right of the screen, navigate toService >Compute >EC2

Navigate to EC2

Step 2

You are on the EC2 Dashboard, on the left navigation pane, scroll down to** Elastic Block Store*, click on **Volumes*.

EBS Dashboard

Step 3

On the volumes dashboard, click onCreate Volume

create volumes

Step 4 Volume Settings

On Create Volumes, for volume setting use these values:
Volume type: General Purpose SSD (gp2)
Size GB: 4
Availability Zone: your choice, but I would useUs-east-1 for this exercise.

Volume Settings

Step 5 Tags

Use these values:
Key: name
Value: Test Storage

Click onCreate Volume

Volume tags

Step 6 Volume Dashboard

This dashboard displays a list of created volumes in this availability zone (us-east-1), with the volume state.

Click on the newly created volume ID

Volume Dashboard

Step 7 Volume Status Checks

scroll down to status check, displayed is the Volume status, I/O status, Availability Zone, and some other relevant information.

Volume Status Check

Step 8 Monitoring

Click on monitoring, displayed is an extensive metrics, and applied graph transformations, provided, by Cloud Watch.
I would cover Cloud Watch in a future article.

Monitoring

Step 9 Tags.

Displayed, Key: name | value : Test Storage

Tags

THE END

You have successfully created an Amazon EBS Volume.

Call yourself a Rock Star, Walk Like a Boss.

Walk like a boss

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

DevOps Engineer (Blockchain) / AWS Cloud Engineer / AWS Community Builder
  • Work
    AWS, DevOps, Web3
  • Joined

More fromUkeme David Eseme

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp