A gaming company, PixelQuest Games, wants to migrate its multiplayer matchmaking system to the AWS Cloud. The current matchmaking system is a monolithic application that suffers from scaling bottlenecks during peak tournament hours. To achieve dynamic scalability and high cost-efficiency, the company decides to split the monolith into microservices and rewrite the application code to run on serverless services such as AWS Lambda and Amazon DynamoDB. Which migration strategy is PixelQuest Games implementing?
- ARehosting
- RefactoringCevap
- CReplatforming
- DRepurchasing
Cevap
Refactoring
Refactoring (or Re-architecting) is the correct answer because PixelQuest Games is modifying the architecture by splitting a monolithic application into microservices and rewriting the code to utilize cloud-native, serverless components. This strategy is chosen to meet business requirements for scalability and cost-efficiency that cannot be achieved with the existing architecture.
Adım Adım Çözüm
Anahtar Kavram
Cloud migration strategies (the 6 Rs), specifically Refactoring / Re-architecting.