Skip to main content

Security Groups — Overview

A Security Group is a virtual firewall that controls inbound and outbound network traffic for resources in your VPC. Each Security Group contains a set of rules that define which traffic is allowed or denied in the inbound (Inbound) and outbound (Outbound) directions.

Security Groups list


How Security Groups work

When you attach a Security Group to a resource (for example, a virtual server), the system inspects every packet entering or leaving that resource against the configured rules:

  • Inbound rule — controls traffic flowing from outside into the resource.
  • Outbound rule — controls traffic flowing out from the resource.

Traffic that does not match any rule is denied by default.


Scope of applicability

Security Groups are available on both VPC types:

VPC typeSecurity Groups supported
General VPCYes
Specific VPCYes

What you can do

ActionDescription
Create a Security GroupDefine a new set of firewall rules for a resource
Add / edit / delete rulesConfigure inbound and outbound rules for each Security Group
Attach a Security Group to a resourceApply the rule set to a virtual server or network resource
Edit Security Group informationUpdate the name, description, or tags
Delete a Security GroupRemove a Security Group when it is no longer needed

To access Security Groups, from the left navigation panel within the VPC context:

VPCNetworkSecurity Groups