I am using the route53 cookbook in Opscode Chef to add a newly created VPC node to Route 53.
When I try to create a record named foo
for the hosted zone bar.website.net
, I get the error RRSet with DNS name foo. is not permitted in zone bar
.
I am pretty sure that this is an AWS configuration issue, not an issue with the cookbook, but I could easily be wrong about that. What's the fix for an issue like this?