What is the simplest way to assign DNS name to EC2 instance using Route 53 service?

后端 未结 5 692
面向向阳花
面向向阳花 2020-12-24 13:45

I have got a domain registered with GoDaddy and an EC2 instance with public elastic IP and I\'m trying to use Amazon \"Route 53\" service to map the DNS name to my instance.

相关标签:
5条回答
  • 2020-12-24 14:02

    The AWS team has meanwhile added complete support for Amazon Route 53 to the AWS Management Console as of November 16, 2011, which allows you to create your hosted zones and set up the appropriate records (A, CNAME, MX, and so forth) in a convenient visual environment.

    This is best experienced by exploring it yourself of course, but a sneak peak is available via Amazon Route 53 and the introductory blog post AWS Management Console Now Supports Amazon Route 53 provides a walk through the entire process of registering a domain at a registrar and setting it up in Route 53, including further illustrations.

    0 讨论(0)
  • Hope these links help you setup:

    http://dmz.us/2010/12/amazon-route-53-dns/

    Using Boto library:

    http://agiletesting.blogspot.com/2011/06/managing-amazon-route-53-dns-with-boto.html

    This link, gives you a straight forward flow of configuring DNS to EC2 instance:

    http://support.rightscale.com/03-Tutorials/02-AWS/02-Website_Edition/2._Deployment_Setup/4._Domain_Setup/Domain_Setup_with_Amazon's_Route_53

    0 讨论(0)
  • 2020-12-24 14:07

    There are several web GUIs available for creating and modifying Route 53 zones and records including https://www.interstate53.com/

    More options are listed in the documentation at http://docs.amazonwebservices.com/Route53/latest/GettingStartedGuide/

    0 讨论(0)
  • 2020-12-24 14:18

    I've been pretty pleased using Interstate53:

     https://www.interstate53.com/
    

    It offers a nice GUI for managing all of your Route 53 configuration.

    0 讨论(0)
  • 2020-12-24 14:20

    Currently there's no "Route 53" tab on AWS management console. But they've said that they'd be adding one in the future.

    http://aws.typepad.com/aws/2010/12/amazon-route-53-the-aws-domain-name-service.html

    So right now, the easiest way is to use third-party tools. Here's a list of tools that you can use:

    • http://aws.amazon.com/developertools/Amazon-Route-53/
    • http://aws.typepad.com/aws/2011/02/new-location-for-route-53-and-cloudfront-route-53-tool-roundup.html
    • https://github.com/rawswift/aws-sdk-for-php

    I've also built a web-based interface for AWS Route 53. Has the basic features like creating/deleting hosted zones, adding/deleting A, AAAA, CNAME, PTR, SPF, SRV, TXT records and also supports multiple MX record value (e.g. Google MX records).

    https://nsroute.com/

    Thanks

    0 讨论(0)
提交回复
热议问题