You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this task, we need to write an SQL query that provides these 4 columns as output
start_time
end_time
hub_name
cost
The hub name should count EC2 costs tagged with 2i2c:hub-name
What goes into this query should be guided by item 2 of definition of done below.
Definition of done
SQL query when executed provides information for all 3 hubs on the openscapes cluster
If you add the cost values for all the hubs, they must add up to what shows up under 'EC2' in 'Cost Explorer' under 'Billing' in the AWS console, minus EC2 costs for core nodes (determined by filtering out tags 2i2c:node-purposecore).
consideRatio
changed the title
Write an Athena Query to split out per-hub compute cost
[Blocked] Write an Athena Query to split out per-hub compute cost
Aug 21, 2024
Based on #4465, we're going to be using AWS Athena to query billing data
For this task, we need to write an SQL query that provides these 4 columns as output
The hub name should count EC2 costs tagged with
2i2c:hub-name
What goes into this query should be guided by item 2 of definition of done below.
Definition of done
2i2c:node-purpose
core
).Resources
The text was updated successfully, but these errors were encountered: