Sha256: 8f8cdb6b8aec4e6b3aaa8ff8310b02958125c25fb86f81e49987be00894b0ddb
Contents?: true
Size: 1.07 KB
Versions: 1
Compression:
Stored size: 1.07 KB
Contents
#+TITLE: Deputy53 #+LATEX: \pagebreak * Overview ~deputy53~ is a commandline tool to delegate control of a subdomain to another hosted zone, and optionally grant control of that subdomain to an IAM user. * Rationale It is often useful to allow a user or group of users limited access to DNS records. However, Route53 does not support granular access to a partial record set for a zone. One solution to this is to create an additional zone, and delegate to that zone for a subset of records (a subdomain, for instance). This process is cumbersome, and therefore prone to human error. ~deputy53~ simplifies this process. * Installation #+BEGIN_SRC shell gem install deputy53 #+END_SRC * Usage #+BEGIN_SRC shell deputy53 delegate <subdomain> #+END_SRC * License ~deputy53~ is available under the [[https://tldrlegal.com/license/mit-license][MIT License]]. See ~LICENSE.txt~ for the full text. * Contributors - [[https://colstrom.github.io/][Chris Olstrom]] | [[mailto:chris@olstrom.com][e-mail]] | [[https://twitter.com/ChrisOlstrom][Twitter]]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
deputy53-0.6.4 | README.org |