Amazon EC2 Instances seem to have different RDS Latency

159 views Asked by At

While load testing my application, found out that except one instance, all instances are very slow to access RDS.

Currently, I am using Classic ELB for multiple EC2 instances and they share only one RDS(PSQL 9.4.9). I found this error by running migrate at each different instance and realized that only one instance finished migration in 1 sec. Rest of them takes more than 3 secs. Also, RDS MultipleAZ is turned off.

Is there any suggestion to solve this latency difference among the instances?

Thank you

0

There are 0 answers