An online multiplayer gaming studio is hosting its backend matchmaking service on AWS. The studio wants to achieve two objectives:
1. Run the matchmaking databases in a configuration that remains operational even if one physical data center site experiences a power outage.
2. Store game updates and patch files globally so players can download them with minimal latency.
Which two AWS global infrastructure features should the studio use to achieve these goals? (Select TWO.)
- Multiple Availability ZonesCevap
- AWS Edge LocationsCevap
- CMultiple AWS Regions
- DAWS Outposts
- EAWS Local Zones
Cevap
To survive a data center outage, the database must be deployed across multiple Availability Zones. To cache and distribute game files globally with low latency, the studio must use AWS Edge Locations.
Deploying resources across multiple Availability Zones provides local redundancy because each zone is an isolated location with independent power and cooling within an AWS Region. AWS Edge Locations cache content globally, allowing users to download large patch files from locations closest to them rather than pulling from the origin server every time.
Adım Adım Çözüm
Anahtar Kavram
AWS Global Infrastructure components (Availability Zones for local resilience and Edge Locations for global content delivery)
Tahmini Süre:1m 30s