I am trying to use the amazon free tier instance. I got the free fedora server running. I installed a web server in there as well. Now how can I access that server from outside. What domain name to use. I don’t have my own domain name now. Doesn’t amazon itself give me something to access it?
Share
Amazon EC2 assigns a default public DNS to each instance you spin up. Be warned, its not a user friendly name. To view your public DNS:
Public DNS.Note that to do anything useful with your instance (as far as accessing it remotely), that you should have enabled one or more security groups for it.