Skip to content

Commit d2c44b9

Browse files
Add warning regarding S3 caveat and CF workaround
1 parent f10a390 commit d2c44b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/dns/manage-dns-records/reference/vendor-specific-records.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ Then, [create a `CNAME` record](/dns/manage-dns-records/how-to/create-dns-record
5252
files CNAME files.example.com.s3.amazonaws.com
5353
```
5454

55+
:::caution
56+
AWS states in their [documentation](https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html#VirtualHostingCustomURLs) that the CNAME and the bucket name must be the same. To avoid potential compromise if you set it up differently, use a [host header origin rule](/rules/origin-rules/features/#host-header) to explicitly route all requests to the correct bucket.
57+
:::
58+
5559
### Amazon Simple Email Service (SES)
5660

5761
For help setting up DKIM in SES, refer to the [Amazon documentation](https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html).

0 commit comments

Comments
 (0)