A telemetry engineering team is setting up a dedicated workload project named `data-analytics-prod`. The developers need to enable the Cloud Monitoring API (`monitoring.googleapis.com`) and Cloud Logging API (`logging.googleapis.com`) for their services. Additionally, load testing is expected to exceed the default API rate limits during peak operations, requiring quota management. Security policy strictly mandates applying the principle of least privilege without granting broad resource ownership or billing management rights. Which TWO configuration steps should the team take to meet these access control and quota requirements following Google Cloud best practices? (Select TWO answers.)
- Grant the developer team the Service Usage Admin role (roles/serviceusage.serviceUsageAdmin) on the data-analytics-prod project.Cevap
- BEnable the required Cloud APIs inside the central shared infrastructure host project so that child workload projects automatically inherit enabled status.
- Submit a quota increase request for the affected API metrics through the IAM & Admin Quotas interface within the data-analytics-prod project.Cevap
- DGrant the developer team the Owner role (roles/owner) at the Organization level to allow developers to bypass default API rate limits without quota requests.
Cevap
The team should grant the Service Usage Admin role on the target project to allow API enablement under least privilege, and submit a quota increase request via the IAM & Admin Quotas interface within the project when default limits are insufficient.
To satisfy least privilege while allowing API enablement, the Service Usage Admin role should be assigned on the target project because it grants permissions to view and enable APIs without granting full control over project assets. In addition, when traffic demands exceed standard API thresholds, a formal quota increase request must be submitted within the target project's Quotas section.
Adım Adım Çözüm
Anahtar Kavram
API enablement using Service Usage Admin and project-level quota increase request workflows
Tahmini Süre:2m 0s