Create Public instance

Create Public EC2 Linux

You refer to how to create EC2 Linux

  1. Go to EC2 service management console

    • Click Instances.
    • Click Launch instances. EC2
  2. In the Name and tags

    • Input your name instance: Public Linux Instance
  3. On the Step 1: Choose an Amazon Machine Image (AMI) page.

    • Click Select to select AMI Amazon Linux 2 AMI. EC2
  4. On the Instance Type page.

    • Click on Instance type t2.micro.
  5. In the Key Pair (login).

    • Click to select Select an existing key pair. EC2
      Click here If you have not an keypair
  6. At Network setting page

    • In the VPC section, select Lab VPC.
    • In the Subnet section, select Lab Public Subnet.
    • In the Auto-assign Public IP section, select Use subnet setting (Enable)
    • In the Firewall (security group), select select existing security group
      • In the Common security group, select SG Pulic Linux Instance EC2
  7. Click Launch.

  8. Click View Instances to return to the list of EC2 instances. Next, we will do the same to create an EC2 Instance Windows running in the Private subnet.