ASSOCIATE-CLOUD-ENGINEER · Question #275
Your company runs one batch process in an on-premises server that takes around 30 hours to complete. The task runs monthly, can be performed offline, and must be restarted if interrupted. You want to
The correct answer is B. Migrate the workload to a Compute Engine VM. Start and stop the instance as needed.. Migrating the workload to a Compute Engine VM and starting and stopping the instance as needed allows you to control when the task runs. This approach provides flexibility in terms of when to initiate the batch process, and it can be easily scheduled to run monthly. By stopping t
Question
Options
- ACreate an Instance Template with Spot VMs On. Create a Managed Instance Group from the
- BMigrate the workload to a Compute Engine VM. Start and stop the instance as needed.
- CMigrate the workload to a Google Kubernetes Engine cluster with Spot nodes.
- DMigrate the workload to a Compute Engine Spot VM.
How the community answered
(63 responses)- A8% (5)
- B73% (46)
- C3% (2)
- D16% (10)
Explanation
Migrating the workload to a Compute Engine VM and starting and stopping the instance as needed allows you to control when the task runs. This approach provides flexibility in terms of when to initiate the batch process, and it can be easily scheduled to run monthly. By stopping the instance when the task is not running, you can save on compute costs.
Topics
Community Discussion
No community discussion yet for this question.