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

Skip to content

Commit 7a1ee9d

Browse files
committed
Update README.md
1 parent eb19fe9 commit 7a1ee9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ In this step, you create a new DHCP options set and set the domain to be that of
178178

179179
In this step, you launch an EC2 instance and verify that the function executed successfully.
180180

181-
As mentioned previously, the Lambda function looks for the ZONE or CNAME tags associated with the EC2 instance. If you specify these tags when you launch the instance, you have to include a _trailing dot_. In this example, the ZONE tag would be set to “ddnslambda.com.” and the CNAME tag could be set to “test.ddnslambda.com.”.
181+
As mentioned previously, the Lambda function looks for the ZONE or CNAME tags associated with the EC2 instance. If you specify these tags when you launch the instance, you have to include a _trailing dot_. In this example, the ZONE tag would be set to “ddnslambda.com**.**” and the CNAME tag could be set to “test.ddnslambda.com**.**”.
182182

183-
Because you updated the DHCP options set in this example, the Lambda function uses the specified zone when it creates the Route 53 DNS resource records. You can use the ZONE tag to override this behavior if you wanted the function to update a different hosted zone, for example.
183+
Because you updated the DHCP options set in this example, the Lambda function uses the specified zone when it creates the Route 53 DNS resource records. You can use the ZONE tag to override this behavior if you wanted the function to update a different hosted zone.
184184

185185
In this example, you launch an EC2 instance into the private subnet of the VPC. Because you updated the domain value of the DHCP options set to be that of the private hosted zone, the Lambda function creates the DNS resource records in the Route 53 zone file.
186186

@@ -190,7 +190,7 @@ _Launching the EC2 instance_
190190

191191
2) In **Step 3: Configure Instance Details**, for **Network**, select the VPC. For **Subnet**, select the private subnet. Choose **Review and Launch**.
192192

193-
3) (Optional) If you would like to update a different private hosted zone than the one you associated with the VPC, specify the ZONE tag in this step. You can also specify the CNAME tag if you would like the function to create a CNAME resource record in the associated zone.
193+
3) (Optional) If you would like to update a different private hosted zone than the one you associated with the VPC, specify the ZONE tag in this step. You can also specify the CNAME tag if you would like the function to create a CNAME resource record in the associated zone.
194194

195195
Choose **Edit tags** in the **Step 7: Review Instance Launch**.
196196

0 commit comments

Comments
 (0)
0