Take the following steps to create a target group for notifications.

  1. Use the AWS console to create a load balancer target group.
  2. Specify target group details.

    SSL

    Target Group Name: <Name for your Notification Server Group>
    Protocol HTTPS
    Port 11443
    Target type instance
    VPC <Name of your VPC>
    

    Non-SSL

    Target Group Name: <Name for your Notification Server Group>
    Protocol HTTP
    Port 11280
    Target type instance
    VPC <Name of your VPC>
    
  3. Set up health checks.

    SSL

    Protocol: HTTPS
    Path: /
    Port: Select traffic port
    Non-SSL
    Protocol: HTTP
    Path: /
    Port: Select traffic port
  4. Save the target group.
  5. Register each Hybrid Data Pipeline instance as a target on port 11443 for SSL connections, or port 11280 for non-SSL connections.
  6. Disable stickiness via the stickiness attribute.