Join our Newsletter — 33% off our NHI Course

Why do AI companies often end up using multiple cloud providers, and what risk does that create for identity and access control?

AI companies often split workloads across clouds because GPU pricing, latency, and service specialization vary by provider. That improves economics, but it also increases the number of trust boundaries, credentials, and service relationships that must be managed. The result is more operational complexity, more places for misconfiguration, and a greater need for consistent access control across environments.

Why multi-cloud is so common in AI delivery

AI companies rarely choose a single cloud purely on preference. GPU capacity, model hosting options, data locality, inference latency, and managed AI services vary enough that teams often split training, inference, storage, and orchestration across providers. That gives them more pricing leverage and technical flexibility, but it also turns cloud selection into an operating model decision, not just an infrastructure choice.

Once workloads spread out, the architecture usually becomes a mix of native cloud services, API integrations, storage layers, and deployment pipelines. Each provider can solve part of the stack well, but the tradeoff is that the company now depends on several control planes and several sets of assumptions about who can reach what, from where, and under what conditions.

That is why cross-cloud AI environments tend to accumulate complexity faster than standard enterprise IT estates. The more teams optimise for performance or cost in each cloud, the more they have to manage consistency in policy, logging, key handling, and change control across very different service models.

What identity and access control risk multi-cloud creates

The main security problem is not simply “more clouds”, it is more trust boundaries with more credentials, tokens, roles, and service relationships to govern. In practice, that increases the chance of overprivileged access, inconsistent role design, stale secrets, weak rotation discipline, and policy drift between environments. A control that is tight in one cloud can be bypassed or weakened in another if the identity model is not aligned.

This is especially important in AI systems because automated jobs, model pipelines, and service-to-service calls often use non-interactive access paths. If those identities are not inventoried, scoped, and reviewed consistently, a compromise in one cloud can become lateral movement into another. NHI research shows how often this goes wrong: one of the most telling warning signs is that only 5.7% of organisations have full visibility into their service accounts, which makes consistent access governance across clouds very hard to sustain.

Misconfiguration is the usual failure mode. Teams may duplicate permissions manually, reuse secrets across platforms, or rely on different identity conventions for each provider. That creates hidden privilege paths, especially where one cloud’s workload identity, token, or vaulting model is not translated cleanly into the others.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 and CSA MAESTRO address the attack and risk surface, while NIST CSF 2.0 and CIS Controls v8 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-01 — Secret Sprawl and Credential Rotation Multi-cloud AI relies on many machine credentials and tokens.
NHI-03 — Excessive Privilege and Access Control Cross-cloud setups often expand roles and trust paths beyond need.
NHI-05 — Discovery, Inventory, and Visibility Shared control across clouds depends on seeing all service identities.
Recommendation — Inventory and rotate workload secrets consistently across all clouds. Enforce least privilege for every cloud workload and service identity. Maintain a complete inventory of non-human identities across providers.
CSA MAESTRO A2 — Agent Identity and Access Management AI workflows span clouds and need consistent identity and authority controls.
Recommendation — Bind AI actions to explicit identities and limit their tool access.
NIST CSF 2.0 PR.AC — Access Control The question is about consistent access control across multiple environments.
Recommendation — Apply access policies consistently across every cloud boundary.
CIS Controls v8 5 — Account Management Multi-cloud increases the number of accounts and service credentials to govern.
6 — Access Control Management The main risk is inconsistent permissions across cloud providers.
Recommendation — Centralise account lifecycle control for all cloud and service accounts. Review and restrict permissions across clouds to prevent privilege drift.

Practitioner Guidance

What to prioritise: Treat the cross-cloud identity layer as the control plane for the AI estate. The first thing to stabilise is not networking or cost reporting, but ownership of service identities, credential rotation, and a single view of who can authenticate to which runtime or API.

What to verify: Confirm that every non-human access path has an owner, a clear purpose, a bounded scope, and a reviewable lifecycle. If a team cannot explain why a workload needs access in more than one cloud, the access should be narrowed before the architecture expands further.

What changes at scale: The risk compounds as AI teams add experiments, ephemeral environments, and third-party integrations. At that point, the practical question is whether access remains auditable and revocable across providers, not whether each cloud is individually well configured.

Practitioner takeaway: Multi-cloud is often rational for AI delivery, but the security cost is a larger and more fragile identity surface, so consistent access governance has to be designed once and enforced everywhere.