Which action will meet these requirements?
Specify the capacity-optimized allocation strategy for Spot Instances. Add more instance types to the Auto Scaling group.
Specify the capacity-optimized allocation strategy for Spot Instances. Increase the size of the instances in the Auto Scaling group.
Specify the lowest-price allocation strategy for Spot Instances. Add more instance types to the Auto Scaling group.
Specify the lowest-price allocation strategy for Spot Instances. Increase the size of the instances in the Auto Scaling group.
Explanations:
The capacity-optimized strategy prioritizes Spot Instances with the lowest interruption risk, and adding more instance types increases availability.
While the capacity-optimized strategy is correct, increasing instance size does not address the interruptions and scheduling issues.
The lowest-price strategy increases the risk of interruptions, and adding more instance types will not resolve timing and termination issues.
The lowest-price strategy is incorrect as it increases interruptions; increasing instance size does not solve the problem.