I've seen some blogs online that 1 ELB can handle 100k or so requests per day. Can it handle more?
Is there ever a scenario where multiple ELBs should be used for 1 website? Is there a best practice for when to add multiple ELBs OR should 1 ELB scale really large (concurrency and total requests per day)?
Note: I use SSL termination at the ELB for my webapp.