Question 92:
An application hosted on EC2 Instances has its promotional campaign due to start in 2 weeks. The performance team performs some analysis based on the historical data and informs you the number of instances that are required for the campaign. You need to make sure that the Auto Scaling group is properly configured with the provided number of instances. What should be done to fulfill this requirement?
Answer options:
A.Migrate the application from the Auto Scaling group to a Lambda function so that the application scales automatically by AWS. B.Configure Scheduled scaling in the Auto Scaling Group. C.Configure a Lambda function that scales up the ASG when the activity starts and scales down when the activity ends. D.Configure Static scaling for the Auto Scaling Group.