AWS Security ChangesHomeSearch

AWS cloud-map documentation change

Service: cloud-map · 2025-06-28 · Documentation low

File: cloud-map/latest/dg/tutorial-private-namespace.md

Summary

Added AWS CLI tutorial link, simplified dig command explanation, and updated section title

Security assessment

Changes focus on adding CLI tutorial references and improving documentation clarity. No security-related content modifications detected.

Diff

diff --git a/cloud-map/latest/dg/tutorial-private-namespace.md b/cloud-map/latest/dg/tutorial-private-namespace.md
index 7ae45f97c..246400739 100644
--- a//cloud-map/latest/dg/tutorial-private-namespace.md
+++ b//cloud-map/latest/dg/tutorial-private-namespace.md
@@ -14,0 +15,2 @@ The resource details, like domain names and IP addresses, are for simulation pur
+For an end-to-end AWS CLI version of this tutorial, see [Learn how to use AWS Cloud Map service discovery with DNS queries and API calls using the AWS CLI](./tutorial-private-namespace-cli.html).
+
@@ -29 +31 @@ In Windows, some Bash CLI commands that you commonly use with Lambda (such as `z
-  * The tutorial requires a local environment with the `dig` DNS lookup utility command. For more information about the `dig` command, see [dig - DNS lookup utility](https://downloads.isc.org/isc/bind9/cur/9.19/doc/arm/html/manpages.html#dig-dns-lookup-utility).
+  * The tutorial requires a local environment with the `dig` DNS lookup utility command.
@@ -207 +209 @@ Set up
-Learn how to use AWS Cloud Map with custom attributes
+Use AWS Cloud Map service discovery with DNS queries and API calls using the AWS CLI