What is the purpose of "Auto Scaling Groups" (ASG) and "Launch Templates/Configurations"?
Correct! Well done.
Incorrect.
The correct answer is A) A Launch Template/Configuration defines the instance configuration (AMI, instance type, etc.) to use when launching new instances, while an Auto Scaling Group manages the collection of instances, scaling policies, and health checks based on that template
Correct Answer
A Launch Template/Configuration defines the instance configuration (AMI, instance type, etc.) to use when launching new instances, while an Auto Scaling Group manages the collection of instances, scaling policies, and health checks based on that template
A Launch Template specifies what instances should look like (AMI, type, security groups), while the ASG uses it to launch/terminate instances automatically based on scaling policies and desired capacity.