A company uses App Engine Standard environment for a Python web app. During a traffic spike, they notice increased latency. They want to improve performance without changing code. What should they do?
More idle instances reduce cold starts and improve latency during spikes.
Why this answer
Increasing the number of automatic scaling instances or enabling min instances can reduce cold start latency. Changing machine type is not available in Standard. Moving to Flex is a bigger change.
Using Cloud CDN caches static content but not dynamic.