AWS IAM documentation change
Summary
Updated terminology from 'AWS CloudFormation' to 'CloudFormation' throughout the document
Security assessment
Changes consist of branding standardization without any modifications to security configurations, policies, or best practices related to SAML Identity Providers.
Diff
diff --git a/IAM/latest/UserGuide/tutorial_saml-idp.md b/IAM/latest/UserGuide/tutorial_saml-idp.md index 0e8445fa8..80adf1e44 100644 --- a//IAM/latest/UserGuide/tutorial_saml-idp.md +++ b//IAM/latest/UserGuide/tutorial_saml-idp.md @@ -7 +7 @@ PrerequisitesCreate the IdPVerify the IdPDelete resourcesTemplate detailsTemplat -# IAM tutorial: Use an AWS CloudFormation template to create a SAML Identity Provider (IdP) +# IAM tutorial: Use an CloudFormation template to create a SAML Identity Provider (IdP) @@ -9 +9 @@ PrerequisitesCreate the IdPVerify the IdPDelete resourcesTemplate detailsTemplat -To set up SAML federation for your AWS account, you need to create a SAML Identity Provider (IdP). This tutorial shows you how to use an AWS CloudFormation template to create a SAML IdP that establishes trust between AWS and your external IdP. +To set up SAML federation for your AWS account, you need to create a SAML Identity Provider (IdP). This tutorial shows you how to use an CloudFormation template to create a SAML IdP that establishes trust between AWS and your external IdP. @@ -26 +26 @@ This tutorial assumes that you have the following already in place: -## Create a SAML IdP using AWS CloudFormation +## Create a SAML IdP using CloudFormation @@ -47 +47 @@ 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/). @@ -110 +110 @@ 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. @@ -121 +121 @@ The stack will output the following values, which you can view on the **Outputs* -These outputs are also exported, allowing them to be imported by other AWS CloudFormation stacks using the `Fn::ImportValue` function. +These outputs are also exported, allowing them to be imported by other CloudFormation stacks using the `Fn::ImportValue` function. @@ -152 +152 @@ 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. @@ -165 +165 @@ 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: @@ -347 +347 @@ Permit users to manage their credentials and MFA settings -Create SAML federated role with AWS CloudFormation +Create SAML federated role with CloudFormation