You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -178,9 +178,9 @@ In this step, you create a new DHCP options set and set the domain to be that of
178
178
179
179
In this step, you launch an EC2 instance and verify that the function executed successfully.
180
180
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**.**”.
182
182
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.
184
184
185
185
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.
186
186
@@ -190,7 +190,7 @@ _Launching the EC2 instance_
190
190
191
191
2) In **Step 3: Configure Instance Details**, for **Network**, select the VPC. For **Subnet**, select the private subnet. Choose **Review and Launch**.
192
192
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.
194
194
195
195
Choose **Edit tags** in the **Step 7: Review Instance Launch**.
0 commit comments