Sec. 5: EC2 Fundamentals

Sec. 5: EC2 Fundamentals

University

11 Qs

quiz-placeholder

Similar activities

Sec. 11:  Deployments & Managing Infrastructure at  Scale

Sec. 11: Deployments & Managing Infrastructure at Scale

University

14 Qs

AWS for Startups

AWS for Startups

University

10 Qs

Cloud migration prerequisite

Cloud migration prerequisite

University - Professional Development

15 Qs

UML Quiz

UML Quiz

University

15 Qs

Database Management Midterm Exam Part 1

Database Management Midterm Exam Part 1

University

15 Qs

Web Apps 02 - MeteorJS

Web Apps 02 - MeteorJS

University

12 Qs

Sec. 6: EC2 Instance Storage

Sec. 6: EC2 Instance Storage

University

9 Qs

AWS 2 Session 1 Touchpoints

AWS 2 Session 1 Touchpoints

University

10 Qs

Sec. 5: EC2 Fundamentals

Sec. 5: EC2 Fundamentals

Assessment

Quiz

Instructional Technology

University

Easy

Created by

Renato Biz Martins

Used 3+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which EC2 Purchasing Option can provide you the biggest discount, but it is not suitable for critical jobs or databases?

Convertible Reserved Instances

Dedicated Hosts

Spot Instances

Answer explanation

Spot Instances are good for short workloads and this is the cheapest EC2 Purchasing Option. But, they are less reliable because you can lose your EC2 instance.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you use to control traffic in and out of EC2 instances?

Network Access Control List (NACL)

Security Groups

IAM Policies

Answer explanation

Security Groups operate at the EC2 instance level and can control traffic.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How long can you reserve an EC2 Reserved Instance?

1 or 3 years

2 or 4 years

6 months or 1 year

Anytime between 1 and 3 years

Answer explanation

EC2 Reserved Instances can be reserved for 1 or 3 years only.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You would like to deploy a High-Performance Computing (HPC) application on EC2 instances. Which EC2 instance type should you choose?

Storage Optimized

Memory Optimized

Compute Optimized

General Purpose

Answer explanation

Compute Optimized EC2 instances are great for compute-intensive workloads requiring high-performance processors (e.g., batch processing, media transcoding, high-performance computing, scientific modeling & machine learning, and dedicated gaming servers).

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which EC2 Purchasing Option should you use for an application you plan to run on a server continuously for 1 year?

On-Demand Instances

Spot Instances

Reserved Instances

Answer explanation

Reserved Instances are good for long workloads. You can reserve EC2 instances for 1 or 3 years.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are preparing to launch an application that will be hosted on a set of EC2 instances. This application needs some software installation and some OS packages need to be updated during the first launch. What is the best way to achieve this when you launch the EC2 instances?

Connect to each EC2 instance using SSH, then install the required software and update your OS packages manually

Write a bash script that installs the required software and updates to your OS, then use this script in EC2 User Data when you launch your EC2 instances

Write a bash script that installs the required software and updates to your OS, then contact AWS Support and provide them with the script. They will run it on your EC2 instances at launch

Answer explanation

EC2 User Data is used to bootstrap your EC2 instances using a bash script. This script can contain commands such as installing software/packages, download files from the Internet, or anything you want.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which EC2 Instance Type should you choose for a critical application that uses an in-memory database?

Compute Optimized

Storage Optimized

Memory Optimized

General Purpose

Answer explanation

Memory Optimized EC2 instances are great for workloads requiring large data sets in memory.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?