diff --git a/docs/aws.md b/docs/aws.md index 8178d2e147..191dbfc6ca 100644 --- a/docs/aws.md +++ b/docs/aws.md @@ -147,7 +147,7 @@ aws route53 list-hosted-zones | jq '.HostedZones[] | select(.Name=="kubernetes.c ``` aws route53 change-resource-record-sets \ --hosted-zone-id \ - --change-batch subdomain.json + --change-batch file://subdomain.json ``` Now traffic to `*.kubernetes.com` will be routed to the correct subdomain hosted zone in Route 53.