AWS Server Migrations
Scenario-1: Migrating one linux Server into AWS
- We will be simulating on-premises server i.e. we create this server on any cloud
- Refer Here for the supported Operating Systems for migration
- Refer Here for general requirements on linux
- Refer Here for the supported linux operating systems
- Lets create an ubuntu 20.04 ec2 instance in aws mumbai region and consider it is as on-premise
- Login into ubuntu install and install java Refer Here
sudo apt update
sudo apt install openjdk-11-jdk -y
wget https://referenceapplicationskhaja.s3.us-west-2.amazonaws.com/spring-petclinic-2.4.2.jar
java -jar spring-petclinic-2.4.2.jar &
- With this step the source should be ready
- Verifying if python is installed or not
- verify the kernel version
uname -r