0
0
AWScloud~5 mins

Launching an EC2 instance in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is an EC2 instance in AWS?
An EC2 instance is a virtual server in the cloud that you can use to run applications, just like a computer but hosted by AWS.
Click to reveal answer
beginner
Which key step is required before launching an EC2 instance?
You must select an Amazon Machine Image (AMI), which is a template that contains the operating system and software for your instance.
Click to reveal answer
beginner
What is the purpose of a security group when launching an EC2 instance?
A security group acts like a firewall that controls the traffic allowed to reach your EC2 instance.
Click to reveal answer
beginner
Why do you need a key pair when launching an EC2 instance?
A key pair is used to securely connect to your EC2 instance via SSH, ensuring only authorized users can access it.
Click to reveal answer
beginner
What does the instance type define when launching an EC2 instance?
The instance type defines the hardware resources like CPU, memory, and storage capacity your EC2 instance will have.
Click to reveal answer
What is the first step to launch an EC2 instance?
AChoose an Amazon Machine Image (AMI)
BCreate a security group
CSelect an instance type
DGenerate a key pair
What controls the network traffic allowed to your EC2 instance?
AKey pair
BInstance type
CElastic IP
DSecurity group
Which of these is NOT a valid instance type characteristic?
ACPU power
BMemory size
COperating system
DStorage capacity
Why do you need a key pair when launching an EC2 instance?
ATo assign an IP address
BTo connect securely via SSH
CTo select the instance type
DTo create a security group
What is an Amazon Machine Image (AMI)?
AA template with OS and software
BA virtual server
CA firewall rule set
DA storage volume
Explain the main steps to launch an EC2 instance in AWS.
Think about the order from choosing the software to securing access.
You got /5 concepts.
    Describe the role of security groups and key pairs when launching an EC2 instance.
    One is about network safety, the other about user access.
    You got /3 concepts.