Skip to content

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
asked 3 years ago601 views
3 Answers
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
EXPERT
answered 3 years ago
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
answered 3 years ago
0

Ideally, it would not match. Unless, you are looking at the calculation of a single account (or) if you don't have consolidated billing set up, in addition to this if you don't use a reserved instance.

Like mentioned above, blended costs are calculated by multiplying each account’s service usage against something called a blended rate, that is an average rate of on-demand usage, as well as savings plans and reservation-related usage, that is consumed by member accounts in an organization for a particular service. It is not usually a good filter to utilize.

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.