

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# 절감형 플랜에 대한 서비스 가격표 파일 읽기
<a name="reading-service-price-list-file-for-savings-plans"></a>


|  | 
| --- |
| 에 대한 피드백을 제공하려면이 [간단한 설문 조사를](https://amazonmr.au1.qualtrics.com/jfe/form/SV_cO0deTMyKyFeezA) AWS 가격표완료하세요. 응답은 익명으로 처리됩니다. **참고:** 이 설문조사는 영어로만 진행됩니다. | 

의 서비스 가격표 파일에는 다음과 같은 유형의 정보가 AWS 서비스 포함됩니다.
+ 서비스 가격표 파일 세부 정보 - 버전 AWS 리전, 게시 날짜 등 서비스 가격표 파일에 대한 메타데이터
+ 제품 세부 정보 - 제품 정보와 함께 서비스 가격표 파일의 제품을 나열하는 제품 메타데이터
+ 요금 세부 정보(조건) - 이 서비스 가격표 파일에 있는 모든 제품의 요금

**Contents**
+ [CSV 파일](#service-price-list-file-for-saving-plans-csv)
+ [JSON 파일](#service-price-list-file-for-saving-plans-json)
+ [서비스 가격표 정의](#service-price-list-file-definitions-savings-plan)
+ [제품 세부 정보(products) 정의](#service-price-list-file-definitions-products-savings-plan)
+ [요금 세부 정보(terms) 정의](#service-price-list-file-definitions-terms-savings-plan)

## CSV 파일
<a name="service-price-list-file-for-saving-plans-csv"></a>

CSV 파일의 처음 5개 행에는 가격표 파일의 메타데이터가 있습니다. 여섯 번째 행에는 제품의 열 이름과 `SKU`, `RateCode` 등과 같은 제품 속성이 있습니다.

열 수는 절감형 플랜에 따라 달라집니다. 처음 몇 개 열에는 요금 세부 정보가 있으며, 다른 열에는 절감형 플랜의 제품 세부 정보가 들어 있습니다.

## JSON 파일
<a name="service-price-list-file-for-saving-plans-json"></a>

제품 세부 정보와 요금 세부 정보가 별개 섹션에 있습니다. JSON 서비스 가격표 파일은 다음 예제와 같습니다.

```
{
   "version" : "The version of the price list file",
   "publicationDate" : "The publication date of the price list file",
   "regionCode" : "Region for which price list file is valid for",
   "products" : [  
      {
         "sku" : "The SKU of the product",
         "productFamily" : "The product family of the product", 
         "serviceCode" : "Savings plan code",
         "attributes" : {
            "attributeName":"attributeValue", 
         }    
      },
      ...  
   ], 
   "terms" : {
      "savingsPlan" : [
         {
            "sku" : "The SKU of the product",
            "description" : "Description of the product",
            "effectiveDate" : "The effective date of the pricing details",
            "leaseContractLength" : {
                "duration" : "Length of the lease contract - it is a number",
                "unit" : "Unit of the duration"
            },
            "rates" : [
                {
                    "discountedSku" : "The SKU of the discounted on demand product",
                    "discountedUsageType" : "Usage type of the discounted product",
                    "discountedOperation" : "Operation of the discounted product",
                    "discountedServiceCode" : "Service code of the discounted product",
                    "rateCode" : "The rate code of this price detail",
                    "unit" : "Unit used to measure usage of the product",
                    "discountedRate" : {
                        "price" : "Price of the product",
                        "currency" : "Currency of the price"
                    }
                },
                ...
            ]
        },
        ...   
      ]  
   }
}
```

## 서비스 가격표 정의
<a name="service-price-list-file-definitions-savings-plan"></a>

다음 목록은 서비스 가격표 파일에서 사용되는 용어를 정의합니다.

**regionCode**  
가격표가 유효한 리전의 리전 코드입니다.

**버전**  
가격표 파일의 버전을 추적하는 속성. 파일이 새로 게시될 때마다 새로운 버전 번호가 포함됩니다. 예: `20150409022205` 및 `20150910182105`.

**publicationDate**  
서비스 가격표 파일이 게시된 날짜 및 시간(UTC 형식). 예: `2015-04-09T02:22:05Z` 및 `2015-09-10T18:21:05Z`.

## 제품 세부 정보(products) 정의
<a name="service-price-list-file-definitions-products-savings-plan"></a>

이 섹션에서는 절감형 플랜의 가격표 파일에 있는 제품에 대한 정보를 제공합니다. 제품에는 SKU 인덱스가 붙습니다.

**products:product:sku**  
제품의 고유 코드. `SKU` 코드를 사용하여 제품 세부 정보와 요금을 연결합니다.  
예를 들어 SKU가 `HCNSHWWAJSGVAHMH`인 제품은 `HCNSHWWAJSGVAHMH`도 SKU로 나열된 요금으로만 사용할 수 있습니다.

**products:product:productFamily**  
제품 유형의 범주. 예: 컴퓨팅 절감형 플랜의 경우 `EC2InstanceSavingsPlans`

**products:product:serviceCode**  
절감형 플랜의 서비스 코드. 예를 들어 `ComputeSavingsPlans`입니다.

**products:product:attributes**  
모든 제품 속성의 목록

**products:product:attributes:attributeName**  
제품 속성의 이름. 예: `Instance Type`, `Location Type` 또는 `Purchase Option`.

**products:product:attributes:attributeValue**  
제품 속성의 값. 예: `m1.small`(인스턴스 유형), AWS Local Zone(위치 유형) 또는 `No Upfront`(구매 옵션 유형)

## 요금 세부 정보(terms) 정의
<a name="service-price-list-file-definitions-terms-savings-plan"></a>

이 섹션에서는 절감형 플랜의 가격표 파일에 있는 제품의 요금에 대한 정보를 제공합니다.

 요금 먼저 조건(`savingsPlan`)별로 인덱싱됩니다.

**terms:termType**  
조건 정의에서 기술하는 조건의 특정 유형. 유효한 조건 유형 `savingsPlan`입니다.

**terms:termType:sku**  
제품의 고유 코드. `SKU` 코드를 사용하여 제품 세부 정보와 요금을 연결합니다.  
예를 들어 SKU가 `T496KPMD8YQ8RZNC`인 제품은 `496KPMD8YQ8RZNC`도 SKU로 나열된 요금으로만 사용할 수 있습니다.

**terms:termType:sku:description**  
제품에 대한 설명입니다.

**terms:termType:sku:effectiveDate**  
서비스 가격표 파일이 적용되기 시작하는 날짜. 예를 들어 조건의 `EffectiveDate`가 2017년 11월 1일이면, 해당 날짜 전에는 이 요금이 적용되지 않습니다.

**terms:termType:sku:leaseContractLength:duration**  
리스 계약의 기간. 이 값은 숫자입니다. 예: 1 또는 3

**terms:termType:sku:rates**  
절감형 플랜 제품에 적용되는 모든 할인 요금 목록입니다. 절감형 플랜 제품 1개는 다른 서비스의 여러 제품을 조합한 것으로, 여기에는 조합의 여러 요금이 포함됩니다.

**terms:termType:sku:rates:discountedSku**  
할인된 온디맨드 제품의 SKU

**terms:termType:sku:rates:discountedUsageType**  
할인된 온디맨드 제품의 사용량 유형

**terms:termType:sku:rates:discountedOperation**  
할인된 온디맨드 제품의 작업

**terms:termType:sku:rates:discountedServiceCode**  
할인된 온디맨드 제품의 서비스 코드

**terms:termType:sku:rates:rateCode**  
절감형 플랜 제품에서 제공되는 이 요율의 요율 코드. 예: `T496KPMD8YQ8RZNC.26PW7ZDSYZZ6YBTZ`

**terms:termType:sku:rates:unit**  
제품 사용량을 측정하는 데 사용되는 단위. 예: Amazon EC2 인스턴스의 경우 `Hrs`

**terms:termType:sku:rates:discountedRate:price**  
절감형 플랜 제품에서 제공되는 할인 제품의 가격. 예를 들어 `3.434`입니다.

**terms:termType:sku:rates:discountedRate:currency**  
절감형 플랜 제품에서 제공되는 할인 제품의 통화. 예를 들어 `USD`입니다.