An online multiplayer gaming studio is launching a new game server hosting platform in the us-west-2 Region. The gaming client applications require low-latency UDP communication with the server fleet. Additionally, the studio must establish a hybrid network link to their on-premises development office to transfer large game builds (up to during peak hours) to private subnets in the VPC, while blocking specific external IPs known for malicious attacks at the subnet boundary. Which TWO actions should the solutions architect take to meet these requirements?
- Configure AWS Global Accelerator to route client traffic to a Network Load Balancer (NLB) targeting the game servers.Cevap
- Establish a AWS Direct Connect connection to the VPC, and configure a Network Access Control List (NACL) with deny rules for the malicious IP addresses.Cevap
- CEstablish a single AWS Site-to-Site VPN connection with a virtual private gateway to handle the game build transfers.
- DConfigure the Security Groups of the game servers to explicitly deny inbound traffic from the malicious IP addresses.
- EConfigure Amazon Route 53 with latency-based routing to resolve the client application connections directly to the game server instance public IP addresses.
Cevap
Configure AWS Global Accelerator to route client traffic to a Network Load Balancer (NLB) targeting the game servers, and establish a AWS Direct Connect connection to the VPC while configuring a Network Access Control List (NACL) with deny rules for the malicious IP addresses.
AWS Global Accelerator optimizes UDP routing by utilizing the AWS global network to route traffic to a Network Load Balancer (NLB) close to the game servers. AWS Direct Connect provides high, dedicated throughput (such as ) that easily accommodates the build transfer requirement. Network Access Control Lists (NACLs) allow stateless deny rules to block specific malicious IP addresses at the subnet boundary.
Adım Adım Çözüm
Anahtar Kavram
Designing scalable, low-latency, and high-throughput hybrid network architectures using AWS Global Accelerator, Direct Connect, and VPC NACLs.