AWS Security ChangesHomeSearch

AWS cloudshell documentation change

Service: cloudshell · 2025-11-19 · Documentation low

File: cloudshell/latest/userguide/tutorial-presigned-url.md

Summary

Updated three references from 'AWS CloudFormation' to 'CloudFormation' in presigned URL tutorial steps.

Security assessment

Consistent branding changes without altering security-related instructions about IAM roles or presigned URLs.

Diff

diff --git a/cloudshell/latest/userguide/tutorial-presigned-url.md b/cloudshell/latest/userguide/tutorial-presigned-url.md
index 8867554e6..8b2dd4a37 100644
--- a//cloudshell/latest/userguide/tutorial-presigned-url.md
+++ b//cloudshell/latest/userguide/tutorial-presigned-url.md
@@ -36 +36 @@ If the call is successful, the command line displays a response similar to the f
-  2. Take the user information that you obtained in the previous step, and add it to an AWS CloudFormation template. This template creates an IAM role. This role grants your collaborator least-privilege permissions for the shared resources.
+  2. Take the user information that you obtained in the previous step, and add it to an CloudFormation template. This template creates an IAM role. This role grants your collaborator least-privilege permissions for the shared resources.
@@ -74 +74 @@ If the call is successful, the command line displays a response similar to the f
-  3. Save the AWS CloudFormation template in a file that's named `template.yaml`.
+  3. Save the CloudFormation template in a file that's named `template.yaml`.
@@ -127 +127 @@ This step describes how to generate the presigned URL.
-  3. Run the following from the command line to retrieve the Amazon Resource Name (ARN) of the IAM role from AWS CloudFormation. Then, use it in the Python script to obtain temporary security credentials.
+  3. Run the following from the command line to retrieve the Amazon Resource Name (ARN) of the IAM role from CloudFormation. Then, use it in the Python script to obtain temporary security credentials.