amazon web services - Elastic Beanstalk UDP support -


asking here due seemingly lack of documentation (perhaps intentional). i'm trying develop elastic beanstalk application includes multi-container configuration consisting partly of running container requires udp support -- statsd. understand elastic load balancer does not support udp packets. on other hand, ecs does support udp protocol. and elastic beanstalks multi-container configuration makes use of ecs docker image.

i know can't send udp packets through configured elastic load balancer. if connect route 53 url beanstalk application, traffic go through elastic load balancer? when i'm looking is, route 53 url filters tcp traffic elastic load balancer, , udp traffic directly ec2 cluster.

note this page lacking udp containers (elastic beanstalk) -- whereas this page includes mention of udp (ecs) , both referencing same type of portmappings list of objects.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -