Reputation: 101
I am planning to Rehost (Lift-and-Shift) one of the on-premise application to AWS cloud. I want to understand if the below steps are in correct sequence:
Upvotes: 1
Views: 3058
Reputation: 145
Looking at your question, it seems that this question is picked up from Coursera's AWS specialization course. If it's so, you must try to solve that by your self. And if you fail to, and want to know the answers to learn, the answers were available in the Developer Tools.
If that's not the case, the correct sequence will be:
1. Specify Migration Goals
2. Identify data to migrate
3. Discover components to migrate
4. Analyze migration services
5. Identify migration plan
6. Setup cross-environment connectivity
7. Test components and application functionality
8. Backup data and application
9. Replicate application data
10. Migrate application components
11. Test
Upvotes: 2