Setup AWS Wordpress server for local access by SSH Tunnel Fail

Solution 1:

The problem is with your Putty tunnel setup. Selecting Dynamic port forwarding is for when you want to use Putty as a SOCKS proxy, and doesn't mean that the local port is forwarded as you expect.

Instead, I'd suggest configuring PuTTY with local/Auto port forwarding. Then you enter the port on your local machine and the port on the remote machine to forward to (which should probably be 80). Then you should be able to open the local port in your browser.