View 3 - Compute Savings Plan Eligible Spend

This view will be used to create the Compute Savings Plan Eligible Spend dashboard page.

Create View

  • Click here - if you have both Savings Plans and Reserved Instances
  • Click here - if you have Savings Plans, but do not have Reserved Instances
  • Click here - if you have Reserved Instances, but do not have Savings Plans
  • Click here - if you do not have Reserved Instances, and do not have Savings Plans

Adding Cost Allocation Tags

Cost Allocation tags can be added to any views. We recommend adding while creating the dashboard to eliminate rework.

Click here - to add your cost allocation tags

Validate View

  • Confirm the view is working, run the following Athena query and substitute (database) for your CUR database and you should receive 10 rows of data:

      select * from (database).compute_savings_plan_eligible_spend
      limit 10