AWS AWSCloudFormation documentation change
Summary
Updated terminology capitalization from 'stack set' to 'StackSet' and minor phrasing adjustments
Security assessment
Changes involve terminology standardization (capitalization of StackSet) and minor phrasing improvements. No security vulnerabilities or new security features are addressed. The mention of metadata retention in disabled Regions is existing security consideration documentation, not a new addition.
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/stacksets-opt-in-regions.md b/AWSCloudFormation/latest/UserGuide/stacksets-opt-in-regions.md index 08297f4f7..52e050c2b 100644 --- a//AWSCloudFormation/latest/UserGuide/stacksets-opt-in-regions.md +++ b//AWSCloudFormation/latest/UserGuide/stacksets-opt-in-regions.md @@ -5 +5 @@ -# Prepare to perform stack set operations in AWS Regions that are disabled by default +# Prepare to perform StackSet operations in AWS Regions that are disabled by default @@ -9 +9 @@ AWS Regions introduced after March 20, 2019, such as Asia Pacific (Hong Kong), a -To create a stack set from a stack set's administrator account (if using self-managed permissions) or organization's management account (if using service-managed permissions) in a Region that is disabled by default, you must first enable that Region for the administrator or management account. +To create a StackSet from a StackSet's administrator account (if using self-managed permissions) or organization's management account (if using service-managed permissions) in a Region that is disabled by default, you must first enable that Region for the administrator or management account. @@ -15 +15 @@ For AWS CloudFormation to successfully create or update a stack instance: - * The stack set's administrator account or organization's management account must have the same Region enabled as the target account. + * The StackSet's administrator account or organization's management account must have the same Region enabled as the target account. @@ -22 +22 @@ For AWS CloudFormation to successfully create or update a stack instance: -Be aware that during stack set operations, administrator and target accounts exchange metadata regarding the accounts themselves, in addition to the stack set and stack set instances involved. +Be aware that during StackSet operations, administrator and target accounts exchange metadata regarding the accounts themselves, in addition to the StackSet and StackSet instances involved. @@ -24 +24 @@ Be aware that during stack set operations, administrator and target accounts exc -In addition, if you disable a Region that contains an account in which stack set instances reside, you are responsible for deleting any such instances or resources, if desired. In addition, be aware that metadata regarding the target account in the disabled Region will be retained in the administrator account. +In addition, if you disable a Region that contains an account in which StackSet instances reside, you are responsible for deleting any such instances or resources, if desired. In addition, be aware that metadata regarding the target account in the disabled Region will be retained in the administrator account.