denishpatel / pygmy

Pygmy: Saving AWS Bills on Standby DB Servers
5 stars 1 forks source link

pygmy is trying to connect to public dns names; that doesn't work well #47

Closed benchub closed 3 years ago

benchub commented 3 years ago

Most of our instances do not have public dns names. They do have private IP addresses. I would suggest pygmy switch to using private ip addresses when connecting to dbs. This is what we need, but I can see somebody potentially wanting one pygmy server to connect to public addresses all over the world, in which case private ip addresses probably won't work. Perhaps have it configurable?

denishpatel commented 3 years ago

@AadiMehta have you made this change ?

denishpatel commented 3 years ago

@benchub this is resolved.

benchub commented 3 years ago

yep