0
0
AWScloud~5 mins

Amazon Machine Images (AMIs) in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AOnly the application data
BOnly the operating system
COperating system, application server, and applications
DNetwork settings only
Can you directly edit an existing AMI?
AOnly if the AMI is from Marketplace
BYes, AMIs are editable anytime
COnly if the AMI is AWS provided
DNo, you must create a new AMI from an instance
Which type of AMI is created by users from their own instances?
ACustom AMIs
BMarketplace AMIs
CPublic AMIs
DAWS provided AMIs
Why should you select the correct AMI before launching an EC2 instance?
ATo reduce network traffic
BTo ensure the instance has the right software and settings
CTo increase storage size automatically
DTo avoid paying for the instance
What is the main purpose of an AMI in AWS?
ATo provide a launch template for EC2 instances
BTo manage user permissions
CTo store data backups
DTo monitor network traffic
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.