Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A company requires rapid provisioning of large EC2 instances from an AMI within an Auto Scaling group to handle a sudden surge in demand. What solution ensures minimal initialization latency?
A
Create an AMI using aws ec2 register-image from a snapshot, then update the Auto Scaling group using AWS Step Functions.
B
Utilize Amazon EBS fast snapshot restore, create an AMI from the snapshot, and update the Auto Scaling group with the new AMI.
C
Set up AMI creation with lifecycle rules in Amazon DLM and use an AWS Lambda function to update the Auto Scaling group's AMI.
D
Invoke AWS Backup lifecycle policies to provision AMIs using Amazon EventBridge and set Auto Scaling group capacity limits as an EventBridge event source.