
Ultimate access to all questions.
Your company's marketing application has been running smoothly on App Engine with Autoscaling for several weeks. 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?
A
Switch to manual scaling and enable the burst_traffic_protection property in the app.yaml file.
B
Set the min_instances property in the app.yaml file._
C
Set the min_idle_instances property in the app.yaml file.
D
Switch to manual scaling and specify the idle_instance_count property in the app.yaml file.