Topic 1 Question 174
A company has a multi-tier application that runs six front-end web servers in an Amazon EC2 Auto Scaling group in a single Availability Zone behind an Application Load Balancer (ALB). A solutions architect needs to modify the infrastructure to be highly available without modifying the application.
Which architecture should the solutions architect choose that provides high availability?
Create an Auto Scaling group that uses three instances across each of two Regions.
Modify the Auto Scaling group to use three instances across each of two Availability Zones.
Create an Auto Scaling template that can be used to quickly create more instances in another Region.
Change the ALB in front of the Amazon EC2 instances in a round-robin configuration to balance traffic to the web tier.
ユーザの投票
コメント(9)
B. auto scaling groups can not span multi region
👍 20Nigma2022/11/15- 正解だと思う選択肢: B
Option B. Modify the Auto Scaling group to use three instances across each of the two Availability Zones.
This option would provide high availability by distributing the front-end web servers across multiple Availability Zones. If there is an issue with one Availability Zone, the other Availability Zone would still be available to serve traffic. This would ensure that the application remains available and highly available even if there is a failure in one of the Availability Zones.
👍 4Buruguduystunstugudunstuy2022/12/22 B auto scaling i multiple AZ
👍 1xua813762022/11/19
シャッフルモード