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
Let aws-ce-grafana-backend group total costs data into hub attributed costs (staging, prod, etc) and hub unattributed costs (shared).
Filter by known 2i2c infra costs, and group by 2i2c:hub-name tag
NOTE: We could also try group by kubernetes.io/created-for/pvc/namespace, but
for now we avoid this complexity and treat all storage volumes as
shared costs. Almost all storage costs stems from the prometheus server
though, which lives in support namespace anyhow and not a hub
specific namespace.
Track the remaining hub unattributed costs separatly
I've tested deployments of aws-ce-backend-grafana without using deployer deploy-support ... as that is very slow and complicated to iterate based on, but instead deployed this with helm directly into ce-test namespace in the openscapes cluster. Info about how to do that are in the readme files.
The text was updated successfully, but these errors were encountered:
consideRatio
changed the title
Cost Explorer API (8/n): adopt strategy for total costs in python
Cost Explorer API (8/n): adopt strategy for total costs
Sep 11, 2024
consideRatio
changed the title
Cost Explorer API (8/n): adopt strategy for total costs
Cost Explorer API (8/n): adopt strategy for total cost per hub
Sep 11, 2024
consideRatio
changed the title
Cost Explorer API (8/n): adopt strategy for total cost per hub
Cost Explorer API (9/n): adopt strategy for total cost per hub
Sep 11, 2024
consideRatio
changed the title
Cost Explorer API (9/n): adopt strategy for total cost per hub
Cost Explorer API (10/n): adopt strategy for total cost per hub
Sep 11, 2024
Definition of done
Practical notes
I've tested deployments of
aws-ce-backend-grafana
without usingdeployer deploy-support ...
as that is very slow and complicated to iterate based on, but instead deployed this withhelm
directly intoce-test
namespace in the openscapes cluster. Info about how to do that are in the readme files.The text was updated successfully, but these errors were encountered: