Skip to content

Commit 4dc72e1

Browse files
Elasticache Extended support Cost Projection Dashboard (#1330)
* Add files via upload * Update extended-support-cost-projection.yaml * Update CHANGELOG-extended-support-cost-projection.md * Update CHANGELOG-extended-support-cost-projection.md * Update cloud-intelligence-dashboards.rss
1 parent 2d120dd commit 4dc72e1

File tree

3 files changed

+2200
-167
lines changed

3 files changed

+2200
-167
lines changed

changes/CHANGELOG-extended-support-cost-projection.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# What's new in Extended Support Cost Projection
22

3+
## Extended Support Cost Projection - v4.0.3
4+
5+
**Important:** This version requires the data collection version 3.2.0+. Update to this version requires a forced update. Since this is a major version upgrade, the `cid-cmd` tool will ask to confirm a recursive update or not. Please make sure to confirm the recursive update by answering **yes** to continue the update process and have the new Elasticache dataset and Athena view deployed for the dashboard.
6+
7+
If you have modified the Extended Support Cost Projection dashboard visuals, these changes will be overridden when the dashboard is updated. Consider backing-up the existing dashboard by creating an analysis from it if you want to keep a reference to customised visuals so you can re-apply them after the update takes place.
8+
9+
To update run these commands in your CloudShell (recommended) or other terminal:
10+
11+
```
12+
python3 -m ensurepip --upgrade
13+
pip3 install --upgrade cid-cmd
14+
cid-cmd update --dashboard-id extended-support-cost-projection --force --recursive
15+
```
16+
17+
- Adding Extended Support Elasticache sheet.
18+
319
## Extended Support Cost Projection - v4.0.2
420

521
**Important:** This version requires the data collection version 3.2.0+. Update to this version requires a forced and recursive update.

changes/cloud-intelligence-dashboards.rss

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,43 @@
77
<description>The Cloud Intelligence Dashboards is an open-source framework, lovingly cultivated and maintained by a group of customer-obsessed AWSers, that gives customers the power to get high-level and granular insight into their cost and usage data. Supported by the Well-Architected framework, the dashboards can be deployed by any customer using a CloudFormation template or a command-line tool in their environment in under 30 minutes. These dashboards help you to drive financial accountability, optimize cost, track usage goals, implement best-practices for governance, and achieve operational excellence across all your organization.</description>
88
<lastBuildDate>Mon, 22 Sep 2025 12:00:00 GMT</lastBuildDate>
99
<language>en-us</language>
10+
<item>
11+
<title>[Update] Extended Support Cost Projection - v4.0.3</title>
12+
<link>
13+
https://github.com/aws-samples/aws-cudos-framework-deployment/blob/main/changes/CHANGELOG-extended-support-cost-projection.md#extended-support-cost-projection---v403</link>
14+
<pubDate>Thu, 09 Oct 2025 12:00:00 GMT</pubDate>
15+
<category><![CDATA[Update]]></category>
16+
<guid isPermaLink="false">fff64290-032b-4e87-82a0-65bef8461015</guid>
17+
<description>Extended Support Cost Projection for Elasticache</description>
18+
<content:encoded><![CDATA[
19+
<p>
20+
In this release, we have introduced projection of extended support costs for
21+
<strong>Amazon Elasticache</strong>. The dashboard provides a clear view on
22+
<strong>Elasticache</strong> clusters reaching
23+
extended support in the next <strong>3, 6, 12 months</strong>, and beyond.
24+
</p>
25+
26+
<p>
27+
<strong>Important:</strong> This version requires the data collection version
28+
<strong>3.2.0+</strong>. Update to this version requires a forced and recursive update.
29+
If you have modified the Extended Support Cost Projection dashboard view queries,
30+
they will be overridden when the dashboard is updated. Consider backing up the existing
31+
view queries if they contain custom changes you want to keep so you can re-apply them after
32+
the update takes place.
33+
</p>
34+
35+
<p>
36+
To update, run these commands in your CloudShell (recommended) or another terminal:
37+
</p>
38+
39+
<pre>
40+
python3 -m ensurepip --upgrade
41+
pip3 install --upgrade cid-cmd
42+
cid-cmd update --dashboard-id extended-support-cost-projection --force --recursive
43+
</pre>
44+
]]>
45+
</content:encoded>
46+
</item>
1047
<item>
1148
<title>[New Dashboard] Media Services Insights Hub v1.0.0</title>
1249
<link>

0 commit comments

Comments
 (0)