Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any Amazon Route 53 GUI tools? [closed]

Tags:

Do you know any Amazon Route 53 GUI tools out there, other than MyR53DNS?

like image 360
Marcin Avatar asked Feb 01 '11 12:02

Marcin


People also ask

Who owns Route 53?

Amazon Route 53 (Route 53) is a scalable and highly available Domain Name System (DNS) service. Released on December 5, 2010, it is part of Amazon.com's cloud computing platform, Amazon Web Services (AWS).

How do I view my Route 53 records?

Sign in to the AWS Management Console and open the Route 53 console at https://console.aws.amazon.com/route53/ . In the navigation pane, choose Hosted zones. On the Hosted Zones page, choose the name of a hosted zone. To display the records that have specific values, enter a value in the search bar and press Enter.

What is Amazon Route 53 Hostedzone?

A hosted zone is an Amazon Route 53 concept. A hosted zone is analogous to a traditional DNS zone file; it represents a collection of records that can be managed together, belonging to a single parent domain name. All resource record sets within a hosted zone must have the hosted zone's domain name as a suffix.

Is AWS Route 53 good?

Route 53 is one of the most well-known, reliable, and cost-effective services for managing domains. In.. Read More. DNS service provided by AWS named AWS Route 53 is one of the most well-known, reliable, and cost-effective services for managing and maintaining domains.


2 Answers

I made a GUI client of Amazon Route 53.

See https://bitbucket.org/winebarrel/r53-fox

like image 129
winebarrel Avatar answered Sep 18 '22 06:09

winebarrel


Amazon lists several.

I personally like Interstate53 -- it's a simple and straightforward web-based GUI. (Minor gotcha: Your changes are not saved until you click "push changes" on the zones overview page.)

Edit: I just tried cli53, a Python-based command-line client, and it seems very easy to use -- definitely much easier for humans than Amazon's XML interface. Bonus points for being open source, so I can trust it with my credentials without this icky feeling of not knowing where they might go.

like image 28
Jo Liss Avatar answered Sep 19 '22 06:09

Jo Liss