sigdba / sig-shared-sceptre

Shared templates for Sceptre/CloudFormation
2 stars 0 forks source link

Alias records fail when FQDN is not used. #51

Open dboitnot opened 2 years ago

dboitnot commented 2 years ago

In the MultihostELB template, when we have:

route53:
  record_type: alias

...

listeners:
  - port: 443 
    hostnames: 
      - degreeworks  # No FQDN

We get the following error on launch:

RRSet with DNS name degreeworks. is not permitted in zone dwtest.scf.edu.

If we change the hostname to an FQDN the records get created.