Reputation: 25
I am always getting 'This site can’t be reached' error when trying to access the ip address of my EC2 instance.
This is happening for all ip addresses (Public IPv4 address, Public IPv4 DNS, Private IPv4 addresses, Private IPv4 DNS) and for all EC2 instances I create. Particularly, I am trying to run WordPress from my EC2 following this guide. All the installation runs fine but still the ip is unavailable.
Here are some proposed solutions I tried but didn't solve the issue:
I am a root user under the free tier, is there any impact?
Would really appreciate if someone could tell where else to look as most solutions on internet point to the list above and none of them solved my case.
Upvotes: 0
Views: 1317
Reputation: 270089
I tried that guide for myself.
There are a few typos around wp --info
(it should be two dashes, no space).
Also, in the WordPress Installation, it says:
Navigate to /var/www/html and run:
$ wp core download.
It isn't too clear that you should first type cd /var/www/html
so that WordPress installs in that directory.
Also, there should not be a period at the end of: wp core download
With those fixes, it installed WordPress and I was able to connect to the configuration page where it was asking for database details.
Upvotes: 0