
Ultimate access to all questions.
As a lead cloud engineer at a tech startup, your team has successfully developed an app on App Engine Standard Environment within a GCP project, serving as the development environment. With testing completed, the next step is to release the app to production in a new GCP project. What is the best approach to achieve this?
A
Deploy the app in a new project created using the gcloud command-line tool.
B
Create a new App Engine Service within the same GCP project.
C
Create a new App Engine Version within the same GCP project.
D
Use gcloud to deploy the app, specifying the new project name with the project parameter to create the new project.