Skip to content

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.
  • Labs icon Lab
  • A Cloud Guru
Google Cloud Platform icon
Labs

Creating and Working with an EC2 Instance

**Thank you for your interest in this content. Unfortunately, this content is no longer being updated and some of it may be out-of-date.** Elastic Compute Cloud (EC2) is AWS's Infrastructure as a Service product. It provides a huge range of virtual machines suitable for general purpose and specialized on-demand compute tasks. In this hands-on lab, you will gain experience creating and interacting with an EC2 instance. The lab covers EC2 requirements, the choices available with creating EC2 instances, and the provisioning process itself. By the end of the lab, you will have gained the experience needed to be confident using EC2 in smaller deployments, such as blogs or lower-volume websites.

Google Cloud Platform icon
Labs

Path Info

Level
Clock icon Beginner
Duration
Clock icon 45m
Published
Clock icon Oct 05, 2020

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.

Table of Contents

  1. Challenge

    Create a Default VPC

    1. Navigate to VPC.
    2. Click Your VPCs.
    3. Click Actions and then Create Default VPC.
    4. Click Create.
    5. Click Close.
  2. Challenge

    Create an EC2 Instance

    1. Navigate to EC2.
    2. Click Launch Instance.
    3. Click Select next to Amazon Linux 2 AMI (HVM), SSD Volume Type, ensuring 64-bit (x86) is selected.
    4. Choose T3.Micro (NOT T3a.Micro; "a" is AMD).
    5. Click Configure Instance Details.
    6. Ensure Auto-assign Public IP is Enabled.
    7. Expand Advanced Details and paste in the User Data from the lab instructions.
    8. Click Add Storage.
    9. Verify 8GiB, General Purpose SSD (or more).
    10. Click Add Tags.
    11. Click Add Tag, and set Key to Name and Value to Cat-Hall-o-Fame. 1. Click Configure Security Group.
    12. Click Add Rule, and set Type to HTTP and Source to MY IP.
    13. Click Review and Launch, and then Launch.
    14. Select Create a new key pair, and call it "ec2lab".
    15. Click Download Key Pair, Launch Instances, and then View Instances.
  3. Challenge

    Manage the EC2 Instance

    Once the instance is running with 2/2 status checks:

    1. Copy the instance's public DNS (IPv4), and paste it into a new browser tab.
    2. On the EC2 instances console, right-click the instance, and select Connect.
    3. In the terminal, change to your downloads directory (e.g., cd Downloads).
    4. Run chmod 400 ec2lab.pem to adjust the permissions on the file.
    5. Connect to the instance using the ssh command provided in the dialog when you click Connect (or using the PuTTY instructions).
    6. Note the IPv4 Public IP of the instance.
    7. Right-click the instance, and click Instance State > Reboot.
      • Does the IP change?
    8. Right-click the instance, and click Instance State > Stop.
    9. After it's stopped, click Instance State > Start.
      • Does the IP change?
    10. Right-click the instance, and click Instance State > Stop.
    11. Once it's stopped, right-click the instance, hover over Instance Settings, and select Change Instance Type.
    12. Change the instance type to t3.small, and click Apply.
    13. Right-click the instance, and click Instance State > Start.

The Cloud Content team comprises subject matter experts hyper focused on services offered by the leading cloud vendors (AWS, GCP, and Azure), as well as cloud-related technologies such as Linux and DevOps. The team is thrilled to share their knowledge to help you build modern tech solutions from the ground up, secure and optimize your environments, and so much more!

What's a lab?

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Provided environment for hands-on practice

We will provide the credentials and environment necessary for you to practice right within your browser.

Guided walkthrough

Follow along with the author’s guided walkthrough and build something new in your provided environment!

Did you know?

On average, you retain 75% more of your learning if you get time for practice.

Start learning by doing today

View Plans