Be carefull while using phpinfo script in EC2 beanstalk

Be carefull while using phpinfo script in EC2 beanstalk

Be carefull while using phpinfo script in EC2 beanstalk Currently I tried some EC2 beanstalk instances in AWS. While working I found that in php environment setting there was a parameter for Database username and password. For easy go I set the parameter with mysql Database username and password. After doing this I created a…

How to enable direct ssh to EC2 linux instance without keypair file

How to enable direct ssh to EC2 linux instance without keypair file

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…