
Ultimate access to all questions.
Your company's marketing application is currently running on App Engine with Autoscaling and performing well. With a massive marketing campaign on the horizon, the team anticipates significant burst traffic. What step should you take to ensure there are always 3 idle instances ready to handle the surge?
A
Switch to manual scaling and enable the burst_traffic_protection property in the app.yaml file.
B
Adjust the min_instances property in the app.yaml file to manage dynamic scaling._
C
Specify the min_idle_instances property in the app.yaml file to maintain a minimum number of idle instances.
D
Opt for manual scaling and set the idle_instance_count property in the app.yaml file.