I have a stream that only has udp protocol and I need to upload it to my AWS cloud server. Is it possible to send udp to the server if I don't have the stream in the local network of the AWS server? If possible, how should I do it?
Background: I have a software that transcodes streams in the cloud (on an EC2). The problem is the following, I have a device that only produces a stream in UDP, and I don't know how to send it to the cloud transcoder. The problem is that UDP doesn't have access to the internet, so I can't think of how to upload it to the cloud.