Recall & Review
beginner
What is an Amazon Machine Image (AMI)?
An AMI is a template that contains the information needed to launch a virtual server (EC2 instance) in AWS. It includes the operating system, application server, and applications.
Click to reveal answer
beginner
How does an AMI help in launching EC2 instances?
An AMI provides the base configuration for an EC2 instance, so when you launch an instance, it uses the AMI to know what software and settings to start with.
Click to reveal answer
intermediate
Can you modify an AMI after it is created?
No, AMIs are immutable. To change the configuration, you launch an instance from the AMI, make changes, and then create a new AMI from that instance.
Click to reveal answer
beginner
What are the main types of AMIs?
There are three main types: 1) AWS provided AMIs, 2) Marketplace AMIs from third parties, and 3) Custom AMIs created by users.
Click to reveal answer
beginner
Why is it important to choose the right AMI when launching an EC2 instance?
Choosing the right AMI ensures your instance has the correct operating system, software, and security settings, which saves time and avoids configuration errors.
Click to reveal answer
What does an AMI include when launching an EC2 instance?
✗ Incorrect
An AMI includes the operating system, application server, and applications needed to launch an EC2 instance.
Can you directly edit an existing AMI?
✗ Incorrect
AMIs are immutable; to change them, you create a new AMI from a modified instance.
Which type of AMI is created by users from their own instances?
✗ Incorrect
Custom AMIs are created by users from their own configured instances.
Why should you select the correct AMI before launching an EC2 instance?
✗ Incorrect
Selecting the correct AMI ensures the instance starts with the needed software and configuration.
What is the main purpose of an AMI in AWS?
✗ Incorrect
An AMI acts as a template to launch EC2 instances with predefined settings.
Explain what an Amazon Machine Image (AMI) is and why it is important in AWS.
Think of AMI as a recipe for baking a cake, where the cake is your EC2 instance.
You got /4 concepts.
Describe the process to update the software on an AMI.
You cannot change the recipe directly; you bake a new cake with changes and save that as a new recipe.
You got /4 concepts.