In this video, you'll learn how to create a free tier EC2 virtual server in AWS.
—
Facebook: [ Ссылка ]
—
Video Transcript:
—
Hi guys, this is Abi from Gokcedb. In this video, you’re going to learn How to Create a New Pre-tier Virtual Server on AWS. Let’s start by searching for EC2 on the AWS Console and then clicking on the first result. Next hit the launch Instance button and give a name for your EC2 Server.
In the Amazon Machine Image Section, select the Free Tier Eligible Image from the drop-down. For the Instance Type, select a Free Tier Eligible Instance. For the Key Pair Login Section, click on create new key pair and give it a name.
Clicking on create key pair will download the private key file. In the network settings, I’m going to select allow SSH from anywhere and leave everything else to default. For storage, I’m going to select 1 8 gig root volume.
Next, hit the launch Instance button and then click on view all instances. As you can see my web server is in a pending state right now. Give it a few more minutes and it should turn into a running state.
Now, you can click on the Instance ID and then click on the connect button. Next, launch your SSH Client and go to the folder where you stored your private key. Here, run CHMOD 400 followed by your private key to ensure that your key is not publicly viewable.
To connect your EC2 Instance, copy-paste the SSH hyphen I command and execute it. Run the hostname hyphen f command to confirm that you’re now on an EC2 host. You can also run commands like df hyphen h to look at your disk usage.
The top command will give you the top running processes on this host. There you have it. Make sure you like, subscribe, and turn on the notification bell. Until next time.
Ещё видео!