danfruehauf / route53

"Installs/Configures route53"

Home Page:http://heavywater.ca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Updates Amazon Web Service's Route 53 (DNS) service.

Requirements

An Amazon Web Services account and a Route 53 zone.

Usage

include_recipe "route53"

route53_record "create a record" do
  name  "test"
  value "16.8.4.2"
  type  "A"

  zone_id               node[:route53][:zone_id]
  aws_access_key_id     node[:route53][:aws_access_key_id]
  aws_secret_access_key node[:route53][:aws_secret_access_key]

  action :create
end

About

"Installs/Configures route53"

http://heavywater.ca


Languages

Language:Ruby 100.0%