Topic 9 Question 20
Which of the following is a virtual machine instance that can be terminated by Compute Engine without warning?
A preemptible VM
A shared-core VM
A high-cpu VM
A standard VM
解説
A preemptible VM is an instance that you can create and run at a much lower price than normal instances. However, Compute Engine might terminate (preempt) these instances if it requires access to those resources for other tasks. Preemptible instances are excess Compute Engine capacity so their availability varies with usage. If your applications are fault-tolerant and can withstand possible instance preemptions, then preemptible instances can reduce your Compute Engine costs significantly. For example, batch processing jobs can run on preemptible instances. If some of those instances terminate during processing, the job slows but does not completely stop. Preemptible instances complete your batch processing tasks without placing additional workload on your existing instances, and without requiring you to pay full price for additional normal instances. Reference: https://cloud.google.com/compute/docs/instances/preemptible
コメント(2)
A, for sure. Preemptible *
👍 4gfhbox00832020/06/10A is right
👍 2Ziegler2020/06/06
シャッフルモード