AWS RDS MySQL remote connection extremely slow
        Posted  
        
            by 
                nute
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by nute
        
        
        
        Published on 2012-12-26T15:14:36Z
        Indexed on 
            2014/06/07
            9:27 UTC
        
        
        Read the original article
        Hit count: 550
        
I have a site hosted on AWS EC2 (Elastic Beanstalk), with a MySQL database hosted on AWS RDS. Everything works fine on the production server, fast and all.
However when I try to connect remotely from my local machine, it sometimes gets extremely slow (like 4 minutes to load the list of tables), or simply times out.
I added my IP in the security group (which I did correctly, since it sometimes works). When it doesn't work, I at the same time check the prod server and it still looks good.
© Server Fault or respective owner