Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Compute Engine: Do I get charged for GPU on a stopped instance?

On this page, it says that:

Stopped instances do not incur per-minute, virtual machine usage charges while they are stopped, but any resources that the virtual machine is using, such as persistent disks and static IP addresses, will continue to be charged until they are deleted

Does the GPU attached to the instance count as "resources the vm is using"? Or is it a part of the VM?

like image 808
foobar Avatar asked Mar 26 '17 00:03

foobar


People also ask

Does GCP charge for stopped instances?

A stopped instance does not incur charges, but all of the resources that are attached to the instance will still be charged. For example, you are charged for persistent disks and external IP addresses according to the price sheet, even if an instance is stopped.

How is Compute Engine billed?

A bill is sent out at the end of each billing cycle, providing a sum of Google Cloud charges. Prices on this page are listed in U.S. dollars (USD). For Compute Engine, disk size, machine type memory, and network usage are calculated in gigabytes (GB), where 1 GB is 2 30 bytes.

Is Google Compute Engine free forever?

Google's cloud computing platform, Google Cloud Platform, has been touted as being free forever. However, this is not the case. Google Cloud Platform is a subscription-based service that grants users access to Google's suite of cloud computing services.

What is difference between stop and suspend in GCP?

Suspending an instance differs from stopping an instance in the following ways: Suspended instances preserve the guest OS memory, device state, and application state. Google charges for the storage necessary to save instance memory. You can only suspend an instance for up to 60 days.


1 Answers

The documentation page has been updated and now explicitly mentions:

GPUs are not charged when an instance is stopped. A GPU attached to a stopped instance will not count against your project quota.

Source: https://cloud.google.com/compute/docs/instances/stopping-or-deleting-an-instance

like image 174
julien_c Avatar answered Sep 17 '22 16:09

julien_c