Wednesday, February 16, 2022

EXAMPLES: Connecting to Raman's AWS to install ELK

 


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):

  1. Go to mobaxterm, go to session SSH, and put the unique public ip in remote host and username is ubuntu with port 22.
  2. In advanced click use private key and select the elk.pem then click ok.
(For mac user):
  1. Open SSH client
  2. Locate
  3. chmod 400 elk.pem
  4. ssh -i "elk.pem" ubunt@13.232.149.122


No comments:

Post a Comment

Fluentd

Open-source log data collector > why logs? - for compliance (auditing, company, business) - for security (transparency, monitoring, admin...