Open elisiariocouto opened 3 weeks ago
Hi @elisiariocouto, thank you for the nice feedback. I agree supporting grouping by tags from cloud providers will be very helpful. We will discuss it and see how to support it :)
Hi @elisiariocouto, by the way, is it OK to share for what cloud providers your team has set this departments
tag? Currently, InfraWallet only supports AWS cost allocation tags and Azure resource tags as a filter, and we are also interested in setting a future plan for supporting other providers.
Hello @gluckzhang, thank you for your answer. We use the same tag in both AWS and Azure. Using these providers, I think the implementation would be somewhat simple since most of the code to get the tag values and whatnot is already implemented in the filter feature. I must confess that I'm trying to implement this on my own but no luck so far 😅
@elisiariocouto Thank you for trying that! 🚀
One of the tricky parts I see is that AWS CostExplorer GetCostAndUsage
API only supports at most two grouping dimensions, and we already use them for 1. supporting root/linked acounts, and 2. supporting service categorization.
Anyway what you suggest is also something needed by us. We will see how to support it and make InfraWallet cooler :D
@elisiariocouto Just want to confirm, do you set departments
as cost allocation tags in AWS? Are you able to group by it in AWS Cost Explorer today?
Hello @emillg, yes, these tags are configured as cost allocation tags and I'm able to group by this tag in the AWS Cost Explorer.
Hello everyone.
We are using a tag system in all our Cloud Providers to identify "departments". I see two competing concepts in here:
Is it possible to group by tags, making the plugin retrieve the possible values from the cloud providers? Since this "departments" concept is always changing, it would be super nice to have the tag system dynamic in the group by feature
Thank you in advance Elisiário Couto