AWS systems-manager-automation-runbooks documentation change
Summary
Replaced 'AWS CloudFormation' with 'CloudFormation' in multiple instances for terminology consistency
Security assessment
Changes are purely branding/terminology updates (removing 'AWS' prefix). No security implications or documentation additions related to security features.
Diff
diff --git a/systems-manager-automation-runbooks/latest/userguide/awssupport-validate-fsxwindows-adconfig.md b/systems-manager-automation-runbooks/latest/userguide/awssupport-validate-fsxwindows-adconfig.md index b0098ab5d..2bf1d98d3 100644 --- a//systems-manager-automation-runbooks/latest/userguide/awssupport-validate-fsxwindows-adconfig.md +++ b//systems-manager-automation-runbooks/latest/userguide/awssupport-validate-fsxwindows-adconfig.md @@ -15 +15 @@ The runbook `AWSSupport-ValidateFSxWindowsADConfig` executes the Amazon FSx vali -By default, the runbook creates the Amazon EC2 Windows instance, security group for AWS Systems Manager (SSM) access, AWS Identity and Access Management (IAM) role and policy using AWS CloudFormation on the Amazon FSx subnet. If you want to run the script on an existing Amazon EC2 instance, provide the ID in the parameter `InstanceId`. On successful execution, it deletes the CloudFormation resources. However, to retain the resources, set the `RetainCloudFormationStack` parameter to `true`. +By default, the runbook creates the Amazon EC2 Windows instance, security group for AWS Systems Manager (SSM) access, AWS Identity and Access Management (IAM) role and policy using CloudFormation on the Amazon FSx subnet. If you want to run the script on an existing Amazon EC2 instance, provide the ID in the parameter `InstanceId`. On successful execution, it deletes the CloudFormation resources. However, to retain the resources, set the `RetainCloudFormationStack` parameter to `true`. @@ -489 +489 @@ Branches on the provided input `InstanceId`. If `InstanceId` is provided, the va -Creates the Amazon EC2 instance in the preferred subnet using AWS CloudFormation where the `AmazonFSxADValidation` tool will be executed +Creates the Amazon EC2 instance in the preferred subnet using CloudFormation where the `AmazonFSxADValidation` tool will be executed @@ -517 +517 @@ Branches on the `RetainCloudFormationStack` and `InstanceId` parameters to deter -Deletes the AWS CloudFormation stack. +Deletes the CloudFormation stack.