A financial services company is deploying a distributed, tightly-coupled risk modeling simulation on a fleet of Amazon EC2 instances in a private subnet. The simulation requires ultra-low latency and high-throughput node-to-node communication. Additionally, the simulation nodes must download several terabytes of historical market data from an Amazon S3 bucket at the beginning of each simulation run. Which combination of actions should a solutions architect recommend to meet these requirements in a high-performing and cost-effective manner? (Select TWO.)
- Launch the EC2 instances in a cluster placement group within a single Availability Zone.Answer
- Create a gateway VPC endpoint for Amazon S3 and associate it with the route tables of the private subnet.Answer
- CLaunch the EC2 instances in a spread placement group across multiple Availability Zones to minimize network latency.
- DDeploy a NAT gateway in the public subnet and route all traffic destined for Amazon S3 through it.
- ELaunch the EC2 instances in a partition placement group to distribute the workload across multiple physical partitions.
Answer
To meet the requirements, the solutions architect should launch the EC2 instances in a cluster placement group and create a gateway VPC endpoint for Amazon S3.
The correct strategy combines a cluster placement group to ensure ultra-low latency, high-throughput node-to-node networking with a gateway VPC endpoint for Amazon S3 to download large datasets cost-effectively and with high performance, bypassing the NAT gateway.
Step-by-Step Solution
Key Concept
High-performing and cost-effective networking for EC2 instances and S3 connections.