From 58fd075e2e422dda066633e8b566b86413aa2e10 Mon Sep 17 00:00:00 2001 From: Udi Dahan <141835735+udid-aws@users.noreply.github.com> Date: Sat, 18 Jan 2025 19:14:09 +0200 Subject: [PATCH] SCAD CCA v2.0.0 (#1089) Updates on changes in SCAD CCA v2.0.0 --- changes/CHANGELOG-scad-cca.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/changes/CHANGELOG-scad-cca.md b/changes/CHANGELOG-scad-cca.md index 69e59255..e1f42647 100644 --- a/changes/CHANGELOG-scad-cca.md +++ b/changes/CHANGELOG-scad-cca.md @@ -1,4 +1,14 @@ # What's new in SCAD Containers Cost Allocation Dashboard + +## SCAD Containers Cost Allocation Dashboard - v2.0.0 +* Added support for AWS Split Cost Allocation Data (SCAD) for ECS: + * All visuals now include SCAD ECS data (including AWS Batch on ECS), in addition to SCAD EKS data + * The "EKS Breakdown" sheet has been renamed "Cluster Breakdown" +* CUR 2.0 support: The dashboard now defaults to CUR 2.0, and still supports legacy CUR +* The `scad_cca_summary_view` and `scad_cca_hourly_resource_view` Athena views have been converged to a single view. +The time and data granularity levels remain the same, but now in a single view instead of 2 views +* The hourly and resource-level interactive visuals in the "Cluster Breakdown" sheet have been removed, and converged with the visuals in the "Workloads Explorer" tab, which now have hourly and resource-level data, in addition to the current granularity levels in these visuals + ## SCAD Containers Cost Allocation Dashboard - v1.0.0 * Added support to view Net Amortized Cost in "View Cost As" control in all sheets * Removed "Exlucde last 1 month" from all date range controls to prevent "No Data" (beacuse Split Cost Allocation Data for EKS starts filling data only in current month)