User Tools

Site Tools


aws:route53

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
aws:route53 [2015-03-21 16:45] – usage gabrielaws:route53 [2019-08-10 18:42] (current) – changed title for category gabriel
Line 1: Line 1:
-====== Amazon Web Services Route 53 ======+====== Route 53 ======
  
 This page documents some tips and tricks I've learned for using Amazon Route 53 DNS services. This page documents some tips and tricks I've learned for using Amazon Route 53 DNS services.
 +
 +The API ID you use to manage Route 53 will require the IAM Group Policy AmazonRoute53FullAccess.
  
 ===== Reusable Delegation Sets ===== ===== Reusable Delegation Sets =====
Line 44: Line 46:
  
 Note the delegation set ID.  You will need this in the future when you reuse these servers with other zones. Note the delegation set ID.  You will need this in the future when you reuse these servers with other zones.
 +
 +==== Create new Zones Using the Reusable Delegation ====
 +
 +Now for your new zones which use these records you will need to create them using the API.  I don't believe there is any way to do so using the web interface (but I didn't look very hard).
 +
 +This part is trivial.
 +
 +<code bash>
 +ZONE=gabe.sh
 +DEL_SET=N01234567890A
 +REF="CreateZoneGabeSh"    # this must be unique and can be any string
 +
 +aws route53 create-hosted-zone --delegation-set-id $DEL_SET --name $ZONE --caller-reference $REF
 +</code>
aws/route53.1426970713.txt.gz · Last modified: 2015-03-21 16:45 by gabriel