Recall & Review
beginner
What does the running state mean for an AWS EC2 instance?
The instance is powered on and ready to use. It can accept network traffic and run applications.
Click to reveal answer
beginner
What happens when an EC2 instance is in the stopped state?
The instance is powered off but still exists. You are not charged for instance usage, but storage costs apply. You can start it again later.
Click to reveal answer
beginner
What does the terminated state mean for an EC2 instance?
The instance is permanently deleted. You cannot start it again. All associated resources like storage may be deleted depending on settings.
Click to reveal answer
beginner
Can you restart an EC2 instance that is terminated?
No, once an instance is terminated, it is permanently deleted and cannot be restarted.
Click to reveal answer
beginner
What is the difference between stopping and terminating an EC2 instance?
Stopping powers off the instance but keeps it for later use. Terminating deletes the instance permanently.
Click to reveal answer
What state is an EC2 instance in when it is powered on and ready to use?
✗ Incorrect
The running state means the instance is powered on and ready to accept traffic.
Which instance state means the instance is permanently deleted?
✗ Incorrect
Terminated means the instance is deleted and cannot be restarted.
If you want to pause an instance but keep it for later use, which state should you put it in?
✗ Incorrect
Stopped means the instance is powered off but can be started again later.
Are you charged for instance usage when an EC2 instance is stopped?
✗ Incorrect
When stopped, you don't pay for instance runtime but still pay for storage.
Can you restart an EC2 instance after it has been terminated?
✗ Incorrect
Terminated instances are permanently deleted and cannot be restarted.
Explain the differences between the running, stopped, and terminated states of an EC2 instance.
Think about what happens to the instance and your ability to use it in each state.
You got /3 concepts.
What are the cost implications of stopping versus terminating an EC2 instance?
Consider what you pay for when the instance is stopped versus terminated.
You got /2 concepts.