From 986724b4d22d2a9ceee8f3cd455dfe93eff95904 Mon Sep 17 00:00:00 2001 From: Michael Shen Date: Wed, 21 Aug 2024 19:19:46 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com> --- docs/registry/dynamodb.md | 2 +- docs/tutorials/aws.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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