Why Use the Athena Query Step?
Typically, querying Athena for CUR data involves multiple steps:- Running the query and capturing the query ID
- Checking when the query is complete
- Reading the query results from S3
- Displaying the data
Key Features
- One-Step Process: Execute Athena queries and retrieve results in a single step.
- AI-Powered Query Generation: Use natural language to describe what you want to query, and our AI engine will generate the appropriate CUR query for you.
- Data Enrichment: Easily combine CUR data with information from AWS APIs and Cost Explorer for comprehensive analysis in a workflow
How to Use the Athena Query Step

- Add the Athena Query step to your workflow
- Choose between writing your own SQL query or using the AI-powered query generation
- If using AI, describe your query requirements in natural language

- Execute the step and receive your results
Example Use Case
Let’s say you want to find the top 10 EC2 instances by cost for the last month:- Add the Athena Query step
- In the AI input, write: “Show me the top 10 EC2 instances by cost for the last month”
- Our AI will generate the appropriate SQL query
- Execute the step to get your results