how to enable direct ssh to EC2 linux instance without keypair file To enable the direct ssh to linux EC2 instance without using keypair file we have to edit the sshd_config file. Follow the given below steps Step 1 : Login into linux EC2 instance with the help of keypair. Use the user name which […]
ec2
How to mount s3 bucket in linux EC2 instance
How to mount s3 bucket in linux EC2 instance Learn how to mount s3 bucket in linux EC2 instance. Tested in : EC2 and EC2-beanstalk instances If you have not created a s3 bucket kindly go through with EC2 documentation.The documentation is very clear and easy to understand .This is the link how to create […]