Create Security Group

  1. Go to AWS Management Console

    • Find VPC
    • Select VPC

    Create Security Group

  2. In VPC interface

    • Select Security group
    • Select Create security group

    Create Security Group

  3. In the Create security group interface

    • Security group name, enter SG-PUB-Grafana-ASG
    • Description, enter security for public subnet
    • Select VPC just created

    Create Security Group

  4. Enter information Inbound rules

    • SSH
    • All ICMP - IPv4
    • All ICMP - IPv6
    • Custom TCP

    Create Security Group

  5. Select Create security group

    Create Security Group

  6. So we have successfully created the security group

    Create Security Group