OpsCanary
kubernetesobservabilityPractitioner

Centralized Observability for Multi-Account Amazon EKS: A Practical Guide

5 min read AWS Containers BlogMay 12, 2026Reviewed for accuracy
Share
PractitionerHands-on experience recommended

In a multi-account AWS environment, maintaining visibility across Amazon EKS clusters can be a daunting task. Centralized observability solves this problem by allowing you to aggregate telemetry data from various source accounts into a single monitoring account. This setup not only simplifies monitoring but also enhances your ability to analyze performance and troubleshoot issues across your Kubernetes clusters.

The mechanism behind this involves two key steps. First, cross-account observability automatically replicates telemetry data from your source accounts into your monitoring account within the same AWS Region. This creates a robust data foundation for querying telemetry efficiently. Next, cross-account cross-Region dashboards utilize IAM role assumption to query CloudWatch data across both account and Region boundaries on-demand. Together, these features provide both depth for within-Region analysis and breadth for cross-Region overviews, all within a single monitoring solution.

In production, you need to ensure that your AWS Organizations are properly configured with multiple accounts containing Amazon EKS clusters. Make sure Container Insights is enabled and that you have the necessary IAM permissions to configure cross-account access. Be aware that this post illustrates a two-account setup, but the same principles apply as you scale to additional source accounts. The permissions required include 'oam:CreateSink' and 'oam:PutSinkPolicy' in the monitoring account, as well as 'oam:CreateLink' in the source accounts. Keep these details in mind to avoid common pitfalls.

Key takeaways

  • Implement cross-account observability to replicate telemetry data into a central monitoring account.
  • Utilize IAM role assumption for querying CloudWatch data across accounts and Regions.
  • Ensure Container Insights is enabled on your Amazon EKS clusters for effective monitoring.
  • Configure necessary IAM permissions like 'oam:CreateSink' and 'oam:CreateLink' for seamless integration.
  • Adopt a hub-and-spoke architecture to maintain account isolation while providing centralized visibility.

Why it matters

In production, centralized observability allows for proactive monitoring and quicker troubleshooting across multiple EKS clusters, ultimately leading to improved application performance and reliability.

When NOT to use this

The official docs don't call out specific anti-patterns here. Use your judgment based on your scale and requirements.

Want the complete reference?

Read official docs

Test what you just learned

Quiz questions written from this article

Take the quiz →
Better StackSponsor

Unified observability — logs, uptime monitoring, and on-call in one place. Used by 50,000+ engineering teams to ship faster and sleep better.

Try Better Stack free →

Get the daily digest

One email. 5 articles. Every morning.

No spam. Unsubscribe anytime.