diff --git a/docs/tutorials/aws.md b/docs/tutorials/aws.md index e8c25254a..7056de801 100644 --- a/docs/tutorials/aws.md +++ b/docs/tutorials/aws.md @@ -177,7 +177,7 @@ Annotations which are specific to AWS. ### alias -`external-dns.alpha.kubernetes.io/alias` if set to `true` on an ingress, it will create an ALIAS record when the target is an ALIAS as well. +`external-dns.alpha.kubernetes.io/alias` if set to `true` on an ingress, it will create an ALIAS record when the target is an ALIAS as well. To make the target an alias, the ingress needs to be configured correctly as described in [the docs](./nginx-ingress.md#with-a-separate-tcp-load-balancer). ## Verify ExternalDNS works (Ingress example)