5

I'm trying to set up an EC2 instance with a public domain name that I bought from 123-reg.

Aside from associating the elastic IP with the instance that's running, and changing the DNS at 123-reg, is there anything else I need to do to access the site?

Any ideas or tutorial links would be greatly appreciated.

Dave Harding
  • 481
  • 1
  • 4
  • 19

1 Answers1

5

You just need to set an A record on your DNS entry for the domain to point at the Elastic IP, that's it.

Frodo Baggins
  • 8,290
  • 6
  • 45
  • 55