Skip to content

A Chef cookbook for route53 (Initial Upstream: heavywater, Repository: community-cookbooks)

Notifications You must be signed in to change notification settings

cookbooks/route53

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

A Chef cookbook for route53 (Initial Upstream: heavywater, Repository: community-cookbooks)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages