diff --git a/docs/registry/dynamodb.md b/docs/registry/dynamodb.md index 895cc57930..cc565b9b50 100644 --- a/docs/registry/dynamodb.md +++ b/docs/registry/dynamodb.md @@ -5,7 +5,7 @@ This following tutorial extends [Setting up ExternalDNS for Services on AWS](../ ## IAM permissions -The ExternalDNS IAM policy from [IAM Policy](../tutorials/aws.md#iam-policy) must additionally be granted the following permissions: +The ExternalDNS [IAM Policy](../tutorials/aws.md#iam-policy) must additionally be granted the following permissions: ```json { diff --git a/docs/tutorials/aws.md b/docs/tutorials/aws.md index 2c303588c1..98826dd552 100644 --- a/docs/tutorials/aws.md +++ b/docs/tutorials/aws.md @@ -858,7 +858,7 @@ env: ## DynamoDB Registry -If you would like to leverage the DynamoDB registry instead of the TXT registry, see [The DynamoDB Registry](../registry/dynamodb.md) for modifications needed to do so. +The DynamoDB Registry can be used to store dns records metadata. See the [DynamoDB Registry Tutorial](../registry/dynamodb.md) for more information. ## Clean up