AWS Certified Solutions Architect – Associate (SAA-C02) — Question 412
A company is deploying an application that processes streaming data in near-real time. The company plans to use Amazon EC2 instances for the workload. The network architecture must be configurable to provide the lowest possible latency between nodes.
Which combination of network solutions will meet these requirements? (Choose two.)
Answer options
- A. Enable and configure enhanced networking on each EC2 instance.
- B. Group the EC2 instances in separate accounts.
- C. Run the EC2 instances in a cluster placement group.
- D. Attach multiple elastic network interfaces to each EC2 instance.
- E. Use Amazon Elastic Block Store (Amazon EBS) optimized instance types.
Correct answer: A, C
Explanation
Launching the EC2 instances in a cluster placement group physically places them close together within a single Availability Zone, which minimizes inter-node latency. Enabling enhanced networking further reduces latency and jitter while increasing packet-per-second performance by utilizing single root I/O virtualization (SR-IOV). Other options, such as using EBS-optimized instances or multiple ENIs, do not improve node-to-node network latency.