DEV Community

Discussion on: Amazon Route 53: How to automatically update IP addresses without using Elastic IPs

Collapse
 
aws_john profile image
John Rotenstein

That's odd!

The IAM policy is specifically granting permission to call ChangeResourceRecordSets on the Hosted Zone. All I can suggest is that you check that you have put the correct HOSTED_ZONE_ID in the IAM Policy. It should start with a 'Z'.

Collapse
 
sapebcfrance profile image
sapebcfrance

Thanks John, as usual the problem was between the chair and the keyboard. This was exactly my mistake.