AWS Security ChangesHomeSearch

AWS emr documentation change

Service: emr · 2025-12-07 · Documentation low

File: emr/latest/ReleaseGuide/spark-troubleshooting-agent-setup.md

Summary

Added prerequisites section with security-related setup requirements (AWS credentials, CLI tools)

Security assessment

While documenting credential configuration is security-related, this represents standard setup documentation rather than addressing a specific security issue or vulnerability.

Diff

diff --git a/emr/latest/ReleaseGuide/spark-troubleshooting-agent-setup.md b/emr/latest/ReleaseGuide/spark-troubleshooting-agent-setup.md
index 9a8b198be..3497c43fb 100644
--- a//emr/latest/ReleaseGuide/spark-troubleshooting-agent-setup.md
+++ b//emr/latest/ReleaseGuide/spark-troubleshooting-agent-setup.md
@@ -4,0 +5,2 @@
+PrerequisitesSetup Resources
+
@@ -10,0 +13,19 @@ The Apache Spark Troubleshooting Agent uses cross-region inference to process na
+## Prerequisites
+
+Before we begin our setup process for integration with Kiro CLI, make sure you have the following installed on your workstation:
+
+  * [ Install AWS CLI ](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)
+
+  * [ Install Python 3.10+ ](https://www.python.org/downloads/release/python-3100/)
+
+  * [ Install the `uv` package manager ](https://docs.astral.sh/uv/getting-started/installation/) for [ MCP Proxy for AWS](https://github.com/aws/mcp-proxy-for-aws?tab=readme-ov-file)
+
+  * [ Install Kiro CLI ](https://kiro.dev/docs/cli/)
+
+  * AWS local credentials configured (via [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html), environment variables, or IAM roles) - for local operations such uploading upgraded job artifacts for EMR validation job execution.
+
+
+
+
+## Setup Resources
+