pdns-dynamodb

PowerDNS backend using DynamoDB
Download

pdns-dynamodb Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Cosmin Stejerean

pdns-dynamodb Tags


pdns-dynamodb Description

pdns-dynamodb is a PowerDNS backend using DynamoDB.Schema* name - string - hash key* type - string - range key* ttl - number* values - set of stringsNote: that in order to simplify the DynamoDB schema MX and SRV records must store the priority field at the beginning of the content, separated by a TAB.PermissionsIt is recommended you create a special IAM users that only has permissions for querying DNS records to be used by this backend. You can use the following IAM policy template (replacing REGION, ACCOUNTID and TABLE with the correct values).{ "Statement": , "Effect": "Allow", "Resource": } ]}UsageSecret key storagePlace the secret key of the IAM account into a file that is only readable by the `pdns` user.Executable scriptCreate an executable script that looks like#!/bin/shpdns-dynamodb -t TABLE -r REGION -I ACCESS_KEY -K /path/to/secret.keyReplacing TABLE, REGION and ACCESS_KEY with the appropriate values and the path to secret key from the previous step.PowerDNS backend configurationConfigure pdns.conf as follows:launch=pipepipe-command=/path/to/executable/scriptusing the path to the executable script you created above.Product's homepage


pdns-dynamodb Related Software