route 53 acm - zcemycl/systemDeploy GitHub Wiki
aws_route53_zoneis hosted zone in route53. Automatically generate SOA and NS.aws_route53_recordis records in route53.
How to redirect www to non-www?
- Edit ACM and Route53.
- Add www certificate in ACM.
aws_acm_certificate - Add record from ACM to Route53 as CNAME.
aws_acm_certificate_validation - Add Type A record in Route53 to redirect www to non-www.
- Add www certificate in ACM.