From 8bbce07337ea611c3b067bab4ed2fe40217a5324 Mon Sep 17 00:00:00 2001 From: RaymondKYLiu Date: Thu, 17 Dec 2020 00:47:18 +0800 Subject: [PATCH] Update aws.md --- docs/tutorials/aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/aws.md b/docs/tutorials/aws.md index 36705b9b4..1ac463f27 100644 --- a/docs/tutorials/aws.md +++ b/docs/tutorials/aws.md @@ -410,7 +410,7 @@ For any given DNS name, only **one** of the following routing policies can be us ## Associating DNS records with healthchecks You can configure Route53 to associate DNS records with healthchecks for automated DNS failover using -`external-dns.alpha.kubernetes.io/health-check-id: ` annotation. +`external-dns.alpha.kubernetes.io/aws-health-check-id: ` annotation. Note: ExternalDNS does not support creating healthchecks, and assumes that `` already exists.