Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Penentuan harga berdasarkan resource
Sebelum 1 Oktober 2018, jenis mesin SKU menyertakan vCPU dan memori
sebagai satu unit. Mulai 1 Oktober 2018, sebagian besar jenis mesin ditagihkan sebagai
SKU vCPU dan memori secara terpisah. Jenis mesin n1-standard, n1-highmem, dan
n1-highcpu ditagih berdasarkan masing-masing vCPU dan penggunaan memori dalam dua SKU terpisah, bukan penagihan berdasar setiap jenis mesin.
Perubahan ini memberikan penghematan dan kemudahan tambahan.
Jenis mesin yang telah ditetapkan tetap berfungsi seperti biasa, tetapi tagihan Anda melaporkannya sebagai vCPU dan memori yang terpisah. Artinya, penghematan dengan diskon untuk penggunaan berkelanjutan tidak lagi terbatas pada instance jenis mesin yang sama. Sebagai gantinya, Anda akan menerima diskon untuk penggunaan berkelanjutan untuk instance berdasarkan penggunaan setiap vCPU dan GB
memori, terlepas dari jenis mesin yang Anda gunakan. Fleksibilitas tambahan ini memberikan penghematan dengan diskon untuk penggunaan berkelanjutan yang lebih besar daripada model penagihan saat ini.
Karena jenis mesin yang telah ditetapkan sebelumnya tidak ditagih secara terpisah sebagai vCPU dan resource memori, beberapa SKU ditambahkan untuk menjelaskan item tersebut.
Harga
Untuk mengetahui harga vCPU dan memori di berbagai kategori jenis mesin, lihat halaman Harga Compute Engine.
Diskon untuk penggunaan berkelanjutan
Diskon untuk penggunaan berkelanjutan bagi jenis mesin yang telah ditetapkan berlaku dengan cara yang sama seperti pada jenis mesin kustom dan sole-tenant node. Lihat Diskon untuk penggunaan berkelanjutan untuk melihat contoh diskon penggunaan berkelanjutan untuk harga berdasarkan resource.
Ekspor penagihan
Dengan perubahan ini, Anda tidak akan lagi melihat jenis mesin yang Anda gunakan dalam invoice dan ekspor BigQuery Penagihan.
Namun,
Anda masih dapat menggunakan kunci label
sistem "key":"compute.googleapis.com/machine_spec" dalam ekspor BigQuery penagihan untuk mendapatkan jenis mesin
untuk VM
yang Anda gunakan.
Misalnya, Anda dapat menemukan biaya sejak 18 September 2018 yang diurutkan berdasarkan jenis mesin
menggunakan contoh berikut:
SELECT
sku.description as sku_description,
system_labels.value as machine_spec,
SUM(cost) as cost
FROM `project.dataset.table`
LEFT JOIN UNNEST(system_labels) as system_labels
ON system_labels.key = "compute.googleapis.com/machine_spec"
WHERE CAST(DATETIME(usage_start_time, "America/Los_Angeles") AS DATE) >= "2018-09-18"
GROUP BY sku_description, machine_spec;
Ganti project_id.dataset_name.table_name dengan tabel Anda yang diekspor.
Dengan model harga bayar sesuai penggunaan Google Cloud, Anda hanya membayar untuk layanan yang Anda gunakan. Hubungi tim penjualan kami untuk mendapatkan penawaran harga khusus bagi organisasi Anda.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],[],[],[],null,["# Resource-based pricing\n======================\n\nBefore October 1st, 2018, machine type [SKUs](/skus) included vCPUs and memory\nas a single unit. Starting October 1st 2018, most machine types are billed as\nindividual vCPU and memory SKUs. The `n1-standard`, `n1-highmem`, and\n`n1-highcpu` machine types are billed by their individual vCPU and memory\nusage in two separate SKUs rather than billing by each machine type.\n\nThis change provides additional savings and simplicity.\n[Predefined machine types](/compute/docs/machine-resource) continue to function\nas normal, but your bill reports them as individual vCPUs and memory. This\nmeans that the savings for\n[sustained use discounts](/compute/docs/sustained-use-discounts) are no longer\nlimited to instances of the same machine type. Instead, you receive sustained\nuse discounts for instances based on your use of the individual vCPUs and GB\nof memory regardless of the machine type that you use. This additional\nflexibility provides larger sustained use discount savings than the\ncurrent billing model.\n\nSee the pricing for vCPUs and memory on the\n[Compute Engine pricing](/compute/vm-instance-pricing) page.\n\nSKUs for predefined vCPU and memory\n-----------------------------------\n\nBecause predefined machine types were not previously billed as individual\nvCPU and memory resources, several SKUs are added to describe those items. \n\nPricing\n-------\n\nTo see the pricing for the vCPUs and memory in different machine type\ncategories, see the [Compute Engine pricing](/compute/vm-instance-pricing)\npage.\n\nSustained use discounts\n-----------------------\n\nSustained use discounts for predefined machine types function the same\nway that they do for custom machine types and sole-tenant nodes. See\n[Sustained use discounts](/compute/docs/sustained-use-discounts) for\nexamples of sustained use discounts for resource based pricing.\n\nBilling export\n--------------\n\nWith this change, you are no longer be to see the machine types that you\nare using in your invoice and\n[Billing BigQuery export](/billing/docs/how-to/export-data-bigquery).\nHowever,\nyou can still use the `\"key\":\"compute.googleapis.com/machine_spec\"` system\nlabel key in billing BigQuery export to obtain the machine types\nfor the VMs\nthat you are using.\n\nFor example, you can find costs since 18 September 2018 sorted by machine type\nusing the following example: \n\n SELECT\n sku.description as sku_description,\n system_labels.value as machine_spec,\n SUM(cost) as cost\n FROM `project.dataset.table`\n LEFT JOIN UNNEST(system_labels) as system_labels\n ON system_labels.key = \"compute.googleapis.com/machine_spec\"\n WHERE CAST(DATETIME(usage_start_time, \"America/Los_Angeles\") AS DATE) \u003e= \"2018-09-18\"\n GROUP BY sku_description, machine_spec;\n\nReplace `project_id.dataset_name.table_name` with your own exported table.\n\nWhat's next\n-----------\n\n- Read the [Compute Engine documentation](/compute/docs).\n- Get started with [Compute Engine](/compute/docs/quickstarts).\n- Try the [Pricing calculator](/products/calculator).\n- Learn about [Compute Engine solutions and use cases](/architecture?text=Compute Engine).\n- Read [VM instance pricing](/compute/vm-instance-pricing) to see vCPU and memory pricing.\n- Read [Sustained use discounts](/compute/docs/sustained-use-discounts) to see the current process for sustained use discounts.\n\n#### Request a custom quote\n\nWith Google Cloud's pay-as-you-go pricing, you only pay for the services you use. Connect with our sales team to get a custom quote for your organization.\n[Contact sales](/contact?direct=true)"]]