24SCPs sit above every account in the organisation. What are they actually for, and where do teams get burned?▼mediumNewAmazon & AWSTCSInfosys◆ premiumService control policies cap what anyone in a member account can do, no matter what their IAM admins wrote. The craft is choosing a handful of denials that age well.Open full answer →
34Every team wants its own AWS account on day one. How do you hand out accounts safely without becoming a bottleneck?▼mediumNewAmazon & AWSAtlassianGoldman Sachs◆ premiumAccount-per-team is the right instinct, but hand-rolled account setup drifts within a month. Vending turns governance into a pipeline with an SLA instead of a ticket queue.Open full answer →
08Resources keep changing outside Terraform and plans show surprises weeks later. How do you detect drift early, and who may change things?▼hardNewHashiCorpSalesforceGoldman SachsunlockedDrift is a governance problem wearing a tooling costume. Detection is easy; the scored content is attribution (who changed it and why) and the policy decision that most teams avoid making.Open full answer →
20Plans get scanned by policy-as-code before merge. Which rules earn a hard block, and who can waive one?▼mediumNewJPMorgan ChaseGoldman SachsCloudflare○ sign inScan plan JSON on every pull request, run new rules advisory for two weeks, and block only what is law. Waivers live in version control with an owner and an expiry date, or the gate becomes noise within a quarter.Open full answer →
24Ten teams share one cluster and one team's cron job ate every node. What enforces fairness mechanically?▼mediumNewGoldman SachsWalmart Global TechTCS◆ premiumQuotas are admission-time contracts counted in requests, not measured usage. That single sentence explains most quota outages, most quota confusion, and the reason LimitRange must sit beside every quota.Open full answer →
55A namespace has been Terminating for twenty minutes. How does deletion actually work, and what should exist before you ever press it?▼easyNewInfosysTCSJPMorgan Chase◆ premiumTwo-phase deletion, a controller that purges content, finalizers holding the door. Stuck CRD instances, dead webhooks and GitOps recreates are the real story; standards prevent the ticket.Open full answer →
12One Grafana serves three hundred teams and half the dashboards are abandoned. How do you organise it?▼mediumNewCloudflareWalmart Global TechRed Hat○ sign inDashboard sprawl is an operating-model problem wearing a tooling costume. The scored answer moves definitions into git, attaches ownership metadata to every panel, and deletes without ceremony.Open full answer →
17The error budget ran out. Describe exactly what happens next and what makes the policy stick.▼hardNewGoogleLinkedInGoldman Sachs○ sign inSpending the budget is arithmetic; enforcing consequences is politics plus automation. The answer that lands names trigger thresholds, the deploy gate that blocks releases, and the dated escape valve.Open full answer →
24Our security exception list only grows. Design a risk-acceptance process that does not rot.▼hardNewSalesforceSAPAtlassian◆ premiumExceptions rot when they lack expiry dates, named owners and an aggregate view. Structured records where engineers work, auto-expiry with teeth, and a monthly portfolio review that treats growth as a control failure.Open full answer →
41Forty teams want to call models. Design the gateway that sits between them and the providers.▼expertNewStripeSalesforceAtlassian2 replies◆ premiumWithout one, every team implements its own retries, its own key handling, its own logging policy, and nobody can answer what the company spends or what a model change would break.Open full answer →
09Half our resources are untagged and finance cannot allocate the bill. How do you fix cost allocation?▼easyNewTCSAccentureJPMorgan ChaseunlockedMost tagging initiatives are spring cleans that rot within two quarters. The durable answer treats the schema like an API contract enforced where resources are born, and knows which lever actually wins.Open full answer →
36Design the path a model takes from a training run to production traffic. What gates does it pass?▼hardNewDatabricksMicrosoftSalesforce2 replies◆ premiumA model is an artifact with a lineage, an evaluation record and an owner, or it is a file somebody copied to a bucket. The registry exists so that the second one cannot reach production.Open full answer →
52Legal says the EU AI Act applies to a feature you host. What does the platform actually have to provide?▼hardNewSAPSalesforceMicrosoft2 replies◆ premiumMost of the obligation lands on the product, but three parts land on infrastructure: an inventory of what is deployed, evidence of what it did, and the ability to turn it off. Those are platform capabilities and they take months to retrofit.Open full answer →