From 8a2b2b25ea93cabf55f651a57daf3193060c8c17 Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 11 Jan 2022 13:38:29 -0500 Subject: [PATCH] update --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd1f141..fb5ee1d 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](https://aws.amazon.com/blogs/security/simplify-dns-management-in-a-multiaccount-environment-with-route-53-resolver/) . We have added to it to also do PTR registration, as well as making it IPv6 ready. -The [code](#github-code) from that blog is linked in as a submodule under [aws-lambda-ddns-function](aws-lambda-ddns-function/). +The [code](https://github.com/aws-samples/aws-lambda-ddns-function) 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-code}https://github.com/aws-samples/aws-lambda-ddns-function + * 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/ + * https://aws.amazon.com/blogs/security/simplify-dns-management-in-a-multiaccount-environment-with-route-53-resolver/