> For the complete documentation index, see [llms.txt](https://docs.opsnow.io/dev-opsnow-user-guide-kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsnow.io/dev-opsnow-user-guide-kr/introduction/undefined/finops.md).

# FinOps란?

<figure><img src="/files/o3fNM0jQs9l7LfGc8KNK" alt=""><figcaption></figcaption></figure>

클라우드 여정을 시작하기 전에, FinOps에 대해 설명드리겠습니다.\
\
FinOps의 가치는 OpsNow의 핵심 개념으로, 당사는 고객이 클라우드 리소스를 최적화하고 클라우드 서비스 이용 시 비용을 절감할 수 있도록 지원하는 데 주력하고 있습니다.\
그렇다면, FinOps란 구체적으로 무엇을 의미할까요?

> FinOps는 클라우드 비용을 관리하고 최적화하기 위한 재무 관리 프레임워크입니다. IT 부서, 재무 부서, 운영 부서가 협력하여 클라우드 비용의 가시성과 책임성을 높이는 데 중점을 두고 있습니다.

### FinOps의 주요 목표:

* **비용의 투명성:** 클라우드 사용 비용을 실시간으로 모니터링하고 분석하여 예산과 실제 지출 간의 차이를 최소화합니다.
* **효율성 최적화:** 클라우드 리소스의 효율을 극대화하고 불필요한 비용을 줄이며 운영 효율성을 증대시킵니다.
* **비즈니스 목표 일치:** 클라우드 비용 관리를 비즈니스 목표와 연결하여 조직 전체의 성과를 향상시킵니다.

OpsNow FinOps Plus는 클라우드 리소스의 최적화와 비용 절감을 실현하고, 클라우드를 효율적으로 활용할 수 있도록 지원하는 FinOps의 핵심 이념을 바탕으로 설계되었습니다.\
\
특히, OpsNow는 **「AutoSavings」** 메뉴를 통해 클라우드 관리에 필요한 리소스를 대폭 절감할 수 있는 구독 프로그램을 제공합니다. 자세한 내용은 아래 **「AutoSavings」** 메뉴에서 상세히 설명됩니다.

{% content-ref url="/pages/369heWGWwOdxMlDhWMFG" %}
[AutoSavings](/dev-opsnow-user-guide-kr/menu/autosavings.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.opsnow.io/dev-opsnow-user-guide-kr/introduction/undefined/finops.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
