Forum archive
TKL wordpress appliance IP different than AWS EC2 Instance IP..?
Sorry if this is a noob question - just launched my first site on AWS using TLK Wordpress. At the TKL Config Console, it shows the IP of the web server (172.xxx.xxx.xxx) plus all the port variations for webmin, PHPMyAdmin, etc. This IP does not seem to be usable in any way - I have pointed my domain name to the EC2 instance IP and the site responds fine. Is this correct? It seems odd to me, especially since when dumping out the DB for the site, I found a line that shows the TKL address, not the EC2 instance address.
[SERVER_ADDR] => 172.xxx.xxx.xxx
Do I need to make any changes or do I just ignore the 172.... address? Why does it exist?Thanks.

Conf Console will display the private IP whereas you'll need to use the Public IP of your instance to contact it via the net. It sounds like you have your domain configured too, so you could also use that. E.g. Webmin would be https://example.com:12321