در حال بارگذاری ...

SSH Into EC2 Instance7:01

instance as we please. Let's click on the instance ID and AWS displays the instance information for us. And here we can see the instance public IP address. We will use this address to SSH into the instance from our terminal. So let's copy it. Head over to our terminal. I'm inside the downloads folder on my machine. It's where the key we generated was downloaded. So I'm going to run ssh -i and provide the name of the key file, which was laracastec2.pem. Then type the username, ubuntu@, then paste the public IP address we copied from the EC2 dashboard. Run the command and we get an error stating that the permissions for our file are too open. We need to address the permissions in order for the connection to be successful. So let's run sudo chmod 600 and provide the file name laracastec2.pem. Run the command, provide the root password of our machine, and then run the SSH command again. And now we

EC2Amazon Web ServicesCreate an Instance

دوست دارید گاهی خبرهای Laracasts را ایمیل کنیم؟