AWS wellarchitected documentation change
Summary
Changed 'AWS CloudFormation StackSets' to 'CloudFormation StackSets' in emergency access documentation
Security assessment
Terminology update without security implications. The change maintains existing security guidance about emergency access processes.
Diff
diff --git a/wellarchitected/2023-10-03/framework/sec_permissions_emergency_process.md b/wellarchitected/2023-10-03/framework/sec_permissions_emergency_process.md index 59bca6506..9cd98fc96 100644 --- a//wellarchitected/2023-10-03/framework/sec_permissions_emergency_process.md +++ b//wellarchitected/2023-10-03/framework/sec_permissions_emergency_process.md @@ -114 +114 @@ The emergency access process uses direct federation from your identity provider - * Create an AWS account dedicated to emergency access processes. Pre-create the IAM resources needed in the account such as IAM roles or IAM users, and optionally IAM Identity Providers. Additionally, pre-create cross-account IAM roles in the workload AWS accounts with trust relationships with corresponding IAM roles in the emergency access account. You can use [AWS CloudFormation StackSets with AWS Organizations](https://docs.aws.amazon.com/organizations/latest/userguide/services-that-can-integrate-cloudformation.html) to create such resources in the member accounts in your organization. + * Create an AWS account dedicated to emergency access processes. Pre-create the IAM resources needed in the account such as IAM roles or IAM users, and optionally IAM Identity Providers. Additionally, pre-create cross-account IAM roles in the workload AWS accounts with trust relationships with corresponding IAM roles in the emergency access account. You can use [CloudFormation StackSets with AWS Organizations](https://docs.aws.amazon.com/organizations/latest/userguide/services-that-can-integrate-cloudformation.html) to create such resources in the member accounts in your organization.