Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 11, 2022
1 parent 5078850 commit 233e552
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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/

0 comments on commit 233e552

Please sign in to comment.