Take the following steps to create a target group for on-premises access.

  1. Use the AWS console to create a load balancer target group.
  2. Specify target group details.
    Note: The port for on-premises access is the same for SSL and non-SSL configurations.

    SSL

    Target Group Name: <Name for your 1st OPA Target Group>
    Protocol HTTPS
    Port 40501
    Target type instance
    VPC <Name of your VPC>

    Non-SSL

    Target Group Name: <Name for your 1st OPA Target Group>
    Protocol HTTP
    Port 40501
    Target type instance
    VPC <Name of your VPC>
  3. Set up health checks.

    SSL

    Protocol: HTTP 
    Path: /
    Port: Select traffic port

    Non-SSL

    Protocol: HTTP 
    Path: /
    Port: Select traffic port
  4. Save the target group.
  5. Register the first Hybrid Data Pipeline instance as a target on port 40501.
  6. Disable stickiness via the stickiness attribute.
  7. Repeat steps 1 through 6 for each Hybrid Data Pipeline instance.