【发布时间】:2020-12-21 05:41:22
【问题描述】:
我正在尝试在我们的 AWS 下创建一个用于计费的仪表板。我们的 AWS 设置是这样的:
masterAccount //access to all sub AWS account's billing info
subAccount1
subAccount2 //this is where Grafana is running
我有来自 masterAccount 的数据源,这是一个 cloudwatchReadOnly 访问,并已将其设置为从运行 Grafana 的 subAccount2 工作的假设角色。
我得到的数据如下(敏感数据,所以不得不把它遮住):
但是,我正在寻找的是从该数据源中获取账单数据,然后通过 AWS accountId 对其进行拆分。
我完全不知道该怎么做。对 Grafana 来说非常陌生。提前致谢!
【问题讨论】:
标签: amazon-web-services grafana amazon-cloudwatch