What are the best ways to implement FinOps on AWS?

0
10
Asked By CostNinja42 On

I'm exploring options for building a cost monitoring dashboard for my company's AWS account to kick-start our FinOps journey. I want something similar to the cost explorer but with more flexibility to run custom queries that include both AWS costs and application metrics, like ECS expenses. What approaches would work best for achieving this? I've looked into CUR export but would prefer to use CloudWatch for querying instead of Athena.

5 Answers

Answered By AWSWhizKid On

You might want to check out the official AWS solution for that! They have a guide on cloud intelligence dashboards that could be useful. There are also a lot of third-party tools available if you're looking for more options.

Answered By TagMaster777 On

Make sure you have a good tagging strategy in place! It really helps in attributing costs to the right teams or departments. Cost Explorer is great for filtering by tags if you're just starting out. But if you go deeper with analysis, consider some of the other solutions mentioned.

Answered By CloudChaser99 On

Have you looked into the Cloud Intelligence Dashboard? They have a demo available that might give you some inspiration. It could be a solid starting point for building your dashboard.

Answered By QuerySavant22 On

If you need CUR queries, there's a massive library with examples for the most common cases. That could help simplify things for you and avoid some of the complexities.

Answered By DataDiver83 On

Exporting your data to S3 and then querying with Athena is a common method. But I totally get wanting to use CloudWatch—it's great if you want a more integrated solution. You might look into using the CLI for streamlined queries.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.