route 53 acm - zcemycl/systemDeploy GitHub Wiki

  • aws_route53_zone is hosted zone in route53. Automatically generate SOA and NS.
  • aws_route53_record is records in route53.

How to redirect www to non-www?

  1. 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.