AWS Certified Advanced Networking – Specialty (ANS-C00) — Question 365

You need to set up an Amazon Elastic Compute Cloud (EC2) instance for an application that requires the lowest latency and the highest packet-per-second network performance. The application will talk to other servers in a peered VPC.
Which two of the following components should be part of the design? (Choose two.)

Answer options

Correct answer: A, E

Explanation

To achieve the highest packet-per-second performance and lowest latency, Enhanced Networking must be enabled on the Amazon EC2 instance, which utilizes Single Root I/O Virtualization (SR-IOV) and requires the correct OS drivers (such as ENA or ixgbevf) to be installed. Jumbo frames (MTU 9001) are not supported for traffic that leaves a VPC, including traffic over a VPC peering connection. EBS optimization improves storage performance rather than network-to-network traffic, and multiple ENAs do not inherently reduce latency or increase single-flow packet-per-second performance.