Why do sums of blended and unblended cost in a month differ in CUR?

0

I have a full month of CUR data, using the following SQL:

SELECT sum("lineitem_blendedcost"), sum("lineitem_unblendedcost")
FROM "billc"
WHERE lineitem_productcode='AmazonRDS'

I expect the two sums to be the same as this is a whole month of data, blending should only apply at month level. However they differ from each other at about 1-2%.

The same is true for AmazonEC2.

Where does the gap come from? Thanks!

AWS
已提问 10 个月前305 查看次数
2 回答
0

Hi Zhang,

We'll need a bit more info to better assist. Our Support team will be able to take a closer look into this for you.

Be sure to reach out through the Support Center, here:

go.aws/support-center.

Regards,

-Craig M.

AWS
专家
已回答 10 个月前
0

This can happen if the account is a part of an organization in AWS Organizations. Blended rates are the averaged rates of a given resource type used by all the member accounts in an organization in AWS Organizations. If the CUR is for just one account, the sums of blended and unblended cost may differ due to differences in pricing dimensions such as regions, instance types, storage classes, and the usage of Reserved Instances and Savings Plans between accounts.

AWS
sahniks
已回答 10 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容