AWS pcs documentation change
Summary
Updated AWS PCS agent installation instructions from v1.2.1-1 to v1.2.2-1
Security assessment
Version update in installation steps without explicit mention of security fixes or features.
Diff
diff --git a/pcs/latest/userguide/working-with_ami_custom_install-agent.md b/pcs/latest/userguide/working-with_ami_custom_install-agent.md index f542619a2..7552c4fcb 100644 --- a//pcs/latest/userguide/working-with_ami_custom_install-agent.md +++ b//pcs/latest/userguide/working-with_ami_custom_install-agent.md @@ -27 +27 @@ Install the agent that configures the instances launched by AWS PCS for use with - curl https://aws-pcs-repo-region.s3.region.amazonaws.com/aws-pcs-agent/aws-pcs-agent-v1.2.1-1.tar.gz -o aws-pcs-agent-v1.2.1-1.tar.gz + curl https://aws-pcs-repo-region.s3.region.amazonaws.com/aws-pcs-agent/aws-pcs-agent-v1.2.2-1.tar.gz -o aws-pcs-agent-v1.2.2-1.tar.gz @@ -56,2 +56,2 @@ Don't run the AWS PCS agent installation script if the fingerprint doesn't match - wget https://aws-pcs-repo-region.s3.region.amazonaws.com/aws-pcs-agent/aws-pcs-agent-v1.2.1-1.tar.gz.sig && \ - gpg --verify ./aws-pcs-agent-v1.2.1-1.tar.gz.sig + wget https://aws-pcs-repo-region.s3.region.amazonaws.com/aws-pcs-agent/aws-pcs-agent-v1.2.2-1.tar.gz.sig && \ + gpg --verify ./aws-pcs-agent-v1.2.2-1.tar.gz.sig @@ -61,2 +61,2 @@ The output should be similar to the following: - gpg: assuming signed data in './aws-pcs-agent-v1.2.1-1.tar.gz' - gpg: Signature made Fri Dec 13 18:50:19 2024 CEST + gpg: assuming signed data in './aws-pcs-agent-v1.2.2-1.tar.gz' + gpg: Signature made Wed Oct 16 18:50:19 2025 CEST @@ -78 +78 @@ Don't run the AWS PCS software installation script if the fingerprint doesn't ma - tar -xf aws-pcs-agent-v1.2.1-1.tar.gz && \ + tar -xf aws-pcs-agent-v1.2.2-1.tar.gz && \ @@ -92 +92 @@ The output should be similar to the following: - AGENT_VERSION='1.2.1' + AGENT_VERSION='1.2.2'