I received an email from AWS:
To renew this certificate, you must ensure that the proper CNAME records are present in your DNS configuration for each domain listed below
So I went to https://ap-northeast-2.console.aws.amazon.com/acm/ and grabbed the CNAME and tried to create a CNAME record in route-53
It fails with message
[RRSet of type CNAME with DNS name example.kr. is not permitted at apex in zone example.kr.]
I have a A record
for example.kr
which I created by following directions in https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-elb-load-balancer.html
RRSet of type CNAME with DNS name foo.com. is not permitted at apex in zone bar.com says I'm getting the error message because I have SOA
record for the domain, I have no idea why I have this record, and if I need it or not.
Can I simply delete SOA
record and proceed or should I take different steps?