> 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/menu/autosavings/ri-sp.md).

# 파트너 RI/SP 권한 요청 방법

MSP 사용자의 경우, 파트너로부터 RI/SP 구매/조회 권한을 요청해야 합니다. *(Azure Pay-As-You-Go 테넌트 사용자는 권한 요청이 필요하지 않습니다.)*

### 권한 요청 절차

1. **파트너 담당자 연락**
   * 클라우드 계정을 관리하는 파트너에게 연락
   * 예약 인스턴스(RI) 및 절약 플랜(SP) 권한 요청
2. **파트너 측 권한 설정**
   * **AWS**: Partner Central에서 RI/SP 권한 부여
   * **Azure**: Partner Center Portal에서 예약 권한 구성
3. **권한 확인**
   * 파트너로부터 권한 설정 완료 통보 (이메일 또는 구두)
   * 클라우드 콘솔에서 RI/SP 메뉴 접근 가능 여부 직접 확인


---

# 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/menu/autosavings/ri-sp.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.
