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

Skip to content

Commit 35cc99b

Browse files
committed
Update README.md
1 parent 67655ea commit 35cc99b

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
@@ -24,7 +24,7 @@ A private hosted zone is basically a container that holds information about how
2424

2525
Admittedly, you can use VPC DNS for internal name resolution instead of Route 53 private hosted zones. Although it doesn’t dynamically create resource records, VPC DNS will provide name resolution for all the hosts within a VPC’s CIDR range.
2626

27-
Unless you create a DHCP option set with a custom domain name and disable hostnames at the VPC, you can’t change the domain suffix; all instances are either assigned the ec2.internal or /<region/>.compute.internal domain suffix. You can’t create aliases or other resource record types with VPC DNS either.
27+
Unless you create a DHCP option set with a custom domain name and disable hostnames at the VPC, you can’t change the domain suffix; all instances are either assigned the ec2.internal or \<region\>.compute.internal domain suffix. You can’t create aliases or other resource record types with VPC DNS either.
2828

2929
Private hosted zones help you overcome these challenges by allowing you to create different resource record types with a custom domain suffix. Moreover, with Route 53 you can create a subdomain for your current DNS namespace or you can migrate an existing subdomain to Route 53. By using these options, you can create a contiguous DNS namespace between your on-premises environment and AWS.
3030

0 commit comments

Comments
 (0)
0