← Back to News

AWS Adds Cross-Account Secret Retrieval

2026-07-05 · aws-security

AWS Security published guidance on using the AWS Workload Credentials Provider for cross-account secret retrieval and prefetching. The update is notable for teams that centralize credentials, API keys, and other sensitive secrets across AWS accounts while trying to reduce latency and operational complexity.


What Happened

AWS explained how the provider can now use role chaining to retrieve secrets across accounts and prefetch secrets into an in-memory cache at startup. The post also warns that any identity with access to the provider endpoint and SSRF token can retrieve configured secrets, making least privilege and runtime isolation critical.

The Cost of Data Loss

Secrets are recovery-critical security artifacts: if they are copied, deleted, or abused, attackers can move laterally and maintain access even after an initial incident is contained. Cross-account secret designs reduce duplication, but they also make the central secret path a high-value target.

How Cold Storage Prevents This

Offline cold storage gives teams a separate recovery layer for root credentials, emergency access procedures, and sealed backup copies of critical security artifacts. Keeping recovery material outside the live cloud runtime limits the blast radius if cached secrets, compute roles, or provider endpoints are compromised.

Read Original Post →