⚙️
Integrated Digital Engineering on AWS
  • 🚀First Time Users
    • What is IDEA?
    • Install IDEA
      • Pre-Requisites
      • Standard Installation
    • Access your IDEA cluster
      • APIs
      • Virtual Desktops (Linux/Windows)
      • Web Interface
      • SSH
    • File Browser
    • Let's get started
    • Cluster operations
      • Uninstall IDEA
      • Update IDEA cluster
        • Patch IDEA module (idea-admin.sh patch)
        • Update IDEA configuration (idea-admin.sh config)
        • Update IDEA backend resource (idea-admin.sh deploy)
  • 🤖Modules
    • What is a module?
    • Virtual Desktop Interfaces
    • HPC Workloads
    • Cluster Manager
    • Shared Storage
  • 👑Best Practices
    • Analytics
      • OpenSearch
        • Configure your OpenSearch
        • Create your own analytics visualizations
    • Budget
      • Review your AWS spend
      • Control your AWS spend
      • Set up budget per project
    • Security
      • Backup IDEA environment
  • 🧱Architecture
    • High Level Overview
  • 🛠️Developer Portal
    • IDEA CLI utility
    • Developer Onboarding
  • 🚨Help and Support
    • FAQ
    • Raise a bug
Powered by GitBook
On this page
  1. Best Practices
  2. Budget

Review your AWS spend

PreviousBudgetNextControl your AWS spend

Last updated 2 years ago

AWS Cost Explorer

Any EC2 resource launched by IDEA comes with an extensive list of EC2 tags that can be used to get detailed information about your cluster usage. List includes (but not limited to):

  • Project Name

  • Job Owner

  • Job Name

  • Job Queue

  • Job Id

All IDEA generated tags are prefixed with "idea:"

Step1: Enable Cost Allocation Tags

Click on your account name (top right on the screen) then click "Billing Dashboard". Once connected to your Billing dashboard, click "Cost Allocation Tags" on the left sidebar.

Search all "idea" tags then click "Activate". Status of each tag should now be changed to "Active".

Step 2: Query Cost Explorer

It could take up to 24 hours for the tags to be visible on Cost Explorer.

Access "AWS Cost Explorer" service via the EC2 console the click "Cost Explorer" on the left sidebar.

Open your Cost Explorer tab and specify your filters. In this example I want to get the EC2 cost (1), group by day for my queue named "cpus" (2).

To get more detailed information, select 'Group By' and apply additional filters. Here is an example if I want user level information for "cpus" queue Click "Tag" section under "Group By" horizontal label (1) and select "idea:JobOwner" tag. Your graph will automatically be updated with a cost breakdown by users for "cpus" queue

Cost Allocation section is available via the left sidebar
👑
IDEA automatically assign tags. Custom tags can be added as needed
Activate all tags to be usable on Cost Explorer