After Sign In success, click menu “Service” on header, then click “EC2”.
Click “Security Groups” on left menu, then click “Create Security Group” button to create a new security group.
We create a new security group for load balancer. For this security group, we only make it once that is used by all instance security groups.
Next, “Add Rule” to add HTTP and HTTPS ports. If finish, then click “Create” button.
We create a new security group, the name depends the project name. If the project name is “Project Sample Staging”, so the security group name is “project-sample-staging-sg”, add “sg” after project name.
Next, “Add Rule” to add the all ports that we use. On “Source” input, we choose Load Balancer Security Group. If finish, then click “Create” button.