We have two Gateways. GatewayA is hosted in local computer and other GatewayB is hosted in AWS EC2. Is it possible to make the connection between these two gateway connected in different network.
We need to collect the tag from Gateway A to Gateway B. Need to know the feability. Kindly give your iputs
Of course it is possible. If you've configured the gateway in the cloud with proper SSL certificate, and opened its secure GAN port through AWS, you can simply make the outgoing connection from the local gateway. If you haven't configured SSL, you will need some VPN technology to secure the connection.
2 Likes
You could also utilize Cirrus Link modules for this:
SCADA system - MQTT Software for IIoT - Cirrus Link Solutions (cirrus-link.com)
This is just another flavor of how to do it. Remote historian/Remote Tag Providers is another perfectly adequate way to do it.
Either way @pturmel's statement stands on opening ports and making sure everything is secured with ssl.
1 Like
Thank you Benjamin for your reply. We will check on that