- Newest
- Most votes
- Most comments
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:
- AWS Cost Explorer API calls: Each API request costs $0.01.
- Amazon Athena queries: Used to analyze data stored in S3.
- S3 storage: For storing Cost and Usage Reports (CUR) and Athena query results.
- 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
Relevant content
- asked 3 years ago
- asked 3 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
