EC2 Flashcards
What happens to the instance memory (RAM) when an EC2 instance is hibernated?
The contents are saved to the EBS root volume.
TRUE or FALSE?
When a hibernated EC2 instance is restarted it gets a new instance ID.
FALSE
What are the prerequisites for hibernating an EC2 instance? (5)
- Hibernation enabled
- Supported AMI (Linux)
- EBS root volume (not instance store volume)
- Root volume large enough to store RAM content
- Root volume is encrypted
What does it mean to take a snapshot of an EC2 instance?
It creates a backup of the root or additionally attached volumes.
TRUE or FALSE?
The data on an instance store volume is lost if the instance is rebooted.
FALSE
Only if the instance is stopped, terminated, or there is a disk failure.
What’s the difference between a cluster and partition placement group?
A cluster placement group places the instances close together. A partition placement group spreads them out.
How many security groups can you assign to an EC2 instance?
Up to 5