ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 101 - Associate Cloud Engineer discussion

Report
Export

You need to host an application on a Compute Engine instance in a project shared with other teams. You want to prevent the other teams from accidentally causing downtime on that application. Which feature should you use?

A.
Use a Shielded VM.
Answers
A.
Use a Shielded VM.
B.
Use a Preemptible VM.
Answers
B.
Use a Preemptible VM.
C.
Use a sole-tenant node.
Answers
C.
Use a sole-tenant node.
D.
Enable deletion protection on the instance.
Answers
D.
Enable deletion protection on the instance.
Suggested answer: D

Explanation:

As part of your workload, there might be certain VM instances that are critical to running your application or services, such as an instance running a SQL server, a server used as a license manager, and so on. These VM instances might need to stay running indefinitely so you need a way to protect these VMs from being deleted. By setting the deletionProtection flag, a VM instance can be protected from accidental deletion. If a user attempts to delete a VM instance for which you have set the deletionProtection flag, the request fails. Only a user that has been granted a role with compute.instances.create permission can reset the flag to allow the resource to be deleted. Ref:https://cloud.google.com/compute/docs/instances/preventing-accidental-vm-deletion

asked 18/09/2024
Alex Bu
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first