CV0-002 · Question #514
A company hired a consultant to diagnose and report performance issues of an application hosted on an IaaS, three-tier application. The cloud administrator must provision only the access required by t
The correct answer is C. Read/write access to the cloud compute resources E. Read-only access to the cloud resource diagnostic logs. To diagnose performance issues on an IaaS application, a consultant needs access to observe system behavior and potentially modify compute resources for testing, while adhering to the principle of least privilege. This involves access to diagnostic logs and the ability to interac
Question
A company hired a consultant to diagnose and report performance issues of an application hosted on an IaaS, three-tier application. The cloud administrator must provision only the access required by the consultant to complete the job. Which of the following resource configurations should be applied to the consultant's account? (Choose two.)
Options
- ARead/write access to the load balancer and its configuration settings
- BAdministrator account on the resources in that region
- CRead/write access to the cloud compute resources
- DRead-only access to the server OS logs
- ERead-only access to the cloud resource diagnostic logs
- FAdministrator account in the server OS
How the community answered
(25 responses)- A4% (1)
- B8% (2)
- C68% (17)
- D16% (4)
- F4% (1)
Why each option
To diagnose performance issues on an IaaS application, a consultant needs access to observe system behavior and potentially modify compute resources for testing, while adhering to the principle of least privilege. This involves access to diagnostic logs and the ability to interact with compute instances.
Read/write access to the load balancer configuration is generally not needed to diagnose application performance issues, as these issues are more often related to the backend servers or application code. Modifying load balancer settings could also disrupt production traffic.
An administrator account on all resources in a region provides excessive permissions far beyond what is needed for diagnosing application performance, violating the principle of least privilege.
Granting read/write access to cloud compute resources allows the consultant to start, stop, restart, or potentially modify configuration parameters of virtual machines (e.g., CPU, RAM, disk) to troubleshoot performance, which is crucial for IaaS application diagnosis.
While server OS logs are useful, "Read-only access to the server OS logs" is too specific and typically less comprehensive than cloud-level diagnostic logs which aggregate metrics and logs from various resources. Cloud diagnostic logs (E) are broader and often preferred for cloud infrastructure.
Read-only access to cloud resource diagnostic logs (e.g., Azure Monitor logs, AWS CloudWatch logs) provides essential data on resource utilization, errors, and performance metrics without allowing changes to the environment. This helps pinpoint performance bottlenecks at the infrastructure level.
An administrator account in the server OS grants full control over the operating system, which is excessive for diagnosing performance issues and violates the principle of least privilege. This level of access is rarely granted to external consultants unless absolutely necessary for deep-level OS debugging.
Concept tested: Least privilege for IaaS performance diagnostics
Source: https://learn.microsoft.com/en-us/azure/azure-monitor/overview
Topics
Community Discussion
No community discussion yet for this question.