How does an EC2 Virtual Desktop works?

Hey Folks!
From today I will be sharing some technical knowledge in my posts, regarding technologies, cloud computing, virtual machines, and many more, so just stay connected.

What is an EC2 machine?
Basically, EC2 is a service provided by AWS(Amazon Web Services), in which we can connect to a remote machine or a virtual machine from our local machine without having it physically with us, It is like you are using a computer or a device which is not present with you physically. We can have various types of EC2 machines such as
a. Windows machine
b. Linux Machine
c. Mac machine
and many more...

How do this EC2 works?
In normal Linux machines, we use the ssh command to a virtual machine but it requires a private key for the server to connect to a local machine respectively.
like for example, we are having an EC2 machine with manil as a root user with an IP address as 78.0.142.10 and this server is having a private file as hive.pem so we have to use the below command to connect to this machine, the command is as follows:

ssh -i hive.pem manil@78.0.142.10
This is how we can connect to a virtual machine.

Now coming to a scenario, if we have a hive server on which most of the transactions are going on and we want to connect to this server, we can use the above command for the same but we must have that private key file along with the root username of the server.

That's all for today, we have learnt that how we can connect to a virtual machine from our local devices
I will be sharing more related content, please show some love and support

Thank You!

H2
H3
H4
3 columns
2 columns
1 column
1 Comment
Ecency