AWS Security ChangesHomeSearch

AWS IAM documentation change

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

File: IAM/latest/UserGuide/tutorial_saml-federated-role.md

Summary

Updated documentation to replace 'AWS CloudFormation' with 'CloudFormation' throughout the document for branding consistency

Security assessment

The changes are purely branding/naming convention updates (removing 'AWS' from CloudFormation references). No security-related content was added, modified, or removed. The tutorial's security implications remain unchanged as it continues to document SAML federation setup through infrastructure-as-code templates.

Diff

diff --git a/IAM/latest/UserGuide/tutorial_saml-federated-role.md b/IAM/latest/UserGuide/tutorial_saml-federated-role.md
index 570c77ec4..c12ff6151 100644
--- a//IAM/latest/UserGuide/tutorial_saml-federated-role.md
+++ b//IAM/latest/UserGuide/tutorial_saml-federated-role.md
@@ -7 +7 @@ PrerequisitesCreate the federated roleTest the federated roleDelete resourcesTem
-# IAM tutorial: Use an AWS CloudFormation template to create a SAML federated IAM role
+# IAM tutorial: Use an CloudFormation template to create a SAML federated IAM role
@@ -9 +9 @@ PrerequisitesCreate the federated roleTest the federated roleDelete resourcesTem
-When you have an existing SAML Identity Provider (IdP) configured in your AWS account, you can create federated IAM roles that trust that IdP. This tutorial shows you how to use an AWS CloudFormation template to create a SAML federated IAM role that can be assumed by users authenticated through your external IdP.
+When you have an existing SAML Identity Provider (IdP) configured in your AWS account, you can create federated IAM roles that trust that IdP. This tutorial shows you how to use an CloudFormation template to create a SAML federated IAM role that can be assumed by users authenticated through your external IdP.
@@ -28 +28 @@ This tutorial assumes that you have the following already in place:
-  * An existing SAML IdP configured in your AWS account. If you don't have one, you can create it using the [IAM tutorial: Use an AWS CloudFormation template to create a SAML Identity Provider (IdP)](./tutorial_saml-idp.html) tutorial.
+  * An existing SAML IdP configured in your AWS account. If you don't have one, you can create it using the [IAM tutorial: Use an CloudFormation template to create a SAML Identity Provider (IdP)](./tutorial_saml-idp.html) tutorial.
@@ -37 +37 @@ This tutorial assumes that you have the following already in place:
-## Create a SAML federated role using AWS CloudFormation
+## Create a SAML federated role using CloudFormation
@@ -58 +58 @@ Next, use the template you've saved to provision a CloudFormation stack.
-  1. Open the AWS CloudFormation console at [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation/).
+  1. Open the CloudFormation console at [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation/).
@@ -82 +82 @@ Example: `arn:aws:iam::123456789012:saml-provider/CompanyIdP`
-If you created your SAML IdP using the [IAM tutorial: Use an AWS CloudFormation template to create a SAML Identity Provider (IdP)](./tutorial_saml-idp.html) tutorial, you can find the provider ARN in the Outputs tab of that CloudFormation stack.
+If you created your SAML IdP using the [IAM tutorial: Use an CloudFormation template to create a SAML Identity Provider (IdP)](./tutorial_saml-idp.html) tutorial, you can find the provider ARN in the Outputs tab of that CloudFormation stack.
@@ -129 +129 @@ Choosing this option prevents you from possibly being billed for resources whose
-AWS CloudFormation creates the stack. Once the stack creation is complete, the stack resources are ready to use. You can use the **Resources** tab on the stack detail page to view the resources that were provisioned in your account.
+CloudFormation creates the stack. Once the stack creation is complete, the stack resources are ready to use. You can use the **Resources** tab on the stack detail page to view the resources that were provisioned in your account.
@@ -173 +173 @@ As a final step, you'll delete the stack and the resources it contains.
-  1. Open the AWS CloudFormation console.
+  1. Open the CloudFormation console.
@@ -186 +186 @@ CloudFormation initiates deletion of the stack and all resources it includes.
-The AWS CloudFormation template for this tutorial will create the following resource in your account:
+The CloudFormation template for this tutorial will create the following resource in your account:
@@ -467 +467 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Create SAML IdP with AWS CloudFormation
+Create SAML IdP with CloudFormation
@@ -469 +469 @@ Create SAML IdP with AWS CloudFormation
-Create SAML IdP and federated role with AWS CloudFormation
+Create SAML IdP and federated role with CloudFormation