0

Working with AWS RDS for a couple of days right now, and i am a little underwhelmed by the time it takes to connect to the AWS RDS i did setup. My AWS RDS Server is a db.r5.large, in the same region as my original server (another hoster - not amazon), but the plain connection time takes about 200 ms. I get about the same result from my local machine, connecting to the AWS RDS.

Is there something i can turn on / off in the settings, or generally spoken something i should try to improve the 200 ms? I would love to face under 50 ms. I was thinking about moving my other Server to AWS EC2, and making them share a private network, which would probably shape off some ms..?

6
  • 1
    Which RDS engine? MySQL? PostgreSQL? Aurora or not?
    – MLu
    Commented Jul 24, 2020 at 9:56
  • It is Aurora with PostgreSQL dialect Version 10.7
    – Tyralcori
    Commented Jul 24, 2020 at 9:58
  • Did you evaluate the latency for an EC2 inside the same subnet ? To be sure it is not this specific setting. Commented Jul 29, 2020 at 15:08
  • As i have no EC2 instance - no i did not. That's why i am thinking about it.
    – Tyralcori
    Commented Jul 30, 2020 at 7:12
  • Hey, are you connecting to your RDS instance using the private IP or using the public IP? Commented Aug 5, 2020 at 19:34

0

You must log in to answer this question.

Browse other questions tagged .