A security group is a collection of access control rules for cloud resources, such as cloud servers, containers, and databases, to control inbound and outbound traffic. Cloud resources associated with the same security group have the same security requirements and are mutually trusted within a VPC.
If the rules of the security group associated with your instance cannot meet your requirements, for example, you need to allow inbound traffic on a specified TCP port, you can add an inbound rule.
For details about the default security group rules, see Default Security Groups and Security Group Rules. For details about security group rule configuration examples, see Security Group Configuration Examples.
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 |
|
Type |
IPv4 |
IPv4 |
Source |
Source of the security group rule. The value can be an 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 |
|
Type |
IPv4 |
IPv4 |
Destination |
Destination of the security group rule. The value can be an 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 |