Security Groups in QCloud are a set of firewall rules that control inbound and outbound traffic to virtual instances. Customers can create and manage Security Groups to define network access policies for their infrastructure.
Security Groups help control access to instances by defining traffic rules. Customers can create groups, configure rules, and restrict or allow traffic as per their security policies.
List Security Groups #

To view existing Security Groups:
- Login to the QCloud customer interface.
- Navigate to Providers >> <Provider Name> >> Networking >> Security Groups.
- The listing page displays:
- Name: The Security Group name.
- Description: A brief summary of the Security Group’s purpose.
- Actions: Options to manage or delete the Security Group.
View Security Group Details #

To view a Security Group’s rules:
- Click on the Security Group Name from the listing page.
- The Security Group details page displays all configured rules with the following columns:
- Direction: Specifies if the rule is Ingress (incoming traffic) or Egress (outgoing traffic).
- Ether Type: Indicates the IP version (IPv4 or IPv6).
- IP Protocol: Defines the communication protocol (TCP, UDP, or ICMP).
- Port Range: The allowed port range for the rule.
- Remote IP Prefix: Defines a specific IP range (CIDR) that can access the instance.
- Remote Security Group: If selected, allows communication between instances within the specified Security Group.
- Actions: Options to delete or modify rules
