
Ultimate access to all questions.
An application is deployed on Amazon EC2 instances within an Auto Scaling group, utilizing a single instance type. CPU and memory utilization metrics indicate underutilization. A solutions architect must devise a strategy to reduce EC2 costs and enhance utilization permanently. Which solution requires the fewest future configuration changes to achieve these goals?
A
Identify instance types with similar characteristics to the current instances and update the Auto Scaling group's launch template to include multiple instance types from the list.
B
Analyze the application's CPU and memory utilization to choose an instance type that meets the requirements, then reconfigure the Auto Scaling group by introducing the new instance type and removing the current one.
C
Specify CPU and memory requirements based on the application's utilization data in a new revision of the Auto Scaling group's launch template, and remove the current instance type from the configuration.
D
Develop a script to select suitable instance types from the AWS Price List Bulk API and use these selections to create a new revision of the Auto Scaling group's launch template.