Topic 1 Question 150
You have a batch workload that runs every night and uses a large number of virtual machines (VMs). It is fault-tolerant and can tolerate some of the VMs being terminated. The current cost of VMs is too high. What should you do?
Run a test using simulated maintenance events. If the test is successful, use preemptible N1 Standard VMs when running future jobs.
Run a test using simulated maintenance events. If the test is successful, use N1 Standard VMs when running future jobs.
Run a test using a managed instance group. If the test is successful, use N1 Standard VMs in the managed instance group when running future jobs.
Run a test using N1 standard VMs instead of N2. If the test is successful, use N1 Standard VMs when running future jobs.
解説
ユーザの投票
コメント(16)
Correct Answer is (A):
Creating and starting a preemptible VM instance This page explains how to create and use a preemptible virtual machine (VM) instance. A preemptible instance is an instance 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 will always terminate after 24 hours. To learn more about preemptible instances, read the preemptible instances documentation.
Preemptible instances are recommended only for fault-tolerant applications that can withstand instance preemptions. Make sure your application can handle preemptions before you decide to create a preemptible instance. To understand the risks and value of preemptible instances, read the preemptible instances documentation.
https://cloud.google.com/compute/docs/instances/create-start-preemptible-instance
👍 38ESP_SAP2020/08/21A: is the answer
👍 16MohammedGhouse2020/08/12A. Run a test using simulated maintenance events. If the test is successful, use preemptible N1 Standard VMs when running future jobs
👍 3GCP_Student12021/02/28
シャッフルモード