aws-samples / aws-lambda-ddns-function

Dynamically create Route 53 resource records using CloudWatch Events and Lambda
Apache License 2.0
236 stars 116 forks source link

Don't create reverse lookup zone for CNAME instances #27

Closed mustanggb closed 5 years ago

mustanggb commented 6 years ago

I'm using CNAME tags only but an unused route 53 zone called 0.10.in-addr.arpa. has been created.

fadeev2010 commented 5 years ago

@akamustang you need to try to set dot at the end in CNAME test.mydomain.local.

mustanggb commented 5 years ago

@fadeev2010 Thanks for the suggestion, however I have them setup this way, so it's still an issue.

jicowan commented 5 years ago

The function is written to automatically create a reverse lookup zone. It's for historical reasons. I originally wrote this to support EMR with custom domain names which required reverse lookup zones.