Create Security Group
In the VPC interface:
- Select Security Group
- Select Cretae security group

Implement Security group
- Security Group name, as Public subnet - SG
- Description, as Allow SSH and Ping for servers in public subnet.
- Choose Workshop1 VPC

Implement Inbound rules
- Within Inbound rules, click Add rule
- Select Type: SSH and **Source: My IP. (Use your public IPv4 address)
- Select Add rule to add new rule.
- Select Type: All ICMP - IPv4 và Source: Anywhere. Accept ping from anywhere.

- Check Outbound rules and select Cretae security group

- Complete the creation of the security group for the server located in the Public subnet

Same the way, create Security Group for instance in Private subnet

- Complete the creation of the security group for the server located in the Private subnet
