Exploring Elastic Network Interface - Hands On | Scribe

    Exploring Elastic Network Interface - Hands On

    • Hafeez Baig |
    • 17 steps |
    • 2 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

    3

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

    information ordinal icon

    Refer to the following guide to learn how to create an EC2 instance<https://scribehow.com/shared/AWS__Creating_your_first_EC2_Instance__Xcu7ZVCdRfWx56YVktKgbQ>

    4

    Copy the **Instance Availability Zone** which here is **"us-east-2a"** from the Availability Zone section **Note:** Make a note of this **Availability Zone** as you'll need it shortly in the process to Create a Network Interface

    5

    From the vertical bar click on **Network Interfaces** to view the interfaces

    information ordinal icon

    **What are Network Interfaces?** An AWS Network Interface is like an adapter for your cloud computer. It lets your virtual machine (EC2 instance) connect to the internet and talk to other machines on the network.

    6

    Click on the **Create Network interface** button from the top right of the page

    7

    The Create network interface wizard will open. Give a Description as "**Secondary Network Interface"**

    8

    Select and choose the **Subnet** where the Instance is located, specifically the one in "**us-east-2a**" that you noted earlier

    9

    Select **Auto-assign** for the Private IPv4 address

    10

    Scroll to the **Security groups** section, then select and checkbox the newly created Security group

    11

    Click on **Create network interface** button

    12

    From the vertical bar click on **Instances** to view the EC2 instances

    13

    Select the instance named - **First EC2 Instance**

    14

    Click on the **Actions** button from the top right of the page to select the **Networking** option from the Actions dropdown

    15

    Click on the **Attach network interface** option from the dropdown

    16

    **Attach network interface** wizard will open, choose the **Network Interface (Secondary Network Interface)** from the dropdown

    17

    Click on the **Attach** button to link the Secondary Network Interface to the Instance we've created