Raman’s AWS
account
He created
a key pair and named it elk, with type rsa and stored it in a file named à elk.pem
He then created
an instance using Amazon Machine Image (AMI), he created 9 instances for each of
us with 20gb worth of storage, and he gave all traffic permissions and he
selected elk | RSA key pair and now the instance is running.
He now
gives unique public IP address to us, mine is 3.110.88.42
He now shows how to connect:
(for windows user):
- Go to mobaxterm, go to session SSH, and put the unique public ip in remote host and username is ubuntu with port 22.
- In advanced click use private key and select the elk.pem then click ok.
- Open SSH client
- Locate
- chmod 400 elk.pem
- ssh -i "elk.pem" ubunt@13.232.149.122
No comments:
Post a Comment