Hello Folks,
I am trying to implement "Load testing and monitoring AI Platform models" using Vertex AI Workbench. I have deployed the ML model and validated it I have also created the locust image as per docs i followed the steps now the challenge I am facing is that when the external load balancer url is retrieved and I am trying to access that in browser to simulate my load test on the ML API I am getting site cant be reached error .
the below url is the external load balancer url where locust is installed and hosted I am trying to access that by providing the load balancer server name as given in docs : -https://cloud.google.com/ai-platform/prediction/docs/load-testing-and-monitoring-aiplatform-models#:~:text=Locust%20is%20used%20to%20implement,testing%20the%20model%20prediction%20service. .Does anyone have any idea how to resolve this or have anyone faced a similar kind of an issue while trying the steps ? Is there a possibility of some firewall settings that can be tweaked ?