Skip to content

CID Dashboards cost

0

Enter image description here I found cost for cid dashboard as in the image. Is the cost include the cost for all these dashboards CORA Dashboard, AWS Support Cases Radar Dashboard, AWS Budgets Dashboard, AWS News Feeds, Health Events Dashboard , Cost Anomaly Dashboard , Cost Intelligence Dashboard, The KPI and Modernization Dashboard

1 Answer
1

The cost you're seeing for the CID (Cloud Intelligence Dashboards) does not directly include the cost for all the specific dashboards you've mentioned. The cost shown in your image is likely related to the AWS Cost Explorer API usage, which is priced at $0.01 per request.

The Cloud Intelligence Dashboards, including the ones you listed like CORA Dashboard, AWS Support Cases Radar Dashboard, Cost Intelligence Dashboard, etc., typically leverage AWS Cost Explorer and other AWS services to gather and display data. However, these dashboards themselves are not individually priced.

The costs associated with running these dashboards generally come from:

  1. AWS Cost Explorer API calls: Each API request costs $0.01.
  2. Amazon Athena queries: Used to analyze data stored in S3.
  3. S3 storage: For storing Cost and Usage Reports (CUR) and Athena query results.
  4. AWS Glue: Used for ETL (Extract, Transform, Load) processes.

It's important to note that while the dashboards themselves don't have a direct cost, the underlying services they use do. The total cost will depend on your usage of these services, the frequency of data updates, and the amount of data being processed and stored.

To manage costs, you can implement lifecycle policies on S3 buckets storing Athena query results to automatically delete or archive older data. You should also be mindful of the frequency of API calls and queries to keep costs under control.

For a detailed breakdown of costs associated with your specific usage of these dashboards and related services, it's recommended to use AWS Cost Explorer or consult with AWS support.
Sources
Cost intelligence dashboard data source | AWS re:Post
AWS Cost Explorer Pricing - Amazon Web Services

answered 9 months ago
AWS
EXPERT
reviewed 9 months ago
AWS
EXPERT
reviewed 9 months ago
AWS
MODERATOR
reviewed 9 months ago

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.