1 Answers
Hi Sam,
Not sure what quiz questions you’re referring to so I can’t comment on those. EC2 Auto-Scaling configured for multiple zones will try to balance across the zones, but if your configured instances type is not available in an AZ, it will not launch in that AZ for additional scaling. This is why it’s common to configure multiple types of instances in case an AZ runs out of a specific instances type capacity.
–Scott