amazon web services - Manage auto-scaled instances in Route53 -


in aws, right way add , remove instance managed autoscaling configuration in route53 record sets?

i cannot use elb because application instances need handle udp traffic, not supported elbs.

i remember seeing loggly did same thing, using route53 because had udp traffic.

basically, use routing policy. 'simple' easiest, 'failover' or 'latency' may better choices. importantly, it's important enable health checks.


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -