Create EC2 instance

Create EC2 instance

Amazon EC2 resembles a traditional physical or virtual server. EC2 has fast initialization, strong resource scalability, and flexibility. Amazon EC2 can support workloads such as web hosting, applications, databases, authentication services and any other work that the normal server can handle.

  1. Access to AWS Management Console

    • Find EC2
    • Select EC2

LAB-ECR-Docker

  1. In the EC2 interface

    • Select Instances
    • Select Launch instances

LAB-ECR-Docker

  1. Name instance, enter FCJ-Management

LAB-ECR-Docker

  1. Made for AMI

    • Select Quick Start
    • Select Amazon Linux

LAB-ECR-Docker

  1. Select the Instance type

    • Select t2.micro
    • Select Create keypair

LAB-ECR-Docker

  1. In the Create keypair interface

    • Select RSA
    • Select .pem
    • Select Create keypair

LAB-ECR-Docker

  1. Configure Network

    • VPC, select container-vpc
    • Subnet, select Public subnet
    • Check if Auto-assign public IP. If you have not reviewed the step of allocating public IP in the step of creating VPC.

LAB-ECR-Docker

  1. Select Launch instance

LAB-ECR-Docker

  1. Successful instance initialization and select View all instances

LAB-ECR-Docker

  1. View instance details and note down the Public IPv4 address to make the connection in the next step.

LAB-ECR-Docker