AWS Certified SysOps Administrator – Associate (legacy) — Question 307

An organization has configured two single availability zones. The Auto Scaling groups are configured in separate zones. The user wants to merge the groups such that one group spans across multiple zones. How can the user configure this?

Answer options

Correct answer: B

Explanation

To consolidate two Auto Scaling groups into one that spans multiple zones, you must modify one of the groups using the as-update-auto-scaling-group command to include the additional Availability Zone, and then delete the redundant group. AWS Auto Scaling does not support native commands for joining, merging, or copying groups directly, making options A, C, and D incorrect. This manual adjustment ensures that a single group manages instances across both Availability Zones seamlessly.