UDP gen1 applications

Hi,

Having read this and this PR, I am still kind of unclear about how UDP is handled.

I want to deploy an application that accepts UDP traffic. I also need to be able to scale out this application (manually), without interfering client’s setup. Previously, if I could accept TCP traffic, an AWS ELB CNAME would be what I dish out to the clients, all while I safely scale out my ELB backends. Now with UDP, since ELB don’t support UDP as a protocol, how can I achieve the same single endpoint and scaling behaviors? What do I dish out to my clients?

Thanks,

Stephen

1 Like

^ bump

@stephen.chu did you ever figure this out?