ASSOCIATE-CLOUD-ENGINEER · Question #74
You are heading the Cloud & DevOps department in a financial company and have been asked to create a custom role for one of your colleague who needs access to deploy an application to App Engine. Whic
The correct answer is C. App Engine Deployer. This question asks for the specific permission required to deploy an application to App Engine.
Question
Options
- AApp Engine Editor
- BApp Engine Admin
- CApp Engine Deployer
- DApp Engine Viewer
How the community answered
(18 responses)- A6% (1)
- B6% (1)
- C89% (16)
Why each option
This question asks for the specific permission required to deploy an application to App Engine.
`App Engine Editor` grants broader edit access to App Engine applications but might not be the most granular role specifically for deployment.
`App Engine Admin` provides full administrative control over App Engine applications, which is more permissive than just deployment rights.
The `App Engine Deployer` role provides the specific permissions needed to deploy applications to App Engine, primarily including the `appengine.applications.deploy` permission, which is essential for deploying new versions of an application.
`App Engine Viewer` grants only read-only access to App Engine applications, which is insufficient for deploying an application.
Concept tested: App Engine Deployment Permissions
Source: https://cloud.google.com/appengine/docs/admin-roles
Topics
Community Discussion
No community discussion yet for this question.