-
Notifications
You must be signed in to change notification settings - Fork 792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add template variable for LinkedAccount in AWS/Billing #72
Comments
Could you provide dashboard example, please? I'm curious about that |
The template variable is a custom one with the hardwired IDs in it for now. No idea if there is a query in cloudwatch to fetch the subaccount ids progammatically.
And the query just gets added yet another dimension on top of Currency and Service name like this:
|
I just realized, that even when using the |
This should list all linked accounts.
Yeah, that wildchar cloudwatch queries are tricky. |
Hi jan |
AWS cloudwatch metrics for AWS/Billing have an additonal dimension called
LinkedAccount
for a setup with federated billing. Please add support of a template variable that can be changed to be either '*' for all or a dedicated account id, do filter the costs for that sub account only.The text was updated successfully, but these errors were encountered: