I am about to take my AWS Architect Associate Certification Exam and I have some things on ELB and ASG that I still don't get (or maybe I just did not study enough) and I liked to ask your help to clear things out.
- Multi-AZ Autoscaling Group
what difference does it make when I say I have one ASG that will handle autoscaling for 3 AZs rather than have one ASG for each AZ? If fault tolerance is the answer then the latter should be the standard setup, why have one ASG for three or two AZs?
- Multi-AZ ELB
same kind of question as I had for #1.
-
3.
- Multi-AZ ASG and one ELB for each AZ
- Multi-Az ASG and one ELB that serves multiple AZs
- One ASG and One ELB for each AZ
What are the use cases for each?