Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AWS Cost Explorer forecast functionality to CloudFormation template #1139

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NithinChandranR-AWS
Copy link

@NithinChandranR-AWS NithinChandranR-AWS commented Mar 10, 2025

Description of changes:

**This PR attempts to add AWS Cost Explorer forecast functionality to the CUDOS framework. **

This implementation:

  1. Creates a Lambda function that generates cost forecasts using the Cost Explorer API
  2. Stores forecast data in S3 in a format compatible with QuickSight
  3. Generates a QuickSight manifest file for easy data import
  4. Updates daily on a schedule
  5. Provides outputs with S3 paths for the data and manifest

New Parameters:

  • DeployForecastDashboard : Enable/disable forecast functionality (default: no)
  • ForecastPeriod : Number of days to forecast (default: 90)
  • ForecastGranularity: DAILY or MONTHLY granularity (default: DAILY)
  • ForecastMetrics: Metrics to forecast (default: UNBLENDED_COST,BLENDED_COST)
  • ForecastDimensions: Dimensions to forecast by (default: SERVICE,LINKED_ACCOUNT,REGION)
  • ForecastScheduleExpression: Schedule for forecast data refresh (default: daily at 1 AM UTC)

Manual QuickSight Integration:
After deploying the template with forecast functionality enabled:

  1. Navigate to QuickSight → Datasets → New dataset
  2. Select S3 as the data source
  3. Use the manifest URL from the CloudFormation outputs (ForecastManifestPath)
  4. Create visualizations based on the forecast data

Documentation:

  • Added documentation in docs/cost-forecast.md

Testing:

  • Tested in both development and production environments
  • Verified forecast data generation
  • Verified QuickSight data import"
    --repo aws-samples/aws-cudos-framework-deployment
    --base main

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant