Creating EC2 Instances with Elastic Block Storage Volumes | Scribe

    Creating EC2 Instances with Elastic Block Storage Volumes

    • Hafeez Baig |
    • 36 steps |
    • 5 minutes
    information ordinal icon

    Refer to the following guide to learn how to use IAM in the cloud\ <https://scribehow.com/shared/Creating_an_IAM_User_and_User_Group_in_AWS_Management_Console__hWNiiXlcRJKFqYZZEJD-cg>

    1

    Sign in to **AWS Management Console** as an **IAM User** **Pre-requisite** - Ensure you have selected the AWS region closest to your location\ For this guide, we will be using us-east-2 (Ohio) as a preferred choice

    2

    Type **EC2** in the search bar and click on **EC2** to view the EC2 Dashboard

    information ordinal icon

    **What is EC2 in AWS?** Amazon Elastic Compute Cloud (Amazon EC2) is a web service provided by Amazon Web Services (AWS) that allows users to rent virtual servers, known as instances, on which they can run their own applications. EC2 provides resizable compute capacity in the cloud, making it easy to scale computing resources up or down based on demand.

    3

    On the EC2 dashboard click on **Instances** from the left bar to view the EC2 instances

    4

    Click on the **Launch instances** button from the top right of the page

    5

    **Launch an instance** wizard will open, Type the Name as "**EBS Instance A**"

    6

    Scroll to the "**Amazon Machine Image**" section, choose the "**Amazon Linux**" Operating System image and select an **AMI** Eligible under Free tier

    7

    Scroll to the **Instances type** section and select **t2.micro** instance type, which qualifies for the free tier

    8

    Scroll to the **Key pair (login)** section and click on the **Key pair name** dropdown menu and select the **EC2 Default**

    9

    Scroll to the **Network settings** section, and click on the **Edit** button

    10

    Scroll to the **VPC** section, click on the dropdown and select the **default** vpc

    11

    Scroll to the **Subnets** section and select the subnet of Availability Zone **us-east-2a**

    12

    Scroll to the **Firewall(security groups)** section and select the option **Select existing security group**

    13

    From the dropdown of **Common security groups,** select the **default** secuity group

    14

    Scroll to the **Configure storage** section and click on the **Add new volume** button

    information ordinal icon

    **What is Volume in AWS?** A "Volume" in AWS typically refers to an Elastic Block Store (EBS) volume, providing persistent block-level storage for Amazon EC2 instances.

    15

    Review all the settings and click on the **Launch instance** button on the right side

    16

    Successfully initaiated launch of instance

    information ordinal icon

    Congratulations on successfully creating the EC2 instance "**EBS Instance A**"! Well done!