vahdet
vahdet

Reputation: 6729

AWS ELB with EC2 instances in different regions

AWS ElasticLoadBalancer (ELB) can distribute the traffic between multiple EC2 instances that are in the different availability zones of the same region.

Is it possible to back AWS ELB with EC2 instances from different regions?

Upvotes: 1

Views: 1885

Answers (1)

Const
Const

Reputation: 6643

Is it possible to back AWS ELB with EC2 instances from different regions?

To my understanding ELB can't do that.

Note that there is a good reason - introduced latency across regions as opposed to AZ latency. However, you could mimic something like that using Route53 or any other DNS that supports GSLB (Global Server Load Balancing) or similar approach.

Upvotes: 2

Related Questions