AWS Security ChangesHomeSearch

AWS emr documentation change

Service: emr · 2025-10-19 · Documentation low

File: emr/latest/EMR-Serverless-UserGuide/setting-up.md

Summary

Updated phrasing in setup guide: changed 'recommend' to 'suggest', 'see' to 'refer to', removed 'you must' from CLI instructions, and added 'secure' in CLI configuration context.

Security assessment

Changes emphasize existing security best practices (like using fine-grained policies) but do not introduce new security features or address specific vulnerabilities. The addition of 'secure' in CLI setup is stylistic emphasis rather than new security content.

Diff

diff --git a/emr/latest/EMR-Serverless-UserGuide/setting-up.md b/emr/latest/EMR-Serverless-UserGuide/setting-up.md
index b92f7631a..ae49f373a 100644
--- a//emr/latest/EMR-Serverless-UserGuide/setting-up.md
+++ b//emr/latest/EMR-Serverless-UserGuide/setting-up.md
@@ -99 +99 @@ For instructions, see [ Add groups](https://docs.aws.amazon.com/singlesignon/lat
-In production environments, we recommend that you use finer-grained policies. For examples of such policies, see [User access policy examples for EMR Serverless](./security-iam-user-access-policies.html). To learn more about access management, see [Access management for AWS resources](https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.
+In production environments, we suggest that you use finer-grained policies. For examples of such policies, refer to [User access policy examples for EMR Serverless](./security-iam-user-access-policies.html). To learn more about access management, refer to [Access management for AWS resources](https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html) in the IAM User Guide.
@@ -209 +209 @@ IAM | (Not recommended)Use long-term credentials to sign programmatic requests t
-If you want to use EMR Serverless APIs, you must install the latest version of the AWS Command Line Interface (AWS CLI). You don't need the AWS CLI to use EMR Serverless from the EMR Studio console, and you can get started without the CLI by following the steps in [Getting started with EMR Serverless from the console](./gs-console.html).
+If you want to use EMR Serverless APIs, install the latest version of the AWS Command Line Interface (AWS CLI). You don't need the AWS CLI to use EMR Serverless from the EMR Studio console, and get started without the CLI by following the steps in [Getting started with EMR Serverless from the console](./gs-console.html).
@@ -213 +213 @@ If you want to use EMR Serverless APIs, you must install the latest version of t
-  1. To install the latest version of the AWS CLI for macOS, Linux, or Windows, see [Installing or updating the latest version of the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html).
+  1. To install the latest version of the AWS CLI for macOS, Linux, or Windows, refer to [Installing or updating the latest version of the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html).
@@ -215 +215 @@ If you want to use EMR Serverless APIs, you must install the latest version of t
-  2. To configure the AWS CLI and secure setup of your access to AWS services, including EMR Serverless, see [Quick configuration with `aws configure`](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html#cli-configure-quickstart-config).
+  2. To configure the AWS CLI and secure setup of your access to AWS services, including EMR Serverless, refer to [Quick configuration with `aws configure`](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html#cli-configure-quickstart-config).
@@ -221 +221 @@ If you want to use EMR Serverless APIs, you must install the latest version of t
-AWS CLI commands use the default AWS Region from your configuration, unless you set it with a parameter or a profile. To set your AWS Region with a parameter, you can add the `--region` parameter to each command.
+AWS CLI commands use the default AWS Region from your configuration, unless you set it with a parameter or a profile. To set your AWS Region with a parameter, add the `--region` parameter to each command.