cloud-engineer-interview-questions
cloud-engineer-interview-questions copied to clipboard
Wrong definition and types of Cloud Migration
In the interview question: How to handle data migration in the cloud, The list you have provided is:
- Inadequate
- The definitions are incorrect
Refactor-and-rehost: Refactor-and-rehost migration involves making changes to your applications to take advantage of the benefits of the cloud platform. This is incorrect
Rehost is also known as the lift and shift method which involves moving your existing applications and data to the cloud without making any changes to them while refactoring involves rebuilding your applications from scratch before migrating to the cloud.
_Replatform: Replatform migration involves rewriting your applications in a cloud-native programming language
Replatform is also known as the lift, tinker, and shift method which involves making a few further adjustments to optimize your landscape for the cloud. The core architecture of applications stays the same.
Here is a link for your reference Migration strategies
@achenchi7 please make this change and submit a pull request for review.