Posts

Showing posts from October, 2022

Creating EC2 Instance Accessible via Remote Client in AWS

Image
  Creating EC2 Instance Accessible via Remote Client in AWS Step 1:Login to your AWS Management Console and open EC2 instance. Step 2:Click Launch Instance Step 3:The default Application and OS images which is eligible for free tier is chosen. Step 4:The instance type which is eligible for free tier is chosen. Step 5:Create 1 instance and click launch instance Step 6:Create new key pair and download the security key PEM file Step 7:Launching Instance Step 8:Instance successfully launched. Step 9: EC2 is created. Step 10: Serjeel's instance is running. Connect to an EC2 instance using SSH using Linux Step 1:  Open your terminal and change directory with command cd, where you downloaded your pem file. Step 2: Go to instance Security Group and edit inbound and outbound rules to add your ip  Step 2: Change the key file permission to only read Step 3: Type the SSH command with this structure:  ssh -i file.pem username@ip-address    To connect run -  s...

Create EC2 Instance in AWS

Image
 Create EC2 Instance in AWS Step 1:Login to your AWS Management Console and open EC2 instance. Step 2:Click Launch Instance Step 3:The default Application and OS images which is eligible for free tier is chosen. Step 4:The instance type which is eligible for free tier is chosen. Step 5:Create 1 instance and click launch instance Step 6:Create new key pair and download the security key PEM file Step 7:Launching Instance Step 8:Instance successfully launched. Step 9: EC2 is created. Step 10:Summary of created instance. Step 11:Terminate Instance Step 12:Termination Successful

PHYSICAL TO VIRTUAL MIGRATION

Image
  Step 1:-Open the virtual machine Settings->General->Advanced choose Bidirectional in Shared Clipboard and Drag'n'Drop Step 2:Create a virtual machine with Name:'P2V Serjeel', Type: 'Linux' and Version: Ubuntu(64-bits) Step 3:Select Hard Disk Step 4:Select Hard Disk as use an existing virtual hard disk file Step 5:The Virtual Machine named P2V Serjeel is created. Step 6: Create Virtual Machine 'P2V Serjeel' and connect with Disk2vhd select the first two boxes and click create Step 7:VirtualBox is successfully created. Now ubuntu can be accessed from P2V Serjeel

V2V - VM MIGRATION

Image
V2V - VM MIGRATION Step 1:- First step is to Export Appliance Press Ctrl+E to export appliance Step 2:It is Exporting to disk image ' Serjeel .ova' Step 3:We have to choose the virtual appliance "Serjeel " to import. Step 4:Import Virtual Appliance Step 6:Virtual Machine "Serjeel 1" is created. Step 7: Starting and running ubuntu in new vm

Creating Virtual Machine in Oracle Virtual Box

Image
 Creating Virtual Machine - 19BCS009 Step1:Install Oracle VM VirtualBox Manager Step 2: Name the operating system as Serjeel and select the type as Ubuntu Step 3:Choose to create a virtual hard disk now Step 4:The hard disk type should be VDI that is Virtual Disk Image Step 5: A Virtual Machine with Name: Serjeel and Operating System: Ubuntu is created. Step 6: Installing Ubuntu Step 7: Installed Ubuntu