Google
ASSOCIATE-CLOUD-ENGINEER · Question #58
You have a project for your App Engine application that serves a development environment. The required testing has succeeded and you want to create a new project to serve as your production environmen
The correct answer is A. Use gcloud to create the new project, and then deploy your application to the new project.. gcloud can be used to create a new project and the gcloud app deploy can point to the new
Submitted by wei.xz· Mar 30, 2026Setting up a cloud solution environment
Question
You have a project for your App Engine application that serves a development environment. The required testing has succeeded and you want to create a new project to serve as your production environment. What should you do?
Options
- AUse gcloud to create the new project, and then deploy your application to the new project.
- BUse gcloud to create the new project and to copy the deployed application to the new project.
- CCreate a Deployment Manager configuration file that copies the current App Engine deployment
- DDeploy your application again using gcloud and specify the project parameter with the new project
How the community answered
(24 responses)- A92% (22)
- C4% (1)
- D4% (1)
Explanation
gcloud can be used to create a new project and the gcloud app deploy can point to the new
Topics
#App Engine#gcloud#project creation#environment promotion
Community Discussion
No community discussion yet for this question.