
Answer-first summary for fast verification
Answer: App Engine Standard
App Engine Standard is the appropriate choice for this scenario, especially when there's no specific development language like Node.js mentioned. It operates within a sandbox environment. On the other hand, App Engine Flexible utilizes containers for deployment. The question does not specify a particular version of Python, making App Engine Standard the correct answer.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A customer is developing an application on App Engine using Python and wishes to implement standard images for their VM configurations. Which deployment option should they choose to enable the use of a standard image on their own VMs?
A
App Engine Flexible
B
Neither deployment support Python
C
App Engine Standard
D
App Engine Custom
No comments yet.