Skip to content

Commit

Permalink
New Savings Implementation Effort Category (#1014)
Browse files Browse the repository at this point in the history
* New Savings Implementation Effort and Reason Categorization

* Fixed typos and formatting.
  • Loading branch information
gurajani-aws authored Nov 11, 2024
1 parent 958a2be commit 1464e2e
Show file tree
Hide file tree
Showing 3 changed files with 10,714 additions and 5,180 deletions.
11 changes: 11 additions & 0 deletions changes/CHANGELOG-graviton-opportunities.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# What's new in the Graviton Opportunities Dashboard

**Important:** Graviton Opportunities Dashboard has changed it's name Graviton Savings Dashboard.

Please delete the legacy version of this dashboard by running
```
cid-cmd delete --dashboard-id graviton-opportunities
```
Please deploy the new version of this dashboard by running
```
cid-cmd deploy --dashboard-id graviton-savings
```

## Graviton Opportunities Dashboard v1.1.1:
```
cid-cmd update --dashboard-id graviton-opportunities
Expand Down
69 changes: 69 additions & 0 deletions changes/CHANGELOG-graviton-savings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# What's new in the Graviton Savings Dashboard


## Graviton Savings Dashboard v2.0.0:
```
cid-cmd update --dashboard-id graviton-savings --force --recursive
```
* New Savings Implementation Effort and Reason Categorization
* New Top and Bottom insights for Managed Services
* New Radio buttons to toggle between Spend, Usage & Savings
* New Potential Graviton Savings breakdown by Purchase Option and Operating System


## Graviton Savings Dashboard Name Update ##
**Important:** Graviton Opportunities Dashboard has changed it's name Graviton Savings Dashboard.

Please delete the legacy version of this dashboard by running
```
cid-cmd delete --dashboard-id graviton-opportunities
```
Please deploy the new version of this dashboard by running
```
cid-cmd deploy --dashboard-id graviton-savings
```

## Graviton Opportunities Dashboard v1.1.1:
```
cid-cmd update --dashboard-id graviton-opportunities
Choose 'Yes' for the following prompt
[confirm-update] No updates available, should I update it anyway?
```
* Fix broken hyperlinks under Additional Resources

## 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

## Graviton Opportunities Dashboard v1.0.2:
**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**
* Updates to visuals
* Bug fix for duplicate resources caused by data collector storing multiple versions of upgraded resources


## Graviton Opportunities Dashboard v1.0.0
* Initial release
Loading

0 comments on commit 1464e2e

Please sign in to comment.