Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sdsingh07 authored Mar 8, 2025
2 parents 5f191be + bc9df66 commit ee3a198
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ To copy cost buckets from one cost category to another, perform the following st
For example, consider two cost targets named team A and team B. These two teams use the same database. To enable sharing of cost between these two teams, you need to create a shared cost bucket named sharedDB (enter a name that relates to the shared bucket).

- **Equally**: This option enables sharing of the shared bucket cost equally (50%) between both teams A and B. You can view it in the grid and chart.
- **Proportionally**: This option enables sharing of the shared bucket cost proportionally between both teams. If the cost for team A is $60 and that of team B is $40. Then, 60% of DB cost is borne by team A and 40% by team B.
- **Proportionally**: This option enables sharing of the shared bucket cost proportionally between both teams. If the cost for team A is USD60 and that of team B is USD40. Then, 60% of DB cost is borne by team A and 40% by team B.
- **Fixed percentage**: This option allows the distribution of the cost of the shared bucket by a fixed percentage between cost buckets. For example, 30% to team A and 70% to team B.

![](./static/cost-category-builder-2.png)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Consider the following scenario where the Perspective rule has a cost category:

| **Cost category** | **Cost bucket** | **Shared Cost buckets** |
| --- | --- | --- |
| CC1 | <ul><li>B1 - AWS</li><li>B2- GCP</li></ul> | <ul><li>SB1 - AWS</li><li>SB2 - GCP</li> </ul>|
| CC1 | <ul><li>B1 - AWS</li><li>B2- GCP</li></ul> | <ul><li>SB1 - AWS</li><li>SB2 - GCP</li></ul>|

In this setup, if you group the Perspective by `AWS > Account`, the cost of B1 and SB1 are displayed against the respective AWS accounts. However, the total cost of the cost bucket B2, and the shared cost bucket SB2 in GCP are displayed under **No Account**.

Expand All @@ -31,8 +31,8 @@ Consider the following scenario with two cost categories:

**Cost category** | **Cost bucket** | **Shared cost buckets** |
| --- | --- | --- |
| CC1 | <ul><li>CB1 - AWS1 - $10, AWS7 - $20</li><li>CB2- AWS2 - $20</li></ul> | <ul><li>SB1 - AWS3 - $30</li><li>SB2 - AWS4 - $40</li> </ul>|
| CC2 | <ul><li>CB3 - AWS1 - $10</li><li>CB4- AWS2 - $20</li></ul>| <ul><li>SB3 - AWS5 - $30</li><li>SB4 - AWS6 - $40</li> </ul>|
| CC1 | <ul><li> CB1 - AWS1 - $10, AWS7 - $20 </li><li> CB2- AWS2 - $20 </li></ul> | <ul><li> SB1 - AWS3 - $30 </li><li> SB2 - AWS4 - $40 </li></ul>|
| CC2 | <ul><li> CB3 - AWS1 - $10 </li><li> CB4- AWS2 - $20 </li></ul> | <ul><li> SB3 - AWS5 - $30 </li><li> SB4 - AWS6 - $40 </li></ul>|

If you have added CC1 (CB1, CB2, and Unattributed) in your Perspective rule and grouped by the same cost category, then the Perspective displays the following costs:

Expand Down

0 comments on commit ee3a198

Please sign in to comment.