FOCUS Dashboard
The FinOps Cost and Usage Specification
Supported by the FinOps Foundation, FOCUS aims to reduce complexity for FinOps Practitioners so they can drive data-driven decision-making and maximize the business value of cloud, while making their skills more transferable across clouds, tools, and organizations.
The CID FOCUS Dashboard is an open-source and customizable dashboard that provides pre-defined visuals to get actionable insights from FOCUS data in Amazon QuickSight. It allows you to quickly get started with using FOCUS in your organization. The FOCUS Dashboard provides the following features:
-
Consolidated view of FOCUS data from multiple dimensions across your entire organization
-
Support for consolidation of multiple FOCUS specification versions from different cloud providers
-
Month-over-month trends with the ability to drill down from high-level visibility into resource-level details in a few clicks
-
Support of organizational taxonomy from tags
-
Effective discount rate calculations
High Level Architecture
-
AWS Data Exports service provides FOCUS data (currently supporting FOCUS 1.2 for AWS). Use the CID Data Exports stack to activate it in your Management (Payer) Account and automatically configure the replication to a Data Collection Account.
-
Install CID FOCUS Dashboard that leverages FOCUS data and provides a dynamically generated consolidated view in Amazon Athena. This view can be extended once you add FOCUS data from other providers.
-
Install the FOCUS data collection stack(s) that collect data from other providers. Currently we provide integrations to collect FOCUS data from Microsoft Azure
, Google Cloud Platform , and Oracle Cloud Infrastructure . Learn more about integration of FOCUS data. Typically these stacks leverage scheduled AWS Lambda or AWS Glue Jobs and retrieve data via APIs using credentials stored in AWS Secrets Manager. The data is encrypted with custom KMS keys to protect sensitive billing information from unauthorized access. -
Update the focus_consolidation_view in Athena to include tables with FOCUS data from other cloud providers.
-
You can also export cost data from on-premises datacenters or SaaS providers in the same format and integrate them in a similar way.
Demo Dashboard
Get more familiar with the dashboard using the live, interactive demo
dashboard following this
link
Explore key FOCUS Dashboard capabilities in the interactive presentation
Prerequisites
Before installing the FOCUS Dashboard, you need to enable FOCUS Data Export and consolidate it from your Management (Payer) Accounts in the Data Collection Account.
-
Create a FOCUS Data Export following the steps in the Data Export page and return to this page once completed.
The Data Export prerequisites support FOCUS 1.2 for AWS. If you are migrating from FOCUS 1.0, see Migration to AWS FOCUS 1.2.
Deployment
Example
Data Exports can take up to 24-48 hours to deliver the first reports. If you just installed Data Exports, the dashboard will most likely be empty. Please allow up to 24 hours for data to arrive.
Add FOCUS Data from Other Cloud Providers
The FOCUS Dashboard supports consolidation of FOCUS data from multiple FOCUS specification versions, allowing you to combine data from different cloud providers regardless of the FOCUS version they export.
After deploying each cloud provider integration, run the cid-cmd update command as described in common update steps to detect available FOCUS tables and select which ones to include in the consolidated view to be presented on FOCUS Dashboard.
Microsoft Azure
-
Deploy the FOCUS Dashboard.
-
Deploy the Cloud Intelligence Dashboard for Azure workshop
, choosing FOCUS in Export Type . -
Follow the common update steps below.
Google Cloud Platform (GCP)
-
Deploy the FOCUS Dashboard.
-
Deploy the GCP
workshop. -
Follow the common update steps below.
Oracle Cloud Infrastructure (OCI)
-
Deploy the FOCUS Dashboard.
-
Deploy the OCI
workshop. -
Follow the common update steps below.
Common Update Steps
After deploying any cloud provider integration above, update the FOCUS Dashboard and consolidation view:
-
Log in to your Data Collection Account.
-
Open a command-line interface with permissions to run API requests in your AWS account. We recommend using CloudShell
. -
Run the following commands:
pip3 install --upgrade cid-cmd cid-cmd update --recursive --force --dashboard-id focus-dashboardIf using CloudShell
, replace the first line with: sudo yum install python3.11-pip -y python3.11 -m pip install -U cid-cmd -
Select the FOCUS tables you would like to include in the consolidated view when prompted.
Update
Dashboards are not updated with an update of the CloudFormation stack. There are two update options depending on your needs:
Dashboard Update
When a new version of the dashboard template is released, update your dashboard by running:
cid-cmd update --dashboard-id focus-dashboard
This updates the dashboard visuals to the latest template version.
Dashboard and Data Schema Update
To add new FOCUS tables from other cloud providers, include new tags, or update the consolidation view schema, run:
cid-cmd update --recursive --force --dashboard-id focus-dashboard
This updates the dashboard, datasets and all dependent Athena views. You will be prompted to select which FOCUS tables to include in the consolidated view.
Authors
-
Yuriy Prykhodko, Principal Technical Account Manager
-
Iakov Gan, Ex-Amazonian
-
Zach Erdman, Senior Product Manager
-
Mo Mohoboob, Senior Specialist SA
-
Marco De Bianchi, Sr. Delivery Consultant
-
Soham Majumder, Technical Account Manager
Contributors
-
Petro Kashlikov, Senior Solutions Architect
Feedback & Support
Follow Feedback & Support guide
FAQ
Can we replace CUR/CUDOS dashboard with FOCUS?
The FOCUS format does not currently include important information like lineItem/Operation that is critical for FinOps use cases. Until the FOCUS specification is extended to support this, we cannot recommend FOCUS for Cost Optimization scenarios. Nevertheless, FOCUS can be useful for a wide range of high-level reporting use cases.
How can we add another FOCUS provider?
Feel free to contribute data export mechanisms for other FOCUS providers. We will be happy to review and reference them.
Does the dashboard support multiple FOCUS versions?
Yes. The FOCUS Dashboard supports consolidation of multiple FOCUS specification versions. You can combine data from providers exporting different FOCUS versions (for example, FOCUS 1.0 and FOCUS 1.2) in the same consolidated view.
Note
These dashboards and their content: (a) are for informational purposes only, (b) represent current AWS product offerings and practices, which are subject to change without notice, and (c) does not create any commitments or assurances from AWS and its affiliates, suppliers or licensors. AWS content, products or services are provided "as is" without warranties, representations, or conditions of any kind, whether express or implied. The responsibilities and liabilities of AWS to its customers are controlled by AWS agreements, and this document is not part of, nor does it modify, any agreement between AWS and its customers.