dFlow LogodFlow

Security Groups

Manage and configure Security Groups in dFlow to control server access.

Security Groups in dFlow let you control network traffic rules for your cloud servers.
When deploying applications to your AWS infrastructure via dFlow, you can create or edit Security Groups to allow or restrict both inbound (incoming) and outbound (outgoing) traffic.

Creating or Editing a Security Group

  1. Go to the Security page.
  2. Navigate to the Security Groups tab in dFlow.
  3. Click + Add Security Group or select an existing one to Edit icon.
  4. Provide a Name, Description (e.g., Security group with common rules).
  5. Choose your Cloud Provider → currently supported: AWS.
  6. Select the associated Cloud Provider Account.

Configuring Inbound Rules

Inbound rules define the types of incoming traffic allowed to your servers.

  1. Click + Add Rule under Inbound Rules.
  2. Select the Type (e.g., SSH, HTTP, HTTPS, or Custom).
  3. The Protocol will auto-populate based on the type.
  4. Specify the Source Type(e.g., My IP, Anywhere-IPv4,Anywhere-IPv6, Custom)
  5. Define the Source:
    • 0.0.0.0/0 → Open access from anywhere.
    • Custom IP or CIDR → Restrict access to trusted networks.
  6. Add multiple inbound rules if needed.

Best Practice

For better security, avoid using 0.0.0.0/0 for SSH. Restrict SSH access to specific IP addresses or VPN networks.

Configuring Outbound Rules

Outbound rules define what traffic your servers are allowed to send out.

  1. Click + Add Rule under Outbound Rules.
  2. Select the Type (e.g., All Traffic, HTTP, HTTPS, or Custom).
  3. The Protocol will auto-populate or can be set manually.
  4. Choose the Destination Type (e.g., My IP, Anywhere-IPv4,Anywhere-IPv6, Custom).
  5. Enter the Destination in CIDR format (e.g., 0.0.0.0/0 for open access).

Deleting an Security Group

  1. Go to the Security Group tab and click the delete icon next to the key.
  2. Click Delete Security Group to remove the Security Group.

On this page

Edit on GitHub