gpt4 book ai didi

amazon-web-services - 如何为 AWS 中的成本和使用数据启用每小时粒度?

转载 作者:行者123 更新时间:2023-12-03 23:34:24 26 4
gpt4 key购买 nike

我正在尝试调用 AWS 的 get-cost-and-usage api 来生成每小时报告。但是,我在启用仅选择加入功能时遇到错误。

aws ce get-cost-and-usage --time-period '{"Start": "2020-06-10T00:00:00Z", "End": "2020-06-15T00:00:00Z"}' --granularity 'HOURLY' --metrics "AmortizedCost" "BlendedCost" "NetAmortizedCost" "NetUnblendedCost" "NormalizedUsageAmount" "UnblendedCost" "UsageQuantity" --group-by Type=DIMENSION,Key=SERVICE

错误信息:

An error occurred (AccessDeniedException) when calling the GetCostAndUsage operation: Hourly data granularity is an opt-in only feature. You can be enable this feature from the PAYER account’s Cost Explorer Settings page.



我没有看到任何启用此功能的设置页面。有没有办法通过控制台或 cli 启用此功能?

最佳答案

许多文档链接中都提到了它。

Hourly data granularity is an opt-in only feature.
当我们执行 CE API 时,它也会抛出错误。
An error occurred (AccessDeniedException) when calling the GetCostAndUsage operation: Hourly data granularity is an opt-in only feature. You can be enable this feature from the PAYER account’s Cost Explorer Settings page.
但任何地方都没有提供屏幕截图或详细信息。
我附上了屏幕截图,如何启用“每小时和资源级别数据”,例如选择每小时数据粒度。
我使用的是合并结算帐户,因此在主付款人的帐户中需要此设置。
enter image description here
有关此设置的更多考虑事项:

Allow all accounts to access hourly and resource-level information forthe past 14 days. Resource-level information is only available foryour Amazon EC2 service usage.

Please note that it can take up to 24 hours for your data to becomeavailable, and a cost of $0.01 per 1,000 UsageRecords-month will beincurred as a result of storing and accessing your hourly- andresource-level information. A UsageRecord is defined as one line ofusage. For example, one EC2 instance running for 24 hours willgenerate 24 distinct UsageRecords at the hourly granularity.


完成此设置后,您可以运行 CE API 调用。例如
aws ce get-cost-and-usage --time-period Start="2020-07-07T10:00:00Z",End="2020-07-07T11:00:00Z" --granularity HOURLY --metrics "BlendedCost" --group-by Type=DIMENSION,Key=SERVICE Type=TAG,Key=Environment
需要注意的一件事是,在 HOURLY 的情况下,时间格式必须为 yyyy-MM-ddThh:mm:ssZ 格式。

关于amazon-web-services - 如何为 AWS 中的成本和使用数据启用每小时粒度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62480638/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com