AWS AWSCloudFormation documentation change
Summary
Replaced placeholder account IDs with concrete example (111122223333) in IAM role ARNs
Security assessment
This is a documentation clarity improvement showing example account IDs. While proper IAM configuration is security-critical, the change itself doesn't introduce new security features or address vulnerabilities - it merely provides clearer examples.
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.md b/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.md index 8aca15f05..538524daf 100644 --- a//AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.md +++ b//AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.md @@ -214 +214 @@ The following trust relationship is created by the template. The administrator a - "AWS": "arn:aws:iam::admin_account_id:root" + "AWS": "arn:aws:iam::111122223333:root" @@ -272 +272 @@ Create an [IAM service role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id - "arn:aws:iam::target_account_id:role/custom_execution_role" + "arn:aws:iam::111122223333:role/custom_execution_role" @@ -416 +416 @@ You must provide the following trust policy when you create the role to define t - "AWS": "arn:aws:iam::admin_account_id:role/customized_admin_role" + "AWS": "arn:aws:iam::111122223333:role/customized_admin_role" @@ -515 +515 @@ You must provide the following trust policy when you create the role to define t - "AWS": "arn:aws:iam::admin_account_id:role/customized_admin_role" + "AWS": "arn:aws:iam::111122223333:role/customized_admin_role"