Skip to content

To implement an App Search Filter in the CUDOS (Cloud Intelligence Dashboards on AWS)

0

Hi, I want to implement an App Search Filter in the CUDOS (Cloud Intelligence Dashboards on AWS) for a use case like Joe's—who is a platform engineer wanting to see costs specific to his app— how you can proceed? I already have CUDOS CID setup ready using the cid-cmd command and able to access all the default tabs like Executive Summary, RI/SP etc. But how should I apply filter to see the cost based on an app?

2 Answers
0

Hi You can use https://catalog.workshops.aws/awscid/en-US/dashboards/add-organizational-taxonomy to add filters and group by for your applications.

Then you can add Row Level Security on top of that https://catalog.workshops.aws/awscid/en-US/customizations/row-level-security Best, Iakov

AWS
EXPERT

answered a year ago

-1

To implement an App Search Filter in your Cloud Intelligence Dashboards (CUDOS) to view costs specific to applications, you'll need to leverage cost allocation tags. Here's how to proceed:

  1. First, ensure you have the appropriate cost allocation tags applied to your AWS resources that identify different applications. These tags need to be activated in the AWS Cost Explorer.

  2. Modify your existing CUDOS dashboard to include these tags by updating the Athena queries that power your dashboard:

  • Locate the summary_view query in Athena
  • Add your application tags after the line containing "line_item_usage_account_id" "linked_account_id"
  • Filter on "resource_tags_" in your CUR table to find the appropriate application tags
  1. After modifying the queries, you'll need to update the dataset in Amazon QuickSight to incorporate these new tags.

  2. Once your dashboard is updated with the application tags, you can publish your customized analysis as a dashboard to share with other users, allowing them to filter by the application tags you've added.

This approach will allow platform engineers like Joe to filter the cost data specifically for their applications, providing them with the targeted cost visibility they need. The filters will work across all the existing dashboard tabs like Executive Summary and RI/SP recommendations.
Sources
Filtering Visuals by Cost Allocation Tags - Guidance for Advanced Cloud Observability with Cloud Intelligence Dashboards on AWS
Adding Cost Allocation Tags - Guidance for Advanced Cloud Observability with Cloud Intelligence Dashboards on AWS

answered a year ago

  • I dont see resource_tags_app but resource_tags_user_tech_app_code is available

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.