Skip to main content
1-Visitor
February 4, 2020
Question

AWS Cloud Load Balancers question

  • February 4, 2020
  • 0 replies
  • 954 views

Hi All,

We moved to AWS Cloud our Windchill infrastructure, question I have is: does anyone successfully implemented Load balancing using /Windchill/servlet/WindchillGW/wt.httpgw.HTTPServer/ping method?

I’m new to this topic of AWS “Elastic Load Balancing” with 3 types of LB “Application Load Balancer” “Network Load Balancer” and “Classic Load Balancer”

Normally in bigip.conf file I would include this configuration and it would work but not sure if I need to setup virtual bigIP LB on AWS or this is possible with AWS load balancers OOTB?

 

Example:

monitor windchillqa-443 {

   defaults from https

   interval 30

   timeout 91

   recv "Succeeded"

   send "GET /Windchill/servlet/WindchillGW/wt.httpgw.HTTPServer/ping\r\n"

}

 

Thx, V