-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into add-connect-dashboard
- Loading branch information
Showing
23 changed files
with
12,546 additions
and
6,005 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
# What's new in the Graviton Savings Dashboard | ||
|
||
## Graviton Savings Dashboard v2.1.0: | ||
``` | ||
cid-cmd update --dashboard-id graviton-savings --force --recursive | ||
``` | ||
* CUR 2 Support | ||
* Fixed filters on Opensearch and ElastiCache Tabs | ||
|
||
|
||
## 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
__version__ = '4.0.1' | ||
__version__ = '4.0.5' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.