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
If there is any EFS cost that isn't assigned to a hub, that should also be reported.
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 'Elastic File System' in 'Cost Explorer' under 'Billing' in the AWS console.
consideRatio
changed the title
Write an Athena Query to split out per-hub EFS cost
[Blocked] Write an Athena Query to split out per-hub EFS 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
If there is any EFS cost that isn't assigned to a hub, that should also be reported.
What goes into this query should be guided by item 2 of definition of done below.
Definition of done
Resources
The text was updated successfully, but these errors were encountered: