AWS Security ChangesHomeSearch

AWS pcs documentation change

Service: pcs · 2025-11-10 · Documentation low

File: pcs/latest/userguide/working-with_ami_custom_install-agent.md

Summary

Updated AWS PCS agent version from 1.3.0 to 1.3.1, including download URLs and signature verification details

Security assessment

Version update and signature changes suggest routine maintenance. No explicit mention of security fixes in the diff.

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 4244db36a..26e249776 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.3.0-1.tar.gz -o aws-pcs-agent-v1.3.0-1.tar.gz
+        curl https://aws-pcs-repo-region.s3.region.amazonaws.com/aws-pcs-agent/aws-pcs-agent-v1.3.1-1.tar.gz -o aws-pcs-agent-v1.3.1-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.3.0-1.tar.gz.sig && \
-            gpg --verify ./aws-pcs-agent-v1.3.0-1.tar.gz.sig
+                wget https://aws-pcs-repo-region.s3.region.amazonaws.com/aws-pcs-agent/aws-pcs-agent-v1.3.1-1.tar.gz.sig && \
+            gpg --verify ./aws-pcs-agent-v1.3.1-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.3.0-1.tar.gz'
-        gpg: Signature made Fri 24 Oct 2025 05:03:58 PM UTC using RSA key ID ECC0AE5C
+                gpg: assuming signed data in './aws-pcs-agent-v1.3.1-1.tar.gz'
+        gpg: Signature made Thu 06 Nov 2025 11:10:36 AM CET using RSA key ID ECC0AE5C
@@ -77 +77 @@ Don't run the AWS PCS software installation script if the fingerprint doesn't ma
-        tar -xf aws-pcs-agent-v1.3.0-1.tar.gz && \
+        tar -xf aws-pcs-agent-v1.3.1-1.tar.gz && \
@@ -91 +91 @@ The output should be similar to the following:
-    AGENT_VERSION='1.3.0'
+    AGENT_VERSION='1.3.1'