Enhanced networking and EBS optimized Flashcards

1
Q

What means to NOT use enhanced networking?

A

Without Enhanced network, the instances are using a virtual network interface, those network interfaces talk back to the EC2 Host and they both use the host single network interface. The physical network interface card is not aware of virtualization, the host has to sit in the middle, controlling which instance has access to the physical card at what time (software process, slower and consumes a lot of CPU -> loss of performance, spikes on latency…) -> not an efficient system.

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

What means to use enhanced networking?

A

Enhanced networking uses SR-IOV.
The physical network interface is aware of the virtualization.
Each instance is given exclusive access to one part of a physical network interface card, you can think of it as logical cards - for the instance is like a proper physical and dedicated card.

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

Is there any extra charge for using enhanced networking?

A

No extra charges and it is available for most EC2 types

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

Technically speaking, what can you achieve by using enhanced networking?

A
  • Higher IO and lower host CPU usage.
  • More bandwidth and higher packet per seconds (PPS)
  • Consistent lower latencty.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What means to NOT use EBS optimized instances?

A

Historically network on EC2 was shared with the same network stack used for both data networking and EBS storage networking.

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

What means to use EBS optimized instances?

A

EBS optimized instance means that some stack optimizations have taken place and dedicated capacity has been provided for that instance for EBS usage.

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

Is there any extra charge for using EBS optimized?

A

Most new instances support this and have this enabled by default for no charge.
Some supports it but enabling costs extra.

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