Creating EC2 Instance

  1. Go to AWS Management Console
  • Find EC2
  • Select EC2

Create EC2 instance

  1. In the Instances interface
  • Select Launch instances

Create EC2 instance

  1. In the Launch an instance interface
  • Name, enter Grafana-Server

Create EC2 instance

  1. Step to select AMI
  • Select Quick Start
  • Select Amazon Linux

Create EC2 instance

  1. In the Launch instances interface
  • Select Instance type
  • Select Create new key pair

Create EC2 instance

  1. In the Create key pair interface
  • Key pair name, enter ```GrafanaKeyPair````
  • Key pair type, select RSA
  • Private key file format, select .pem
  • Select Create key pair

Create EC2 instance

  1. In the Networking settings interface
  • Select Edit

Create EC2 instance

  1. In the Networking settings interface
  • Select VPC, here select Grafana-ASG-vpc created
  • Select Subnet, select Grafana-ASG-subnet-public1-us-east-1a
  • Auto-assign public IP, select Enable
  • In the Firewall (security group) section, select Select existing security group
  • Select SG-PUB-Grafana-SG just created

Create EC2 instance

  1. Check instance information
  • Select Launch instance

Create EC2 instance

  1. Initialization of EC instance successful
  • Select View all instances

Create EC2 instance

  1. So we have successfully initialized an EC2 instance.

Create EC2 instance