Validate the Certificate Using DNS (Cloudflare)
This section explains how to validate your ACM certificate using DNS through Cloudflare. DNS validation allows ACM to confirm domain ownership automatically.
-
Open the certificate request in the ACM console.
-
In the Domains section, locate the CNAME record provided by ACM.
-
Copy the Name and Value fields.
-
Sign in to the Cloudflare dashboard and open the DNS records page for your domain.
-
Add a new DNS record with the following settings:
- Type: CNAME
- Name: Paste the Name value from ACM
- Target: Paste the Value from ACM
- Proxy status: DNS only (⚠ Cloudflare proxy must be disabled)
-
Save the record.
Tip
DNS changes may take several minutes to propagate. ACM will automatically detect the CNAME record once it becomes active.
-
Return to ACM → Certificates and check the certificate status.
-
When the status shows Issued, the certificate is ready to attach to CloudFront.