Chapter 7.4 - EC2 Hibernation Flashcards

1
Q

What is EC2 Hibernation?

A

Hibernating an EC2 instance tells the operating system to perform hibernation aka suspend-to-disk)

Hibernation saves the contents from the instance memory (RAM) to the associated Amazon EBS volume.

The instance’s Amazon EBS root and attached data volumes persist.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the benefits o starting an EC2 instance out of hibernation?

A

The instance boots much faster.

The operating system does not need to reboot because the in-memory state (RAM) is preserved.

This is useful for:

  • Long-running processes
  • Services that take time to initialize
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the limitations of EC2 Hibernation?

A

Instance RAM must be less than 150 GB.

Instance families include: C3, C4, C5, M3, M4, M5, R3, R4, R5

Available for Windows, Amazon Linux 2 AMI, and Ubuntu

Instances can’t be hibernated for more than 60 days.

Available for On-Demand instances and Reserved Instances

How well did you know this?
1
Not at all
2
3
4
5
Perfectly