This self-paced lab (SPL) is intended to guide you through the process of migrating a monolith web application to AWS. The lab represents a model of a 2-tier web application hosted in your on-prem environment. Throughout the lab, you migrate each tier of the lab to AWS using different AWS migration services.
Level
Intermediate
Duration
2 hours
Course objectives
By the end of this lab, you will be able to do the following:
   •   Explore and verify the existing web application that need to be migrated
   •   Understand the steps involved in migrating a web application to AWS
   •   Re-host the web/application server on Amazon Elastic Compute Cloud (Amazon EC2) using AWS Application Migration Service
   •   Re-platform the database on Amazon Relational Database Service (Amazon RDS) using AWS Database Migration Service (AWS DMS)
   •   Test the migrated web application and verify it was migrated successfully
Prerequisites
To successfully complete this lab, you should be familiar with the following services or features:
   •   Amazon EC2
   •   Amazon RDS
   •   AWS Identity and Access Management (IAM)
   •   Amazon Virtual Private Cloud (Amazon VPC)
Course outline
Task 1: Explore and verify the source web application before migration
Task 2: Re-Host the source application Server (SourceWebApp)
Task 3: Re-Platform the database server
Task 4: Test the migrated application