Book Image

AWS FinOps Simplified

By : Peter Chung
Book Image

AWS FinOps Simplified

By: Peter Chung

Overview of this book

Much like how DevOps is a combination of cultural philosophies, practices, and tools that advocate a collaborative working relationship between development and IT operations, FinOps encourages the same collaboration between technology and finance team, making it key relationship to establish and maintain for any thriving business. This book will help you understand how organizations with a mature FinOps practice can decentralize cost ownership to developer teams and encourage cross-functional collaboration between business, finance, and technology, enabling speed, innovation, and business growth. You’ll focus on structuring your organization to form the right FinOps team, including a Cloud Center of Excellence, and learn how to implement practical cost savings measures with AWS tools to optimize costs in both the short as well as long term. By the end of this cloud FinOps book, you’ll be ready to implement a successful Cloud FinOps practice for your organization to get the best value from the AWS cloud for your workloads.
Table of Contents (18 chapters)
Free Chapter
2
Part 1: Managing Your AWS Inventory
7
Part 2: Optimizing Your AWS Resources
12
Part 3: Operationalizing FinOps

Leveraging the CUR

In Chapter 3, Managing Inventory, we looked at how to use AWS Cost Explorer to quickly and easily track and monitor AWS cost and usage data. When accessing AWS Cost Explorer from the payer account, you have visibility into your AWS cost and usage across all AWS accounts in your organization. It’s easy to get started understanding your cost and usage data with AWS Cost Explorer because it is free to activate at a click of a button.

However, there are some limitations of Cost Explorer:

  • It only provides data for the past 12 months. You will not be able to access cost and usage data for your AWS resources after a 12-month lookback period.
  • Second, there are limitations around how granularly you are able to view your data. For example, Cost Explorer’s user interface only provides aggregate, group by views on a single dimension – you won’t be able to group by both AWS account ID and service type in one view.
  • Third, it may not...