I'm unable to ping domain name or amazon static ip from the lightsail instance (attached to that static ip)
- Bought a domain name (say, test.com) from Google.
- Created an Amazon Lightsail ubuntu 16.04 instance & attached a static IP
- Enabled firewall on lightsail instance & allowed ports ssh/http/https
- DNS settings added on google domain as below
Using google domain name servers
Registered host: www.test.com -> Amazon static ip
Custom resource records: @ -> A -> Amazon static ip
Custom resource records: www -> A -> Amazon static ip
After all the above steps, am able to access test.com from web-browser
Now the issue is, am unable to ping test.com from lightsail instance (the same created in step-2). To add, am able to ping google.com from the same instance. I'm doubting if any route missed.
Can someone guide me here. Many thanks.