Skip to content

Commit

Permalink
Merge branch 'main' into cur-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws committed Sep 24, 2024
2 parents 1141b7a + 5721de6 commit 4bb1fa6
Show file tree
Hide file tree
Showing 3 changed files with 6,897 additions and 3,330 deletions.
10 changes: 5 additions & 5 deletions cfn-templates/data-exports-aggregation.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: "2010-09-09"
Description: AWS Billing Data Export Aggregation v0.1.0
Description: AWS Billing Data Export Aggregation v0.1.3
Metadata:

AWS::CloudFormation::Interface:
Expand Down Expand Up @@ -922,20 +922,20 @@ Resources:
- {"Name": "product_to_location", "Type": "string" }
- {"Name": "reservation_amortized_upfront_fee_for_billing_period", "Type": "double" }
- {"Name": "reservation_effective_cost", "Type": "double" }
- {"Name": "reservation_end_time", "Type": "timestamp" }
- {"Name": "reservation_end_time", "Type": "string" }
- {"Name": "reservation_reservation_a_r_n", "Type": "string" }
- {"Name": "reservation_start_time", "Type": "timestamp" }
- {"Name": "reservation_start_time", "Type": "string" }
- {"Name": "reservation_unused_amortized_upfront_fee_for_billing_period", "Type": "double" }
- {"Name": "reservation_unused_recurring_fee", "Type": "double" }
- {"Name": "resource_tags", "Type": "map<string,string>" }
- {"Name": "savings_plan_amortized_upfront_commitment_for_billing_period", "Type": "double" }
- {"Name": "savings_plan_end_time", "Type": "timestamp" }
- {"Name": "savings_plan_end_time", "Type": "string" }
- {"Name": "savings_plan_offering_type", "Type": "string" }
- {"Name": "savings_plan_payment_option", "Type": "string" }
- {"Name": "savings_plan_purchase_term", "Type": "string" }
- {"Name": "savings_plan_savings_plan_a_r_n", "Type": "string" }
- {"Name": "savings_plan_savings_plan_effective_cost", "Type": "double" }
- {"Name": "savings_plan_start_time", "Type": "timestamp" }
- {"Name": "savings_plan_start_time", "Type": "string" }
- {"Name": "savings_plan_total_commitment_to_date", "Type": "double" }
- {"Name": "savings_plan_used_commitment", "Type": "double" }
- {"Name": "split_line_item_parent_resource_id", "Type": "string" }
Expand Down
16 changes: 16 additions & 0 deletions changes/CHANGELOG-graviton-opportunities.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# What's new in the Graviton Opportunities Dashboard

## Graviton Opportunities Dashboard v1.1.0:
**Important:** If attempting to update the dashboard, please update cid-cmd first. To update run these commands in your CloudShell (recommended) or other terminal:

```
python3 -m ensurepip --upgrade
pip3 install --upgrade cid-cmd
cid-cmd update --dashboard-id graviton-opportunities --force --recursive
```
**Bug fixes and improvements**
* Mordernization mapping updated with missing instance types
* Deleted Target Coverage and Efficiency sliders
* Including Savings Plan covered usage for EC2
* Updated Missing filters for RDS
* Updates to visuals
* New visuals for existing, potential coverage and implementation effort

## Graviton Opportunities Dashboard v1.0.3:
* Updated modernization mapping to include r8g
* Moved EC2 usage type filters from dashboard into SQL
Expand Down
Loading

0 comments on commit 4bb1fa6

Please sign in to comment.