tailwarden / komiser

Open-source cloud-environment inspector. Supporting AWS, GCP, Azure, and more! Your cloud resources will have nowhere to hide!
https://komiser.io
Other
3.89k stars 426 forks source link

AWS ECS/Fargate tasks #889

Open JustinFeng opened 12 months ago

JustinFeng commented 12 months ago

Is your feature request related to a problem? Please describe. One of our main AWS cost is from ECS tasks (computing resources, e.g. CPU and Mem allocation), but looks like komiser is not including those resources for cost report

Describe the solution you'd like Support ECS tasks

github-actions[bot] commented 12 months ago

Hey, thank you for opening your first Issue! 🙂 While a Tailwarden team member takes a look at your issue we would like to invite you to join our official Discord server, where you can interact directly with other contributors and Tailwarden team members. Link here: https://discord.tailwarden.com

mlabouardy commented 12 months ago

Thanks a lot @JustinFeng We'll prioritize it this week, I'll ping you once its shipped :) Meanwhile, feel free to join our Discord community to stay up to date with latest releases :)

JustinFeng commented 12 months ago

Thanks a lot @JustinFeng We'll prioritize it this week, I'll ping you once its shipped :) Meanwhile, feel free to join our Discord community to stay up to date with latest releases :)

Thanks man, I've already joined the server

ShubhamPalriwala commented 11 months ago

Hey @JustinFeng, just to understand what you're exactly looking for, I researched into the cost calculation of AWS and found that ECS does not charge anything additional. It only charges for the core services you use.

Do you want us to add support for AWS Fargate? That is something that I can interpret from my research, let me know!