Create EC2 instance

Create EC2 instance

  1. Access AWS Management Console

    • Find EC2
    • Select EC2

    Create EC2 instance

  2. In the EC2 interface

    • Select Instances
    • Select Launch instances

    Create EC2 instance

  3. Next, in the Launch an instance interface

    • Name, enter lambda-lab-instance
    • Select Quick Start
    • Select Amazon Linux
    • Select Amazon Linux 2023

    Create EC2 instance

  4. Select Instance type and select Create new key pair

    Create EC2 instance

  5. In the Create key pair interface

    • Key pair name, enter lambda-lab-key
    • Select Create key pair

    Create EC2 instance

  6. In the Network settings section

    • Select Edit

    Create EC2 instance

  7. In the Network settings section

    • Select the newly created VPC
    • Select the public subnet
    • Select Enable for Auto-assign public IP
    • Select Select existing security group
    • Select the newly created Security group

    Create EC2 instance

  8. Successfully created EC2 instance

    Create EC2 instance