Skip to main content

Networking & Security

Manage your private networks and secure access to your resources.

Virtual Private Clouds (VPC)

Isolate your infrastructure using VPCs.

  1. Go to Enterprise > Networking.
  2. Click Create VPC.
  3. Define your CIDR block (e.g., 10.0.0.0/16).
  4. Create Subnets within the VPC (e.g., 10.0.1.0/24 for public, 10.0.2.0/24 for private).

Security Groups

Control inbound and outbound traffic to your instances.

Creating a Security Group

  1. Navigate to Enterprise > Security Groups.
  2. Click Create Security Group.
  3. Add Inbound Rules:
    • SSH: Protocol TCP, Port 22, Source 0.0.0.0/0 (or your specific IP).
    • HTTP: Protocol TCP, Port 80, Source 0.0.0.0/0.
    • HTTPS: Protocol TCP, Port 443, Source 0.0.0.0/0.

Security Group Rules

Assigning to Instances

You can attach a Security Group during instance creation or edit the settings of a running instance to apply new rules immediately.