I have a service running on my on-premises (data center) and would like to expose it through an endpoint on AWS. Azure Provides Service Bus relay service to achieve this(https://docs.microsoft.com/en-us/azure/service-bus-relay/relay-what-is-it). Does AWS support anything like it?
1
votes
This may be what you are looking for aws.amazon.com/answers/networking/…
– SmileIT
No that may not work, the solution mentioned is for connecting whole datacenter to cloud which is like Azure VPN Gateway (azure.microsoft.com/en-us/services/vpn-gateway). I'm looking for a finer solution of exposing a single server behind firewall/NAT to public by relaying through cloud endpoint.
– Mothupally
I'm also looking for the service you want in AWS, but find nothing...
– Crazy Crab
1 Answers
0
votes
There is not a direct equivalent service from AWS. Some of the messaging solutions such as SNS and SQS can help enable a solution that is similar but would require code be written utilizing one of the SDKs or API. For the network and connectivity piece, a fairly common practice is to use SSH forwarding for this purpose.