Using NATS through internet, is it bad to have a permanent opened connection? #5784
-
Hi, I'm working for a company where our main product (service A) is installed on premise (each instance could have ~500 swing clients connected to it and those swing clients are also communicating with a second product, alse on premise, on the same network (service B). Now we want to make Service B a cloud service : Is it okay to have a permanent opened socket between service A (local network) and NATS from service B (cloud)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
We at Synadia run a global service, Synadia Cloud, that is open to the public internet and is in every major geo and on al three of the big cloud providers. We think this can be safe and secure. If you are worried about DOS or DDOS you could enable ipfw rules for bad actors but still have the client ports open. On a cloud provider, we usually do server inter-connects (routes, gateways) over private networks though.. |
Beta Was this translation helpful? Give feedback.
We at Synadia run a global service, Synadia Cloud, that is open to the public internet and is in every major geo and on al three of the big cloud providers.
We think this can be safe and secure. If you are worried about DOS or DDOS you could enable ipfw rules for bad actors but still have the client ports open.
On a cloud provider, we usually do server inter-connects (routes, gateways) over private networks though..