Security Group
Security-groups can be used to allow egress or ingress traffic. By default security-groups have a DROP policy and only traffic permitted is allowed to flow through the VM.
Statefulness of Security Groups
Security groups in Excloud are stateful. That means when you create an Egress rule all connections are automatically tracked. This simplifies rule management and ensures proper functioning of applications that need bidirectional communication.
Supported Protocols
- IPv4
- IPv6
- TCPv4
- TCPv6
- UDPv4
- UDPv6
Did you know?
Create a IPv4 or IPv6 rules if you want to all TCP and UDP traffic. Also with IPv4 and IPv6 the port_range always has to be ANY
Create a TCPv4 and TCPv6 rules if you want to allow HTTP traffic.
Examples
Create a Security Group with Rules
Create a Security Group
Create Ingress Rules to Allow HTTP, SSH
Create Egress Rules to Allow All Traffic