Skip to main content

Security Groups — Reference

This document describes all columns, fields, and displayed values in the Security Groups interface.


Security Groups list columns

The table below describes the columns shown on the Security Groups list page.

Security Groups list

ColumnDescription
NameThe identifying name of the Security Group. Unique within the VPC.
TagsUser-assigned labels used to categorize and search Security Groups.
Firewall TypeThe firewall type used by this Security Group, reflecting the traffic filtering mechanism applied.
Resource typeThe type of resource this Security Group is designed to be applied to (for example: virtual server, network interface).
Apply toThe number of resources or the list of resources currently using this Security Group.
StatusThe current status of the Security Group. See the Status values table below.
Created atThe date and time the Security Group was created, in UTC format.

Rule fields (Inbound rule / Outbound rule)

The table below describes the columns shown in the Inbound rule and Outbound rule tabs on the Security Group detail page.

Security Group detail page

FieldDescription
TypeThe rule's traffic type, for example: SSH, HTTP, HTTPS, Custom TCP, Custom UDP, All traffic. Select from a predefined list or customize.
ProtocolThe network protocol applied: TCP, UDP, ICMP, or All. Auto-filled when Type is selected; can be edited manually for custom types.
Port rangeThe port or port range the rule applies to. For example: 80 (single port), 8080-8090 (port range). Not applicable for ICMP protocol or when Protocol is All.
ActionThe action taken when traffic matches the rule: Allow (permit traffic to pass) or Deny (block traffic).
IP typeThe IP protocol version of the source or destination: IPv4 or IPv6.
SourcesThe IP address or CIDR range identifying the traffic source (for Inbound rules) or destination (for Outbound rules). For example: 0.0.0.0/0, 10.0.0.0/8, 192.168.1.100/32.
DescriptionAn optional note describing the purpose of the rule, making it easier to identify when multiple rules are present.
StatusThe current status of the rule. See the Status values table below.

Actions menu

Click the Actions button on the list page or the Security Group detail page to access the following operations:

Actions menu

ActionDescription
EditEdit Security Group information: name, description, tags. Rules cannot be changed directly from here — edit rules in the corresponding tab.
Add rulesQuick access to add a rule to the Security Group.
DeleteDelete the Security Group. This can only be done when the Security Group is no longer attached to any resource.

Status values

ValueMeaning
ActiveThe Security Group (or rule) is operational and being applied normally.
PendingAn operation is being processed (create, update, or delete). Please wait a moment.
ErrorAn error occurred during processing. Retry the operation or contact support if the error persists.
InactiveThe Security Group (or rule) is disabled and not being applied to traffic.