翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
Savings Plans のサービス料金表ファイルの読み取り
に関するフィードバックを提供するには AWS の料金表、この簡単なアンケート |
のサービス料金表ファイル AWS のサービス には、次のタイプの情報が含まれています。
-
サービス料金表ファイルの詳細 – バージョン、公開日など AWS リージョン、サービス料金表ファイルに関するメタデータ
-
製品詳細 — 製品と製品情報が記載されているサービス料金表ファイルの製品メタデータ
-
料金詳細 (terms) — サービス料金表ファイルに含まれるすべての製品の料金
CSV ファイル
CSV ファイルの最初の 5 行は、料金表ファイルのメタデータです。6 行目には、製品とその属性 (SKU
、RateCode
など) の列名が表示されます。
列数は Savings Plans によって異なります。最初のいくつかの列には料金詳細が表示され、残りの列には Savings Plans の製品詳細が表示されます。
JSON ファイル
製品詳細と料金詳細がそれぞれのセクションに表示されます。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" } }, ... ] }, ... ] } }
サービス料金表の定義
以下は、サービス料金表ファイルの条件の定義です。
- regionCode
-
料金表が有効なリージョンのリージョンコード。
- version
-
料金表ファイルのバージョンを追跡する属性。新しいファイルが公開されるたびに、新しいバージョン番号が含まれます。例えば、
20150409022205
と20150910182105
です。 - publicationDate
-
サービス料金表ファイルが公開された UTC 形式の日付と時刻。例えば、
2015-04-09T02:22:05Z
と2015-09-10T18:21:05Z
です。
製品詳細 (products) の定義
このセクションには、Savings Plans の料金表ファイルに含まれる製品の情報が表示されます。製品は SKU によってインデックスが作成されます。
- products:product:sku
-
製品の一意のコード。
SKU
コードを使用して、製品の詳細と料金を関連付けます。例えば、SKU が
HCNSHWWAJSGVAHMH
の製品は、HCNSHWWAJSGVAHMH
が SKU として表示されている料金のみで利用可能です。 - products:product:productFamily
-
製品タイプのカテゴリ。例えば、Compute Savings Plans の場合は
EC2InstanceSavingsPlans
です。 - products:product:serviceCode
-
Savings Plans のサービスコード。例えば、
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) の定義
このセクションには、Savings Plans の料金表ファイルに含まれる料金の情報が表示されます。
料金は、まず条件 (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
-
Savings Plans 製品に適用されるすべての割引料金のリスト。Savings Plans 製品は、他のサービスの複数の製品を組み合わせたもので、その組み合わせに適用される複数の料金が含まれています。
- 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
-
Savings Plans 製品で提供される料金の料金コード。例えば、
T496KPMD8YQ8RZNC.26PW7ZDSYZZ6YBTZ
などです - terms:termType:sku:rates:unit
-
製品の使用量を測定するために使用される単位。例えば、Amazon EC2 インスタンスの場合は
Hrs
です。 - terms:termType:sku:rates:discountedRate:price
-
Savings Plans 製品で提供される割引対象製品の料金。例えば、
3.434
と指定します。 - terms:termType:sku:rates:discountedRate:currency
-
Savings Plans 製品で提供される割引対象製品の料金の通貨。例えば、
USD
と指定します。