I'm very fresh to AWS and have tested to launch an instance as shown below:
And below is the security group
with the inbound
rules attached
My problem is I couldn't ping this server. May I know if I understood something wrongly?
I'm very fresh to AWS and have tested to launch an instance as shown below:
And below is the security group
with the inbound
rules attached
My problem is I couldn't ping this server. May I know if I understood something wrongly?
You need to new Inbound Rule for it :
Type: Custom ICMP rule
protocol: Echo Request
port: N/A
source: your choice (My IP To be able to ping from Your IP)
Also Just an FYI You Should Never Show Details in Question (like Instance tag , Public IP )
This is applicable to windows machines only:
Opening the port solves the problem partially for windows VM.
With Windows 2019 server
, I had to configure the firewall of the VM as well. Post the firewall change (window firewall), I was able to ping.