AWS AmazonElastiCache documentation change
Summary
Simplified valkey-cli installation instructions by removing Amazon Linux 2-specific steps, focusing only on Amazon Linux 2023.
Security assessment
Removes outdated installation steps without modifying security-related content. No security issues are addressed.
Diff
diff --git a/AmazonElastiCache/latest/dg/set-up.md b/AmazonElastiCache/latest/dg/set-up.md index 2b6f3d595..49dfed09f 100644 --- a//AmazonElastiCache/latest/dg/set-up.md +++ b//AmazonElastiCache/latest/dg/set-up.md @@ -139,3 +139 @@ If you use ElastiCache for Valkey, then you might find the valkey-cli utility us - 2. Download and install valkey-cli utility by running the appropriate command for your setup. - -**Amazon Linux 2023** + 2. Download and install the valkey-cli utility by running the following commands. @@ -151,11 +148,0 @@ If you use ElastiCache for Valkey, then you might find the valkey-cli utility us -**Amazon Linux 2** - - sudo amazon-linux-extras install epel -y - sudo yum install gcc jemalloc-devel openssl-devel tcl tcl-devel -y - wget -O valkey-8.0.0.tar.gz https://github.com/valkey-io/valkey/archive/refs/tags/8.0.0.tar.gz - tar xvzf valkey-8.0.0.tar.gz - cd valkey-8.0.0 - make valkey-cli BUILD_TLS=yes - sudo install -m 755 src/valkey-cli /usr/local/bin/ - -