2 Answers
Hi Sreedhar,
If you are using MongoDB installed on EC2 for example, you’re responsible for replicating across all three AZ’s. That replication must take place at the MongoDB service level and would not be handled by the ELB. The ELB just distributes inbound traffic across the three instances with the normal intention of leveling the load.
If you happen to use DocumentDB (with MongoDB compatiblity), then cross-AZ replication is completely handled for you automatically.
–Scott
Yes. its answered my question..
Thanks Scott, I got clarified now..