AWS AmazonECS documentation change
Summary
Minor grammatical rephrasing in service discovery namespace description and updated DNS record format syntax (added hyphens in placeholder names)
Security assessment
The changes are purely editorial/formatting improvements. The first edit simplifies sentence structure without altering technical meaning. The second change standardizes placeholder syntax from space-separated to hyphenated format (e.g., <service-discovery-service-name>), which is a documentation style update rather than a security-related modification. No security controls, vulnerabilities, or security features are mentioned or altered.
Diff
diff --git a/AmazonECS/latest/developerguide/service-discovery.md b/AmazonECS/latest/developerguide/service-discovery.md index 97ec10db3..ab2d15cc8 100644 --- a//AmazonECS/latest/developerguide/service-discovery.md +++ b//AmazonECS/latest/developerguide/service-discovery.md @@ -53 +53 @@ Service discovery consists of the following components: - * **Service discovery namespace** : A logical group of service discovery services that share the same domain name, such as `example.com`. This is the domain name where you want to route traffic to. You can create a namespace with a call to the `aws servicediscovery create-private-dns-namespace` command or in the Amazon ECS console. You can use the `aws servicediscovery list-namespaces` command to view the summary information about the namespaces that were created by the current account. For more information about the service discovery commands, see `[create-private-dns-namespace](https://docs.aws.amazon.com/cli/latest/reference/servicediscovery/create-private-dns-namespace.html)` and `[list-namespaces](https://docs.aws.amazon.com/cli/latest/reference/servicediscovery/list-namespaces.html)` in the _AWS Cloud Map (service discovery) AWS CLI Reference Guide_. + * **Service discovery namespace** : A logical group of service discovery services that share the same domain name, such as `example.com`, which is where you want to route traffic. You can create a namespace with a call to the `aws servicediscovery create-private-dns-namespace` command or in the Amazon ECS console. You can use the `aws servicediscovery list-namespaces` command to view the summary information about the namespaces that were created by the current account. For more information about the service discovery commands, see `[create-private-dns-namespace](https://docs.aws.amazon.com/cli/latest/reference/servicediscovery/create-private-dns-namespace.html)` and `[list-namespaces](https://docs.aws.amazon.com/cli/latest/reference/servicediscovery/list-namespaces.html)` in the _AWS Cloud Map (service discovery) AWS CLI Reference Guide_. @@ -106 +106 @@ The following should be considered when using service discovery: - * DNS records for a service discovery service can be queried within your VPC. They use the following format: `<service discovery service name>.<service discovery namespace>`. + * DNS records for a service discovery service can be queried within your VPC. They use the following format: `<service-discovery-service-name>.<service-discovery-namespace>`.