AWS eks documentation change
Summary
Replaced hardcoded ARN strings with documentation placeholders and fixed a typo in gRPC description
Security assessment
Changes involve template placeholders for ARNs and grammatical corrections. No security vulnerabilities, features, or configurations are addressed.
Diff
diff --git a/eks/latest/userguide/inferentia-support.md b/eks/latest/userguide/inferentia-support.md index 329bf3f27..550374696 100644 --- a//eks/latest/userguide/inferentia-support.md +++ b//eks/latest/userguide/inferentia-support.md @@ -54 +54 @@ Note the value of the following line of the output. It’s used in a later (opti - [9] adding identity "arn:aws:iam::111122223333:role/eksctl-inferentia-nodegroup-ng-in-NodeInstanceRole-FI7HIYS3BS09" to auth ConfigMap + [9] adding identity "<shared id="region.arn"/>iam::111122223333:role/eksctl-inferentia-nodegroup-ng-in-NodeInstanceRole-FI7HIYS3BS09" to auth ConfigMap @@ -83 +83 @@ The number of Neuron devices allocated to your serving application can be adjust - --policy-arn arn:aws:iam::aws:policy/AmazonS3ReadOnlyAccess \ + --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonS3ReadOnlyAccess \ @@ -185 +185 @@ The number of Neuron devices allocated to your serving application can be adjust - 2. Create a Python script called `tensorflow-model-server-infer.py` with the following content. This script runs inference via gRPC, which is service framework. + 2. Create a Python script called `tensorflow-model-server-infer.py` with the following content. This script runs inference via gRPC, which is a service framework.