You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/dns/manage-dns-records/reference/vendor-specific-records.mdx
+34-7Lines changed: 34 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ title: Vendor-specific DNS records
5
5
6
6
---
7
7
8
-
import { Render } from"~/components"
8
+
import { Render, GlossaryTooltip, Example } from"~/components"
9
9
10
-
This article requires prior knowledge of DNS record management via the Cloudflare dashboard.To learn more, refer to Cloudflare's article on[managing DNS records](/dns/manage-dns-records/how-to/create-dns-records/).
10
+
This article requires prior knowledge of DNS record management via the Cloudflare dashboard.To learn more, refer to Cloudflare's article on[managing DNS records](/dns/manage-dns-records/how-to/create-dns-records/).
11
11
12
12
## Google
13
13
@@ -46,7 +46,7 @@ AWS customers must [update their domain's nameservers](https://docs.aws.amazon.c
46
46
47
47
Find the [URL](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-bucket-intro.html) for your bucket.
48
48
49
-
Then, [create a `CNAME` record](/dns/manage-dns-records/how-to/create-dns-records/) in Cloudflare. For example, if the full host URL of the bucket is`files.example.com.s3.amazonaws.com`, you would add a`CNAME` recordsimilar to the following:
49
+
Then, [create a `CNAME` record](/dns/manage-dns-records/how-to/create-dns-records/) in Cloudflare. For example, if the full host URL of the bucket is`files.example.com.s3.amazonaws.com`, you would add a`CNAME` recordsimilar to the following:
50
50
51
51
```txt
52
52
files CNAME files.example.com.s3.amazonaws.com
@@ -58,14 +58,41 @@ For help setting up DKIM in SES, refer to the [Amazon documentation](https://doc
58
58
59
59
### Amazon ELB configuration
60
60
61
-
Refer to[Amazon's ELB help content](http://docs.amazonwebservices.com/ElasticLoadBalancing/latest/DeveloperGuide/using-domain-names-with-elb.html) for guidance on ELB configuration at Amazon, but generally you should:
61
+
Refer to[Amazon's ELB help content](http://docs.amazonwebservices.com/ElasticLoadBalancing/latest/DeveloperGuide/using-domain-names-with-elb.html) for guidance on ELB configuration at Amazon, but generally you should:
62
62
63
-
Add a[`CNAME` record](/dns/manage-dns-records/how-to/create-dns-records/)to Cloudflare for the hostname you receive from AWS, for example:
63
+
Add a[`CNAME` record](/dns/manage-dns-records/how-to/create-dns-records/)to Cloudflare for the hostname you receive from AWS, for example:
To use Cloudflare DNS with AWS Amplify, refer to the [Amplify help content](https://docs.aws.amazon.com/amplify/latest/userguide/to-add-a-custom-domain-managed-by-a-third-party-dns-provider.html) and follow the instructions for **manual configuration**.
74
+
75
+
You will need at least two `CNAME` records:
76
+
77
+
- A <GlossaryTooltipterm="proxy status">DNS-only</GlossaryTooltip> `CNAME` to validate your domain ownership, which should look like the following:
|`CNAME`|`<UNIQUE_STRING>.example.com`|`<UNIQUE_STRING>.mhbtsbpdnt.acm-validation.aws`| DNS only | False |
83
+
</Example>
84
+
85
+
:::caution
86
+
<Renderfile="cname-flattening-callout" />
87
+
:::
88
+
89
+
- One `CNAME` for the <GlossaryTooltipterm="apex domain">apex domain</GlossaryTooltip> and/or for each of the subdomains that you want to proxy through Cloudflare.
0 commit comments