PROFESSIONAL-CLOUD-SECURITY-ENGINEER · Question #142
Your organization acquired a new workload. The Web and Application (App) servers will be running on Compute Engine in a newly created custom VPC. You are responsible for configuring a secure network…
The correct answer is D. 1. Re-deploy the Web and App servers with instance templates configured with respective service. https://cloud.google.com/vpc/docs/firewalls#service-accounts-vs-tags A service account represents an identity associated with an instance. Only one service account can be associated with an instance. You control access to the service account by controlling the grant of the…
Question
Options
- A
- Configure all running Web and App servers with respective network tags. 2. Create an allow
- B
- Configure all running Web and App servers with respective service accounts. 2. Create an
- C
- Re-deploy the Web and App servers with instance templates configured with respective
- D
- Re-deploy the Web and App servers with instance templates configured with respective service
How the community answered
(19 responses)- A5% (1)
- B5% (1)
- C11% (2)
- D79% (15)
Explanation
https://cloud.google.com/vpc/docs/firewalls#service-accounts-vs-tags A service account represents an identity associated with an instance. Only one service account can be associated with an instance. You control access to the service account by controlling the grant of the Service Account User role for other IAM principals. For an IAM principal to start an instance by using a service account, that principal must have the Service Account User role to at least use that service account and appropriate permissions to create instances (for example, having the Compute Engine Instance Admin role to the project).
Topics
Community Discussion
No community discussion yet for this question.