UDP Service with amazon web services -


good day,

i have been using aws quite bit cloud based system hardware project. using simpledb , notification service provided great.

however, need backend on aws listens requests coming in, processes , sends particular address. kind of udp service.

i write c#/c++ app it, not sure if can host on aws. know how works?

short answer: yes.

ec2 instances other virtual machine, can put in server listens udp. configuring network is, of course, more complicated, possible. 1 thing making more complicated udp not able enjoy load balancer service amazon offers, (currently) supports tcp-based protocols.

so, if have 1 server wish put on internet, procedure same you'd tcp server: set server , elastic ip pointing it, , have clients connect (by knowing elastic ip you've been allocated, or referring ip via dns resolution). if have multiple servers wish set up, answering same address, life bit more complicated. tcp, have set amazon load balancer , assign elastic ip load balancer. if you'd want load balancer udp, amazon stock load balancer can't that, can still find software load balancer (there hundreds of them on amazon's public images library) set up.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -