A business is developing a massively multiplayer online game. The game communicates through UDP, thus it is critical that the client and backend have a low latency. The backend is hosted on Amazon EC2 instances that may be scaled across various AWS Regions. The firm requires a high level of availability for the game in order for consumers worldwide to have access to it at all times.
What actions should a solutions architect take to ensure that these criteria are met?
- A. Deploy Amazon CloudFront to support the global traffic. Configure CloudFront with an origin group to allow access to EC2 instances in multiple Regions.
- B. Deploy an Application Load Balancer in one Region to distribute traffic to EC2 instances in each Region that hosts the game's backend instances.
- C. Deploy Amazon CloudFront to support an origin access identity (OAI). Associate the OAI with EC2 instances in each Region to support global traffic.
- D. Deploy a Network Load Balancer in each Region to distribute the traffic. Use AWS Global Accelerator to route traffic to the correct Regional endpoint.
한글 번역
한 기업이 대규모 멀티플레이어 온라인 게임을 개발하고 있습니다. 게임은 UDP를 통해 통신하므로 클라이언트와 백엔드가 짧은 대기 시간을 갖는 것이 중요합니다. 백엔드는 다양한 AWS 리전에서 확장될 수 있는 Amazon EC2 인스턴스에서 호스팅됩니다. 회사는 전 세계 소비자가 항상 게임에 액세스할 수 있도록 높은 수준의 게임 가용성을 요구합니다.
솔루션 설계자는 이러한 기준을 충족하기 위해 어떤 조치를 취해야 합니까?
- A. Amazon CloudFront를 배포하여 글로벌 트래픽을 지원합니다. 여러 리전의 EC2 인스턴스에 대한 액세스를 허용하도록 오리진 그룹으로 CloudFront를 구성합니다.
- B. 한 지역에 Application Load Balancer를 배포하여 게임의 백엔드 인스턴스를 호스팅하는 각 지역의 EC2 인스턴스에 트래픽을 분산합니다.
- C. Amazon CloudFront를 배포하여 오리진 액세스 ID(OAI)를 지원합니다. OAI를 각 리전의 EC2 인스턴스와 연결하여 글로벌 트래픽을 지원합니다.
- D. 각 지역에 Network Load Balancer를 배포하여 트래픽을 분산합니다. AWS Global Accelerator를 사용하여 올바른 리전 엔드포인트로 트래픽을 라우팅하십시오.
정답
- D. Deploy a Network Load Balancer in each Region to distribute the traffic. Use AWS Global Accelerator to route traffic to the correct Regional endpoint.
해설
게임은 UDP를 통해 통신하므로 클라이언트와 백엔드 모두 짧은 대기시간을 갖는게 중요하다.
그러므로 NLB를 사용하여 트래픽을 분산시킨 후 TCP/UDP 모두 지원하는 Global Accelerator를 사용해 올바른 리전 엔드포인트로 트래픽을 라우팅 해야 한다.
'[AWS] > AWS SAA EXAMTOPICS' 카테고리의 다른 글
[AWS][SAA][EXAMTOPICS] Question 248 (0) | 2022.07.05 |
---|---|
[AWS][SAA][EXAMTOPICS] Question 247 (0) | 2022.07.05 |
[AWS][SAA][EXAMTOPICS] Question 246 (0) | 2022.07.05 |
[AWS][SAA][EXAMTOPICS] Question 245 (0) | 2022.07.05 |
[AWS][SAA][EXAMTOPICS] Question 243 (0) | 2022.07.05 |
[AWS][SAA][EXAMTOPICS] Question 242 (0) | 2022.07.05 |
[AWS][SAA][EXAMTOPICS] Question 241 (0) | 2022.07.05 |
[AWS][SAA][EXAMTOPICS] Question 240 (0) | 2022.07.05 |
댓글