Ideally, I'd like to run C sharp TCP Lister App(On Cloud) that can receive TCP messages from various IoT Devices.
My previous attempt to run it on a Container Instance on Azure failed as the Azure only supports HTTP/HTTPS on certain ports and not custom port listening.
How is this case with AWS? Does AWS have restrictions on custom port TCP Listeners?