Files
nexus/wiki/concepts/Cross-Account-Monitoring.md

2.6 KiB
Raw Blame History

title, type, tags, date
title type tags date
Cross-Account Monitoring concept
AWS
Security
CloudOps
Multi-Account
2025-10-24

Definition

Cross-Account Monitoring跨账户监控是指在 AWS 多账户环境中,通过安全配置的跨账户访问机制,实现对分布在多个账户的资源、日志和指标的集中监控能力。是 AWS 多账户策略的核心运营支柱之一。

Core Properties

  • 最小权限原则:仅授予必要的跨账户读取权限
  • 集中可见性:单一管理界面覆盖所有账户
  • 安全边界IAM 角色信任策略定义清晰的信任边界
  • 审计追踪:所有跨账户访问均留下 CloudTrail 记录

AWS Implementation Mechanisms

  • AWS Organizations + SCPs:通过 Service Control Policies 定义账户权限边界
  • IAM Cross-Account Roles:跨账户角色切换实现安全访问
  • Amazon EventBridge:事件驱动的跨账户事件转发(该方案的核心机制)
  • AWS CloudWatch Cross-Account ObservabilityCloudWatch 原生跨账户可观测性
  • AWS Security Hub:跨账户安全态势集中管理

Architecture Patterns

  1. Hub-and-Spoke管理账户作为中心Hub成员账户作为辐射Spoke
  2. Event-Driven Fan-out:通过 EventBridge 将事件从各账户汇聚到管理账户
  3. Aggregated DashboardsGrafana/CloudWatch Dashboards 聚合多账户视图
  4. Centralized Alerting:告警规则在管理账户统一定义,跨账户触发

AWS Context