Creating a New EC2 Instance from a Snapshot
What is the term for creating a new EC2 instance from a snapshot?
a) An EC2 Snapshot
b) An EBS Volume
c) An AMI
d) An EBS Snapshot
Answer:
C) An AMI
Creating a new EC2 instance from a snapshot is called an AMI (Amazon Machine Image).
An AMI is a template for the root volume of an EC2 instance. It contains all the information necessary to launch an instance, including the operating system, application software, and configurations.
When you create a new EC2 instance from an AMI, it's like spinning up a new copy of the original instance, including its data and settings.