Amazon AWS - Hosting Site

2

Good afternoon, I created a plan on Amazon to use the features for free for 12 months. I hosted my application on a windows VM, however I do not know how to point my DNS from the .br registry of my domain to the Amazon server. Does anyone know how to do it?

    
asked by anonymous 08.09.2015 / 20:24

1 answer

4

You need to configure the .br DNS address. These addresses are provided in the Amazon Route 53 dashboard.

After that, on Route 53 itself, you need to add a record of type A, where you associate a URL with an IP address. This is the public IP address of the EC2 instance you created.

There is a full explanation in the Amazon documentation .

    
08.09.2015 / 20:43