AWS Classroomnotes 08/Jul/2022

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
    Preview
  • 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
    Preview
  • verify the kernel version
uname -r

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About continuous learner

devops & cloud enthusiastic learner