EC2
Last updated
Last updated
Here is the basic way to create a VM in AWS
How we creating Instances manually :
Step 1: Please create a account in amazon(console.aws.amazon.com) with your email address Step 2: Click on EC2 Step 3: Click on Instances Step 4: Click on Create Instances and enter name of server, OS type, Network, Security group and create a key to ssh node. Cick on lunch Instances
Step 5: To connect server, select on node and click on connect(which you can see on top) Once you click on connect you will direct to new page where we can get a information about how to connect server using ssh.
Run chmod 400 aws.pem when you have download key and so ssh on terminal. Hence VM is up and running