Knowledge becomes wisdom...

The things that I am trying out during my learning stage

Latest posts

How to get AWS key for using with Ansible-vault

1) Select IAM from services 2) Click on users (Initially you need to have a user in IAM) 3) Click on the user-specified (in here the user named daydreamer) 4) Click on the Security Credtials tab, and now we can see "Create access...

Use password to ssh into EC2 instances

1) First, login to your Ec2 instance   #ssh ec2-user@PUBLIC_ IP_OF_EC2 -i THE_PEM_FILE.pem   2) Now access the root user by using the command $ sudo su   $ sudo su   We can verify whether have changed to the root user...