I'm trying to configure my GAE project to use min_instances=0 when running over automatic scaling option.
I followed all steps on docs but after to click "EXECUTE", I received a BAD Request error:
The error informs "This field is not supported for VM versions" but I'm using GAE only.
Also, during the first execution, the service asked me about some authorization, and I agreed with.
Is there some way to fix this? I could not find any explanation how to fix this issue.
@GonçaloAlbino observed that I used Flex environment instead of Standard. So I'm able to use automaticScaling.min_total_instances
.