The new docs.trellix.com offers a modernized UI and AI-powered features like conversational searches. Content is currently available only in English. Other languages will be available in mid-October 2026. We hope you enjoy the new experience.

Security groups setup

Prev Next

Once the VPC Setup is complete, you need to configure the security group.

Note

To minimize risk, you must follow the principle of least privilege by opening only the necessary ports and network connections required for the TIE Server to operate properly. Following this best practice helps ensure both smooth operation and strong security.

Task
  1. Log on to the AWS console.

  2. Search for ‘Security groups’ in the search field, then select the result.

  3. Click Create security group.

    Note

    You do not need to create a new security group each time. You can assign an existing security group to new TIE Server instances.

  4. Enter the Name, Description and select the created VPC from the dropdown list.

  5. Set the inbound rules.

    Inbound ports

    Protocol

    Description

    22

    TCP

    SSH access

    80

    TCP

    HTTP communication

    443

    TCP

    HTTPS communication

    5432

    TCP

    PostgreSQL communication

    8081

    TCP

    ePO/Agent Handler communication

    8883

    TCP

    DXL communication

    Note

    If you plan to use a different port for DXL communication during the TIE Server configuration process, change the port for DXL communication. By default, DXL communicates on port 8883.

  6. Set the outbound rules.

    Port

    Protocol

    Description

    22

    TCP

    SSH access

    80

    TCP

    HTTP communication

    123

    UDP

    NTP time server access

    443

    TCP

    HTTPS communication

    5432

    TCP

    PostgreSQL communication

    8443

    TCP

    ePO/Agent handler communication

    8883

    TCP

    DXL communication

    Important

    For a secure process, set the source for both inbound and outbound rules in your TIE Server's Security Group to match the IP range or address of your VPC. If your VPC allows public access, further restrict the source to known IP addresses within the Security Group to enhance security. We recommend that you only allow connections from trusted sources.

    For a complete list of ports required for communication, see KB83713.

  7. Click Create security group.

Improper configuration of Security Groups can lead to the following key issues for the TIE Server:

  • Functionality Issues: This might block necessary ports, preventing the TIE Server from connecting to essential resources and affecting its performance.

  • Security Exposure: Overly permissive Security Groups can expose your organization's data or systems to unauthorized access.