8000 Update README.md · alxsey/aws-lambda-ddns-function@3634dfe · GitHub
[go: up one dir, main page]

Skip to content

Commit 3634dfe

Browse files
committed
Update README.md
1 parent efbde94 commit 3634dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Building a Dynamic DNS for Route 53 using CloudWatch Events and Lambda
22

3-
Dynamic registration of resource records is useful when you have instances that are not behind a load balancer that you would like address by a host name and domain suffix of your choosing rather than the default <region>.compute.internal or ec2.internal.
3+
Dynamic registration of resource records is useful when you have instances that are not behind a load balancer that you would like address by a host name and domain suffix of your choosing rather than the default \<region\>.compute.internal or ec2.internal.
44

55
In this post, we explore how you can use [CloudWatch Events](https://aws.amazon.com/cloudwatch) and Lambda to create a Dynamic DNS for Route 53. Besides creating A records, this solution allows you to create alias records for when you want to address a server by a "friendly" or alternate name. Although this is antithetical to treating instances as disposable resources, there are still a lot of shops that find this useful.
66

0 commit comments

Comments
 (0)
0