@Linux Academy Support : Its asking me for passphrase for the keypair while connecting to my EC2 instance. What will be its value??
@shirishvogga60465 жыл бұрын
Please do mention in the video that port number 3389 is enabled in windos firewall so that connection timed out error is avoided had to go through a lot of documentation to fix this issue
@omarshanti57176 жыл бұрын
I followed the instructor's work and kept getting an error when trying to access the EC2 instance's public IP address. Eventually, I discovered the Linux console was outputting errors because of the installation. I fixed my problem by using the following code as my bash script. I simply added sudo to 2 of the commands: #!/bin/bash sudo yum update -y sudo yum install -y httpd service httpd start
@poornimacr77365 жыл бұрын
@Alexander Titarenko Even after trying sudo command, i couldn't reach the site. It says error reaching the site & refused to connect.
@jaspervisser1812 жыл бұрын
This worked, thanks
@1deepIsraelite6 жыл бұрын
How do you bring up the command line in AWS??
@wecreategamers5 жыл бұрын
under advanced setting the thing that you did its called bootstrapping right?
@ayushsinghrathore71866 жыл бұрын
Excellent explaination. thank you :)
@sowjanya34467 жыл бұрын
I did everything as it is you said. But when I try to check the internet connection to our EC2 instance through the public IP address, I'm getting an error saying that the site can't be reached. Please help me with this. Thank you.
@siliconheart1347 жыл бұрын
If you haven't already solved it, you ll have to allow access to the machine by opening firewall access from your IP address.
@yoonsunglee62586 жыл бұрын
I have a same issue. My ec2 public address is not repond to any request including http and ssh on tutorial. I checked NACLs, subnets but there is no different with tutorial video, allowing tcp and ssh to inbound and allowing all to outbound. I already turned off firewall on my mac, but I cannot access that public IP address and ssh connection. How can I solve it?
@FedericoCorsale6 жыл бұрын
Hello, not the OP here, but I've solved the problem by adding a new rule to the NACL. In particular by allowing all TCP traffic on ports 1024-65535 in a new outbound rule I've been able to connect to the ec2 machine. I haven't really undertsood why this happens. As far as I know the internet gateway should provide the port translation. but it seems that the port used by the client needs to be inside my outbound rule... I hope it helps!
@harshadrajwade62545 жыл бұрын
Thanks
@jeyaramant61625 жыл бұрын
Wonderful
@pawan0303935 жыл бұрын
excellent
@jatinchadha77405 жыл бұрын
Thanks :))
@malluk41277 жыл бұрын
Hey Tom, Do you have a tutorial for Windows user?
@LinuxAcademycom7 жыл бұрын
Absolutely, here you go! kzbin.info/www/bejne/mJqaoKprg6x2Y7c