Similar to firewall, a security group is a logical group used to control network access. You can define access rules for a security group to protect the ECSs that are added to this security group.
For details about the default security group rules, see Virtual Private Cloud User Guide. For details about configuration examples for security group rules, see Security Group Configuration Examples.
The page providing details about the ECS is displayed.
The system automatically switches to the security group details page.
You can click + to add more inbound rules.
Parameter |
Description |
Example Value |
---|---|---|
Protocol & Port |
Protocol: The network protocol. Currently, the value can be All, TCP, UDP, ICMP, GRE, or others. |
TCP |
Port: The port or port range over which the traffic can reach your ECS. The value ranges from 1 to 65535. |
22, or 22-30 |
|
Source |
The source of the security group rule. The value can be a single IP address or a security group to allow access from IP addresses or instances in the security group. For example:
If the source is a security group, this rule will apply to all instances associated with the selected security group. |
0.0.0.0/0 |
Description |
Supplementary information about the security group rule. This parameter is optional. The security group rule description can contain a maximum of 255 characters and cannot contain angle brackets (< or >). |
N/A |
You can click + to add more outbound rules.
Parameter |
Description |
Example Value |
---|---|---|
Protocol & Port |
Protocol: The network protocol. Currently, the value can be All, TCP, UDP, ICMP, GRE, or others. |
TCP |
Port: The port or port range over which the traffic can leave your ECS. The value ranges from 1 to 65535. |
22, or 22-30 |
|
Destination |
The destination of the security group rule. The value can be a single IP address or a security group to allow access to IP addresses or instances in the security group. For example:
|
0.0.0.0/0 |
Description |
Supplementary information about the security group rule. This parameter is optional. The security group rule description can contain a maximum of 255 characters and cannot contain angle brackets (< or >). |
N/A |