Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
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