A SysOps administrator needs to provision a new fleet of Amazon EC2 Spot Instances in an Amazon EC2 Auto Scaling group. The Auto Scaling group will use a wide range of instance types. The configured fleet must come from pools that have the most availability for the number of instances that are launched. Which solution will meet these requirements?
Select an option, then click Submit answer.
Reference / correct answer:
Launch the Spot Instances by using the capacity optimized strategy.
Most accepted answer: C. Launch the Spot Instances by using the capacity optimized strategy.
Community votes: C=4, D=2
Selected Answer: C capacity-optimized strategy automatically analyzes the available Spot capacity pools and selects the pool that provides the highest chance of launching the desired number of instances. Spot Instance Advisor can provide guidance on Spot instance pricing and interruption history, but it does not specifically address the goal of selecting pools with the most availabilit https://aws.amazon.com/about-aws/whats-new/2019/08/new-capacity-optimized-allocation-strategy-for-provisioning-amazon-ec2-spot-instances/ upvoted 7 times
Selected Answer: C spot instance advisor is an advisor: https://www.cloudzero.com/blog/spot-instance-advisor capacity optimized is a strategy, need to use a strategy for launch instance in ASG https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-allocation-strategy.html upvoted 1 times
Selected Answer: C https://aws.amazon.com/blogs/compute/introducing-price-capacity-optimized-allocation-strategy-for-ec2-spot-instances/ upvoted 4 times
Selected Answer: C https://docs.aws.amazon.com/whitepapers/latest/cost-optimization-leveraging-ec2-spot-instances/spot-best-practices.html Use the price and capacity optimized allocation strategy. Allocation strategies in EC2 Auto Scaling groups help you to provision your target capacity without the need to manually look for the Spot Instance pools with spare capacity. We recommend using the price-capacity-optimized strategy because this strategy automatically provisions instances from the most-available Spot Instance pools that also have the lowest possible price. Because your Spot Instance capacity is sourced from pools with optimal capacity, this decreases the possibility that your Spot Instances are interrupted. For more information about allocation strategies, see Spot Instances in the Amazon EC2 Auto Scaling User Guide. upvoted 3 times
Selected Answer: D Tip: Deploying your application across many instance types will further enhance availability. Consider using EC2 Autoscaling, which makes diversification across multiple instance types and availability zones easier. We recommend starting with instance types having lower frequency of being interrupted and adding more instance types as you improve your application’s flexibility and fault tolerance. See the Best Practices section for more tips and tricks. The average frequency of interruption across all Regions and instance types is <5%. Ref link: https://aws.amazon.com/ec2/spot/instance-advisor/ upvoted 2 times