wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

AWS EC2

Total questions: 15

Worksheet time: 7mins

Name
Class
Date
1.

Can I move a reserved instance from one region to another?

a)

Yes

b)

No

c)

It depends on the region

d)

Only in the US

2.

You need to know both the private IP address and public IP address of your EC2 instance. You should ________.

a)

Run IPCONFIG (Windows) or IFCONFIG (Linux)

b)

Retrieve the instance Metadata from http://169.254.169.254/latest/meta-data/

c)

Retrieve the instance User Data from http://169.254.169.254/latest/meta-data/

d)

Use the following command: AWS EC2 DisplayIP

3.

Amazon's EBS volumes are ________.


a)

Object-based storage

b)

Block-based storage

c)

Encrypted by default

d)

​Not suitable for databases

4.

Individual instances are provisioned ________.

a)

​In Regions

b)

​In Availability Zones

c)

Globally

5.

Is it possible to perform actions on an existing Amazon EBS Snapshot?

a)

​Yes, through the AWS APIs, CLI, and AWS Console

b)

No

c)

​It depends on the region

d)

EBS does not have snapshot functionality

6.

The use of a cluster placement group is ideal _______.

a)

When you need to distribute content on a CDN network

b)

When you need to deploy EC2 instances that require high disk IO

c)

Your fleet of EC2 Instances requires low latency and high network throughput across multiple availability zones

d)

Your fleet of EC2 instances requires high network throughput and low latency within a single availability zone

7.

Which AWS CLI command should I use to create a snapshot of an EBS volume?

a)

aws ec2 create-snapshot

b)

​aws ec2 fresh-snapshot

c)

aws ec2 deploy-snapshot

d)

aws ec2 new-snapshot

8.

Will an Amazon EBS root volume persist independently from the life of the terminated EC2 instance to which it was previously attached? In other words, if I terminated an EC2 instance, would that EBS root volume persist?

a)

Yes

b)

​No

c)

Only if I specify (using either the AWS Console or the CLI) that it should do so

d)

​It depends on the region in which the EC2 instance is provisioned

9.

I can use the AWS Console to add a role to an EC2 instance after that instance has been created and powered-up.

a)

TRUE

b)

​FALSE

10.

Can you attach an EBS volume to more than one EC2 instance at the same time?

a)

​Yes

b)

​No

c)

​If that EC2 volume is part of an AMI

d)

Depends on which region

11.

Which component of EC2 holds the operating system, software configuration, tools and agents - as a reusable template?

a)

AMI

b)

EC2 Dashboard

c)

RDS

d)

Machine Template

12.

Which AWS monitoring service is EC2 publishing metrics at regular intervals to?

a)

Amazon CloudFront

b)

Amazon CloudSearch

c)

Amazon CloudWatch

d)

Amazon Config

13.

An Application Load Balancer operates at which OSI layer?​

a)

Layer 4, the connection layer​

b)

Layer 2, the data link layer​

c)

Layer 7, the application layer​

d)

Layer 3, the network layer​

14.

When will you incur costs with an Elastic IP Address (EIP)?

a)

When an EIP is allocated

b)

When it is allocated and associated with a running instance

c)

When it is allocated and associated with a stopped instance

d)

Costs are incurred regardless of whether the EIP is associated with a running instance

15.

Which service in AWS guarantees 100% SLA?

a)

S3

b)

RDS

c)

Route 53

d)

Cloudfront