🚀 Excited to share today i launched my first ec2 instance Linux 🎉
This is the ec2 instance Linux
EC2 instance: An Amazon EC2 instance is a virtual server in Amazon's Elastic Compute Cloud (EC2) for running applications on the Amazon Web Services (AWS) infrastructure.
How to launch instance in linux:-
Open the Amazon EC2 console at https://lnkd.in/dNAB68QA. From the EC2 console dashboard, in the Launch instance box,
1.choose Launch instance, and then 2.choose Launch instance from the options that appear. Under Name and tags, for Name, enter a descriptive name for your instance.
3.Then connect to an EC2 instance using SSH using Linux: -
4Â . For this Install PuTTY on your local computer
5. Download and install PuTTY from the PuTTY download page
6. Download the putty.exe and puttygen.exe file
7Â .Convert your private key using PuTTYgen
Open puttygen.exe, select RSA, and click on Load
8Â .To save the key in the format that PuTTY can use, click Save private key. PuTTYgen displays a warning about saving the key without a passphrase. Click on Yes.
9. in the Category, expand Connection type, expand SSH, and then select Auth
Click on Browse. Select the .ppk file that you generated for your key pair and Select Open
10Â .Provide the name for the key that you used for the key pair (for example, dev-environment-key) and click on Save.
PuTTY automatically adds the .ppk file extension.
11.For first time connection, PuTTY displays a security alert dialog box that asks whether you trust the host to which you are connecting, Click on Yes. A window opens and you are connected to your instanc
Thanks for reading
#aws #awscloud #awscommunity #ec2 #ec2instance #cloudcomputing #awsservices