Recall & Review
beginner
What does the running state mean for a Compute Engine instance?
The instance is powered on and actively working. It can process tasks and respond to network requests.
Click to reveal answer
beginner
What happens when a Compute Engine instance is in the stopped state?
The instance is powered off but still exists. You are not charged for the instance's CPU or memory, but storage costs remain.
Click to reveal answer
beginner
Explain the terminated state of a Compute Engine instance.
The instance has been deleted and no longer exists. All resources tied to it are released and you stop paying for it.
Click to reveal answer
beginner
Can you restart a Compute Engine instance from the stopped state?
Yes, you can start a stopped instance again. It will boot up and return to the running state.
Click to reveal answer
intermediate
What is the difference between stopping and terminating an instance?
Stopping powers off the instance but keeps it saved for later use. Terminating deletes the instance permanently.
Click to reveal answer
What state is a Compute Engine instance in when it is powered on and ready to use?
✗ Incorrect
The running state means the instance is powered on and active.
If you want to save costs but keep your instance data, which state should you use?
✗ Incorrect
Stopped instances do not incur CPU or memory charges but keep storage data.
What happens to your instance when it is terminated?
✗ Incorrect
Terminated means the instance is deleted and resources are released.
Can you restart an instance that is stopped?
✗ Incorrect
Stopped instances can be started again to become running.
Which state means you are still charged for storage but not for CPU or memory?
✗ Incorrect
Stopped instances keep storage and incur storage costs only.
Describe the differences between running, stopped, and terminated states of a Compute Engine instance.
Think about what happens to the instance and billing in each state.
You got /3 concepts.
Explain why you might choose to stop an instance instead of terminating it.
Stopping is like pausing, terminating is like deleting.
You got /3 concepts.