AWS eks documentation change
Summary
Fixed two typos: 'compatabile' to 'compatible' and 'such `yum`' to 'such as `yum`' in add-on documentation
Security assessment
These are minor typo corrections that improve readability but don't address any security vulnerability or add security documentation. The AWS CLI version requirements mentioned are for functionality, not specifically for security fixes.
Diff
diff --git a/eks/latest/userguide/creating-an-add-on.md b/eks/latest/userguide/creating-an-add-on.md index 5ad91b6c3..f602dd143 100644 --- a//eks/latest/userguide/creating-an-add-on.md +++ b//eks/latest/userguide/creating-an-add-on.md @@ -34 +34 @@ Complete the following before you create an add-on: - * Verify that the Amazon EKS add-on version is compatabile with your cluster. For more information, see [Verify Amazon EKS add-on version compatibility with a cluster](./addon-compat.html). + * Verify that the Amazon EKS add-on version is compatible with your cluster. For more information, see [Verify Amazon EKS add-on version compatibility with a cluster](./addon-compat.html). @@ -179 +179 @@ NOTE: Retaining the default role name enables EKS to pre-select the role for add - 1. You need version `2.12.3` or later or version `1.27.160` or later of the AWS Command Line Interface (AWS CLI) installed and configured on your device or AWS CloudShell. To check your current version, use `aws --version | cut -d / -f2 | cut -d ' ' -f1`. Package managers such `yum`, `apt-get`, or Homebrew for macOS are often several versions behind the latest version of the AWS CLI. To install the latest version, see [Installing](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) and [Quick configuration with aws configure](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html#cli-configure-quickstart-config) in the _AWS Command Line Interface User Guide_. The AWS CLI version that is installed in AWS CloudShell might also be several versions behind the latest version. To update it, see [Installing AWS CLI to your home directory](https://docs.aws.amazon.com/cloudshell/latest/userguide/vm-specs.html#install-cli-software) in the _AWS CloudShell User Guide_. + 1. You need version `2.12.3` or later or version `1.27.160` or later of the AWS Command Line Interface (AWS CLI) installed and configured on your device or AWS CloudShell. To check your current version, use `aws --version | cut -d / -f2 | cut -d ' ' -f1`. Package managers such as `yum`, `apt-get`, or Homebrew for macOS are often several versions behind the latest version of the AWS CLI. To install the latest version, see [Installing](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) and [Quick configuration with aws configure](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html#cli-configure-quickstart-config) in the _AWS Command Line Interface User Guide_. The AWS CLI version that is installed in AWS CloudShell might also be several versions behind the latest version. To update it, see [Installing AWS CLI to your home directory](https://docs.aws.amazon.com/cloudshell/latest/userguide/vm-specs.html#install-cli-software) in the _AWS CloudShell User Guide_.