Link to home
Start Free TrialLog in
Avatar of Torquil Beavis
Torquil BeavisFlag for Canada

asked on

Can I point more than one domain name to an instance on AWS?

I'm looking to use AWS free tier for developing my sites on (moving from a current shared server).

1. I have example.com, example.ca, and example.org domain names. I'd like all these to point to my free tier t2.micro instance so that anyone entering these domains will land on my index page.

Does AWS allow this? If so, how?

2. I have 3 domain names:
example_dev.com for development
example_beta.com for my beta testers to use as I develop the next phase
example_launch.com as the eventual domain for users to use as I continue work on example_dev.com and example_beta.com.

Do I need separate AWS instances to do this, or can I somehow use one free tier instance and redirect each domain request to its own index_dev.php/index_beta.php/index.php page?
SOLUTION
Avatar of Phil Phillips
Phil Phillips
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Torquil Beavis

ASKER

António, if I want to use https for every page on each web site, how is this done on AWS? I do not have my own SSL certificates at this point of development.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial