From 233e552b076589e80e4d0491f966dbf77698f33d Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 11 Jan 2022 13:33:36 -0500 Subject: [PATCH] update --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 987be0d..fd1f141 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ ## About This module will construct all the resources to allow for automated C2 DNS registration in Route53. This is largely sourced from the -AWS blog on [DNS in a Multiaccount Environment with Route53]([^blog]). We have added to it to also do PTR registration, as well as +AWS blog on [DNS in a Multiaccount Environment with Route53](#blog). We have added to it to also do PTR registration, as well as making it IPv6 ready. -The code from that blog is linked in as a submodule under [aws-lambda-ddns-function](aws-lambda-ddns-function/). +The [code](#github-code) from that blog is linked in as a submodule under [aws-lambda-ddns-function](aws-lambda-ddns-function/). This code is intended to be deployed per region, and will handle all of the DNS registration for EC2 instances deployed, assumign specific tags exist. @@ -69,7 +69,7 @@ apply as with [Name](#tag--name). # Links * github aws-lambda-ddns-funciton - * [^github]:https://github.com/aws-samples/aws-lambda-ddns-function + * {#github-code}https://github.com/aws-samples/aws-lambda-ddns-function * Blog - * [^blog]:https://aws.amazon.com/blogs/security/simplify-dns-management-in-a-multiaccount-environment-with-route-53-resolver/ + * {#blog}https://aws.amazon.com/blogs/security/simplify-dns-management-in-a-multiaccount-environment-with-route-53-resolver/