I have Jmeter docker container. I can run this container locally and connect from Jmeter master and run test. I upload this container to Amazon ECR and created task in ECS, here container running well and logs are good. I setup security groups and can connect to Public IP of my jmeter-server ECS container using curl 18.191.194.238:40000
My jmeter.properties file remote_hosts: 18.191.194.238
But I can not connect to this IP with from my local PC with Jmeter master: Error in rconfigure() method java.rmi.ConnectException: Connection refused to host: 172.31.16.138; - but 172.31.16.138 this is local IP of a container - that means Public IP work well.
I try to set jmeter.properties file remote_hosts:18.191.194.238:40000 - error no such object in table
What I have to do?