Initialize EC2 Instance

Go to AWS Management Console

  • Search for EC2
  • Select EC2

ec2

In the EC2 interface

  • select Launch instances

ec22

Name the instance, enter FCJ-Management

  • Select Quick Start
  • Select Amazon Linux

ec23

Select as after:

  • Select Amazon Linux 2023 AMI
  • Select t2.micro

ec24

Select Key pair (login):

  • Select Create new key pair ec25

Configure key pair

  • Name it fcj-key1
  • Key pair type: RSA
  • Private key format: .pem
  • Click Create key pair

keypair

Perform Network configuration:

  • Click Edit

  • VPC, select the created VPC.

  • Subnet, select Public subnet

  • Check if Auto-assign public IP has been set? If not, review the public IP allocation step in the VPC creation step.

  • Select Select existing security group then select FCJ-Management-SG.

  • Select Launch instance.

network

Instance initialization successful.

sg