Hi guys, I am Prabakaran welcome to Innovative Codes Academy , In this video we learn about How to create Linux 2 instance in AWS cloud ?
1.Create EC2 instance Linux 2, 1 GB RAM, 8 GB ROM.
2.In Free tier eligible.
3.Create virtual system in cloud.
4.Open in Web Browser
Step by Step I was explain, How to create Linux 2 instance in AWS cloud?
Step-1:
Open your AWS account, Already I was log in my account, Click on EC2

Step-2:
Then click on Instances New, Available in 1st Column

Step-3:
Instances page was open, Click on Lunch Instances.

Step-4:
Then Choose an Amazon Machine Image(AMI), Here I was work in free tier only, Select free tier only.

Step-5:
Next select the Amazon Linux 2 AMI (HVM) SSD Volume type.

Step-6:
Next Choose an Instance Type, Here I was select t2.micro(For free tier eligible), 1 GB RAM then click on Next: Configure Instance Details.

Step-7:
Next Configure Instance Details then click on Next: Add Storage.

Step-8:
Here I was set my ROM 8 GB, Then next click on Next: Add Tag.

Step-9:
Here click on Add Tag button, I hope you will see that.

Step-10:
Here I was give server name, Its user defined, My server name is MyLinuxServer, Next click on Next: Configure Security Group.

Step-11:
Here Configure Security Group, Select SSH Protocol for windows, SSH stands for Secure Shell, Then select Source Anywhere because access in anywhere, Next click on Review and Launch.

Step-12:
Here Review Instances Launch , Then click on Launch.

Step-13:
One pop up window was open here you can select an existing key or create new key pair, I was create a new key pair.

Step-14:
After give key pair name click on Download Key Pair, Automatically key pair will be download.

Step-15:
Here I was show you my key pair Download file MyLinuxKey.pem.

Step-16:
Next scroll down click on Launch Instances.

Step-17:
Successfully my Instances are now launching, Then scroll down click on View Instances.

Step-18:

Step-19:
My instances are now pending state wait few minutes after refresh the instances come back to Instances in Running state.

Step-20:
Next check the Status Check, Wait until System Check was 2/2 Checks Passed, Successfully system check 2/2 checks passed system status checks and Instance status checks.

Step-21:
Next click on Connect button, I hope you will see that, Connect to instance page was open, Her give your Linux 2 user name: ec2-user then scroll down click on Connect, Automatically another window was open i.e., my Linux system was open.

Step-22:
My Linux 2 system was successfully open, Here I was give some command and execute that.

Step-23:
Uptime command line was used for know system running time and exit command was used for logout my Linux system and execute.

Step-24
Here I was give uptime command used for know system running time.

Step-25
Next I was logout my Linux System using exit command.
