Install MongoDB in Amazon Linux VM
Install MongoDB in Amazon Linux VM: Step-1: Create a Linux virtual machine in AWS. Step-2: After creating it connect it through the putty or mobaXterm. Step-3: Run “sudo su“ to get all the root privileges.
1 2 |
[ec2-user@ip-172-31-35-250 ~]$ sudo su [root@ip-172-31-35-250 ec2-user]# |
Step-4: To know about the version and its details… Read More