Skip to content

Commit 1e9b9f1

Browse files
authored
Update CHANGELOG-tao.md (#465)
1 parent 539f1f0 commit 1e9b9f1

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

changes/CHANGELOG-tao.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# What's new in TAO Dashboard
22

3+
## TAO Dashboard v2.0.0:
4+
5+
**Important:** Update to this version requires cid-cmd v0.2.11. Please update cid-cmd first before updating the dashboard. During the update you'd need to provide a path to s3 folder where your Trusted Advisor data is stored. To update run these commands in your CloudShell (recoommended) or other terminal:
6+
7+
```
8+
python3 -m ensurepip --upgrade
9+
pip3 install --upgrade cid-cmd
10+
cid-cmd update --dashboard-id ta-organizational-view
11+
```
12+
13+
**Changes:**
14+
15+
**Performance Improvements:** Added Athena view to limit amount of data loaded to QuickSight SPICE and extracted heavy calculation fields from dashboard to dataset level
16+
**New tab Security Hub Checks:** Added visuals with detailed view for Security Hub checks delivered to AWS Trusted Advisor:
17+
* Security Hub Flagged resources by month
18+
* Security Hub Flagged resources by Top Accounts
19+
* Security Hub Flagged Resources
20+
21+
**New tab AWS Well Architected reviews:** Added visuals with detailed view for AWS Well Architected reviews details delivered to AWS Trusted Advisor:
22+
* Identified High Risk Items by Workload
23+
* Identified High Risk Items by Category
24+
* Well-Architected Reviews Detailed View
25+
26+
**Fault Tolerance tab**: Added visuals for Amazon ElastiCache and MemoryDB Multi-AZ clusters which alert customers when they're running in a Single-AZ configuration in order to improve fault tolerance, and enhanced availability of their Redis clusters.
27+
28+
**Cost Optimization tab**: fixed total calculation for Cost Optimization checks
29+
330
## TAO Dashboard v1.5:
431
Added Account and IsSuppressed controls to the Performance and Fault Tolerance tabs
532

0 commit comments

Comments
 (0)