EC2 Flashcards

1
Q

How are Elastic IPs scoped when allocated?

A

Per account, per region.

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

What are the three EC2 placement group types and their purpose?

A

Cluster Placement Groups (PERFORMANCE)
Spread Placement Groups (Resilience)
Partition Placement Groups (Topology Awareness)

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

What is a best practice for launching EC2 instances into a Cluster Placement Group?

A

Use all the same size instance and launch them at the same time to ensure that AWS allocates the capacity correctly in the right location.

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

What is Enhanced Networking and why should it be used?

A

The network card is virtualization aware and gives exclusive access to each VM instance, handling the process end-to-end and thus offloading work from the host CPU.

This allows more bandwidth, faster speeds, and lower latency for networking.

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

EC2 instance store volumes are resilient across what operations?

A

Reboots only. Stops, terminations, or hardware failures will all cause loss of the instance store volume.

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