wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Amazon EC2 Instances — MCQs

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

What does EC2 stand for in AWS?

a)

Elastic Cloud Compute

b)

Elastic Compute Cloud

c)

Enhanced Computing Cluster

d)

Enterprise Cloud Compute

2.

What is the main purpose of Amazon EC2?

a)

Object storage for backups

b)

On-demand virtual servers in the cloud

c)

Database management

d)

DNS routing service

3.

Which of the following can you use to connect to a Linux EC2 instance?

a)

RDP

b)

SSH

c)

HTTP

d)

HTTPS

4.

What is the default storage type attached to an EC2 instance?

a)

Amazon S3

b)

Instance Store

c)

Amazon EBS (Elastic Block Store)

d)

Amazon Glacier

5.

Which EC2 pricing model is best for long-term, steady workloads?

a)

On-Demand Instances

b)

Spot Instances

c)

Reserved Instances

d)

Dedicated Hosts

6.

6. When an EC2 instance is terminated, which of the following occurs?

a)

The instance is permanently deleted and cannot be recovered.

b)

The instance is stopped and can be restarted later.

c)

The instance is paused and resumes from the same state.

d)

The instance is automatically backed up.

7.

Which AWS service automatically scales the number of EC2 instances?

a)

AWS Lambda

b)

Auto Scaling

c)

Elastic Beanstalk

d)

CloudFormation

8.

What is an Amazon Machine Image (AMI)?

a)

A backup of your EC2 instance

b)

A template used to launch EC2 instances

c)

A software update service

d)

A network configuration file

9.

Which EC2 instance type is optimized for compute-intensive tasks?

a)

T4g

b)

C7g

c)

R7a

d)

M6i

10.

What is the maximum number of security groups that can be assigned to an EC2 instance?

a)

2

b)

3

c)

5

d)

10

11.

Which Amazon EC2 feature allows you to preserve data when an instance is stopped and restarted?

a)

Instance Store

b)

Elastic IP

c)

EBS Volume

12.

What is the purpose of an Elastic IP address in EC2?

a)

Provides a dynamic IP that changes every reboot

b)

Provides a static public IPv4 address

c)

Provides internal DNS

d)

Connects to a VPC endpoint

13.

Which EC2 pricing model allows you to bid for unused capacity?

a)

On-Demand

b)

Reserved

c)

Spot Instances

d)

Dedicated Hosts

14.

What is the minimum billing duration for an EC2 instance?

a)

Per minute

b)

Per second (for Linux)

c)

Per hour

d)

Monthly

15.

What is the purpose of EC2 Key Pairs?

a)

To encrypt data at rest

b)

To enable secure SSH login to instances

c)

To connect to AWS Management Console

d)

To share files between instances