AWS AWSCloudFormation documentation change
Summary
Capitalized 'stack set' to 'StackSet' and made terminology consistent
Security assessment
Changes are purely terminological (capitalization consistency) with no modifications to security-related content. The existing references to service-linked roles and permissions management remain unchanged in substance.
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.md b/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.md index fd6599e3c..6ef7289bd 100644 --- a//AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.md +++ b//AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.md @@ -7 +7 @@ Service-linked roles -# Activate trusted access for stack sets with AWS Organizations +# Activate trusted access for StackSets with AWS Organizations @@ -11 +11 @@ This topic provides instructions on how to activate trusted access with AWS Orga -Before you create a stack set with service-managed permissions, you must first complete the following tasks: +Before you create a StackSet with service-managed permissions, you must first complete the following tasks: @@ -13 +13 @@ Before you create a stack set with service-managed permissions, you must first c - * [Enable all features](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html) in AWS Organizations. With only consolidated billing features enabled, you can't create a stack set with service-managed permissions. + * [Enable all features](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html) in AWS Organizations. With only consolidated billing features enabled, you can't create a StackSet with service-managed permissions. @@ -15 +15 @@ Before you create a stack set with service-managed permissions, you must first c - * Activate trusted access with AWS Organizations. This action allows CloudFormation to create a service-linked role in the management account. After trusted access is activated, when you create a stack set with service-managed permissions, CloudFormation creates both the necessary service-linked role and a service role named `stacksets-exec-*` in the target (member) accounts. + * Activate trusted access with AWS Organizations. This action allows CloudFormation to create a service-linked role in the management account. After trusted access is activated, when you create a StackSet with service-managed permissions, CloudFormation creates both the necessary service-linked role and a service role named `stacksets-exec-*` in the target (member) accounts. @@ -17 +17 @@ Before you create a stack set with service-managed permissions, you must first c -With trusted access activated, the management account and delegated administrator accounts can create and manage service-managed stack sets for their organization. +With trusted access activated, the management account and delegated administrator accounts can create and manage service-managed StackSets for their organization.