ELASTIC COMPUTE CLOUD (EC2) BASICS Flashcards

1
Q

Technology that you can use to create virtual representations of servers, storage, networks, and other physical machines. Software mimics the functions of physical hardware to run multiple virtual machines simultaneously on a single physical machine

A

Virtualization

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Technique is fast and provides near-native speed in comparison to full virtualization but requires modifications to the OS to allow the hypervisor to export a modified version of the underlying hardware to the VMs.

A

Paravirtualization

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The underlying hardware provides special CPU instructions to aid virtualization

A

Hardware-assisted Virtualization

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Hardware standard that allows a PCI Express device – typically a network interface card (NIC) – to present itself as several virtual NICs to a hypervisor

A

Single Root I/O Virtualization (SR-IOV)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

limited to running On-Demand Instances per your vCPU-based On-Demand Instance limit

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Runs on shared hosts or dedicated hosts

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

If the AZ fails, the host fails, and the instances fail within the AZ

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Does EC2 run in a single AZ

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Is the Instance Store on an EC2 temporary?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Can you connect network interfaces or EBS storage in one AZ to an EC2 instance in another AZ?

A

No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Used for Traditional OS+Application Compute

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Used for Long-Running Compute

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Used for Server Style Applications

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Used for Applications that require Burst or steady-state load

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Used for monotlithic application stacks

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

used for migrated application workloads or disaster recovery

A

True

17
Q

supported and maintained image provided by AWS that provides the information required to launch an instance

A

AMI

18
Q

Can AMI work in a different region that is created in?

A

No

19
Q

Creating an AMI from a configured instance + application

A

AMI Baking

20
Q

Can an AMI be edited after created?

A

No

21
Q

Can an AMI be copied between regions

A

Yes

22
Q

scaling where you are adding more servers to the system. More servers mean that workload is distributed to a greater number of workers, which thereby reduces the burden on each server

A

Horizontal Scaling

23
Q

Refers to increasing or decreasing the resources of a single server, instead of adding new servers to the system suited for resources that are stateful or have operations difficult to manage in a distributed manner

A

Vertical Scaling

24
Q

Externally hosted session data for instances

A

Off-host sessions