How to change the URL on my Amazon EC2 webserver
Posted
by
Sarah
on Server Fault
See other posts from Server Fault
or by Sarah
Published on 2012-06-29T20:15:25Z
Indexed on
2012/06/29
21:18 UTC
Read the original article
Hit count: 193
I am at the point in playing around with EC2 that I have launched a webserver. Right now, the website URL looks like http://ec2-<some numbers>.compute-1.amazonaws.com/
I am evaluating the usefulness of these services for my small business purposes; is there a way I can get my URL to look something more like http://<mybusiness>.com.
Ideally, I would like to get it to look cleaner, and furthermore I would rather not have "amazonaws" as part of it. Is this possible?
I'm a newb to AWS, so apologies if this is an easy question
© Server Fault or respective owner