πππ₯π¨π° π’π¬ π ππ’π§π€ ππ¨ π ππ’π―π ππ«π¨π£πππ πππ¦π¨ (Video)
Inside AWS Console, go to the Main Search Bar
Search EC2 and Select EC2(Virtual Servers in the Coud)

Select Launch Instance
Name the Virtual Machine Eg: Desktop-Cloud-Computer or Webserver
Application and Os ββ Select Ubuntu

Instance Type ββ> Select T2.Micro
Create New Key Pair and it will download automatically β eg: MyUbuntuKey01 or Webserver-sshkey
RSA
.Pem

Under Network Settings, Click Edit
Select the VPC that we created
Subnet should be the subnet that we created
Auto Assign Publi Id β> Enable
Under Firewall (Security Group)
Select Existing Security Group
Select the security Group that was created
Configure Storage Eg: 8Gb
Launch Instance

Click the link in the Success Dialogue Box that pops up
Go to Instance under EC2 Dashboard
Refresh and wait for the pendng instance to come up

Once Instance is Running, the best way to access the server is to use MOBA XTERM (Application)
Click on Session ( the first button)
Select SSH
Copy Ip Address of Server and paste it in the REMOTE HOST of SSH (MOBA XTERM)
Copy the Usernameβ¦.. Go back to Server in EC2 instance, go to Connect, Scroll down under EC2 Instance Connect, You will see the server username. COPY THE USERNAME, then go back to MOBA XTERM (SSH) and under specify Username, input the username gotten from the server eg: Ubuntu
Nb: Leave Port 22 because that is the port numbver for SSH
Go to Advanced SSH Setting
Select Use Private Key
Nb: browse the location of the downloaded private key and select the private key.

Then Select Okβ¦β¦β¦ It will load and connect us to te Server. We accept the connection and we are inside our ubuntu server.

Nb: This is like an IaaS. there is nothing in the server and we have to configure it to soothe what we want.
Nb: The Bash codes are command we ned to run in our Ubntu Server
Clear