You have an App Engine project used for development and want a separate production project. What is the recommended procedure?
Choose an answer
Tap an option to check your answer.
Correct answer: Use gcloud to create the new project, then deploy your application to that project..
Why this is the answer
The recommended procedure is to create a new Google Cloud project using gcloud projects create and then deploy your application to this new project. This approach ensures a clean separation between development and production environments, which is a best practice for managing resources, permissions, and billing. Deploying the application to the new project means you're deploying the source code, not copying an existing deployment. Copying a deployed application is not a standard or efficient method for migrating or separating environments; deployments are typically managed through source code and CI/CD pipelines. While Deployment Manager can manage infrastructure, it's not designed to copy existing App Engine application deployments between projects. You cannot create a new project by simply specifying a project parameter during an application deployment; project creation is a separate administrative step.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed