awslabs / ecs-refarch-service-discovery

An EC2 Container Service Reference Architecture for providing Service Discovery to containers using CloudWatch Events, Lambda and Route 53 private hosted zones.
Apache License 2.0
445 stars 81 forks source link

Get rid of ELB #4

Closed vankhoa011 closed 8 years ago

vankhoa011 commented 8 years ago

I want to use Route 53 for load balancing. And I don't need use ELB for load balancing. Is it possible ?

schmutze commented 8 years ago

Hi @vankhoa011,

What you've described is possible, but slightly out of scope for this particular reference architecture as the goal was to highlight integration between ECS and ELB.

Let me give this some thought and perhaps we can produce a future reference architecture that implements the design you've described.

thanks, chad