Valid Professional-Cloud-Security-Engineer Dumps shared by ExamDiscuss.com for Helping Passing Professional-Cloud-Security-Engineer Exam! ExamDiscuss.com now offer the newest Professional-Cloud-Security-Engineer exam dumps, the ExamDiscuss.com Professional-Cloud-Security-Engineer exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Professional-Cloud-Security-Engineer dumps with Test Engine here:
You're developing the incident response plan for your company. You need to define the access strategy that your DevOps team will use when reviewing and investigating a deployment issue in your Google Cloud environment. There are two main requirements: * Least-privilege access must be enforced at all times. * The DevOps team must be able to access the required resources only during the deployment issue. How should you grant access while following Google-recommended best practices?
Correct Answer: D
To ensure least-privilege access and provide necessary permissions to the DevOps team only during a deployment issue, follow these steps: * Create a Service Account: * In your Google Cloud project, create a new service account specifically for the DevOps team. * Assign Limited Permissions: * Grant the service account permissions with only the necessary list/view roles. For instance, you can create a custom IAM role with compute.instances.list and compute.instances.get permissions. * Grant Service Account User Role: * Assign the Service Account User role to the DevOps team members for the created service account. This allows them to act as the service account and use its permissions. * Access Control During Incidents: * During a deployment issue, the DevOps team can temporarily use the service account to access the resources. This ensures they have the least-privilege access required to investigate and resolve the issue. * Automation and Monitoring: * Implement automation to enable and disable the service account access as needed and monitor the usage to ensure compliance with the least-privilege principle. Benefits: * Security: Limits access to only what is necessary, reducing the risk of unauthorized changes. * Flexibility: Provides necessary access during incidents without granting permanent elevated permissions. References * Creating and Managing Service Accounts * Service Account User Role