67682/network-error-connection-timed-error-connecting-instance
Hi Guys,
I launched an EC2 instance in AWS. But I am not able to connect it from my local system. It shows me the below error.
Network error: Connection timed out or Error connecting to [instance]
How can I solve this error?
Hi@akhtar,
Check your security group rules. You need a security group rule that allows inbound traffic from your public IPv4 address on the proper port.
To avoid this you can follow the below given steps.
Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/.
In the navigation pane, choose Instances, and then select your instance.
In the Description tab at the bottom of the console page, next to Security groups, select view inbound rules to display the list of rules that are in effect for the selected instance.
When you select view inbound rules, a window will appear that displays the port to which traffic is allowed. Verify that there is a rule that allows traffic from your computer to port 22 (SSH).
Hope this will help You.
Due to some technical difficulties on the ...READ MORE
Using SQL Server Management Studio (SSMS) with ...READ MORE
You can run this command below on ...READ MORE
I am damn sure that it is ...READ MORE
For some reason, the pip install of ...READ MORE
Check if the FTP ports are enabled ...READ MORE
To connect to EC2 instance using Filezilla, ...READ MORE
I had a similar problem with trying ...READ MORE
Hi@akhtar, I think there is a problem with ...READ MORE
import boto3 from pprint import pprint def lambda_handler(event, context): # ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.