High-Performing Architecture I
Learn to design AWS architectures that are highly performant and resilient by addressing real-world scenarios such as global game networking, scalable image processing, low-latency databases, highly available file storage, and large-scale data analytics. This lesson covers practical solutions that enhance application performance, reduce latency, and improve operational efficiency.
We'll cover the following...
Question 48
A game studio is developing a network for online multiplayer games. The game will be deployed in 6 regions and use an EDP connection. The studio plans to minimize latency and packet loss to ensure a high-quality gaming experience.
A solutions architect must propose a solution to meet these requirements.
A. Configure CloudFront origin with UDP connection in each region.
B. Set up an AWS Global accelerator with UDP listeners and endpoints in each region.
C. Set up an AWS Global accelerator with UDP listeners and endpoints in 3 regions.
D. Configuring a Transit gateway between each region with a UDP connection.
Question 49
A company has an internal application hosted on EC2 instances. The application allows its employees to upload images. The uploaded images are resized to standard size and stored in S3. Employees are complaining ...