AWS launchwizard documentation change
Summary
Standardized terminology by replacing 'AWS CloudFormation' with 'CloudFormation' in multiple sections
Security assessment
Changes are editorial/naming convention updates rather than security-related content. The troubleshooting guidance and logging mechanisms described remain functionally unchanged, with no indication of addressing security vulnerabilities or introducing new security controls.
Diff
diff --git a/launchwizard/latest/userguide/launch-wizard-ad-troubleshooting.md b/launchwizard/latest/userguide/launch-wizard-ad-troubleshooting.md index bd62b031e..0daef28a0 100644 --- a//launchwizard/latest/userguide/launch-wizard-ad-troubleshooting.md +++ b//launchwizard/latest/userguide/launch-wizard-ad-troubleshooting.md @@ -5 +5 @@ -Launch Wizard provisioning eventsCloudWatch LogsAWS CloudFormation stack +Launch Wizard provisioning eventsCloudWatch LogsCloudFormation stack @@ -19 +19 @@ This section describes steps to help you troubleshoot deploying domain controlle - * AWS CloudFormation stack + * CloudFormation stack @@ -26 +26 @@ This section describes steps to help you troubleshoot deploying domain controlle -Launch Wizard captures events from AWS CloudFormation to track the status of an ongoing application deployment. If an application deployment fails, you can view the deployment events for this application by selecting **Deployments** from the navigation pane. A failed event shows a status of **Failed** along with a failure message. +Launch Wizard captures events from CloudFormation to track the status of an ongoing application deployment. If an application deployment fails, you can view the deployment events for this application by selecting **Deployments** from the navigation pane. A failed event shows a status of **Failed** along with a failure message. @@ -30 +30 @@ Launch Wizard captures events from AWS CloudFormation to track the status of an -Launch Wizard streams provisioning logs from all of the AWS log sources, such as AWS CloudFormation and PowerShell DSC scripts to CloudWatch Logs. You can view the CloudWatch Logs for a given application name on the CloudWatch console for the log group name `LaunchWizard-`APPLICATION_NAME`` and log stream `ApplicationLaunchLog`. +Launch Wizard streams provisioning logs from all of the AWS log sources, such as CloudFormation and PowerShell DSC scripts to CloudWatch Logs. You can view the CloudWatch Logs for a given application name on the CloudWatch console for the log group name `LaunchWizard-`APPLICATION_NAME`` and log stream `ApplicationLaunchLog`. @@ -32 +32 @@ Launch Wizard streams provisioning logs from all of the AWS log sources, such as -## AWS CloudFormation stack +## CloudFormation stack @@ -34 +34 @@ Launch Wizard streams provisioning logs from all of the AWS log sources, such as -Launch Wizard uses AWS CloudFormation to provision the infrastructure resources of an application. CloudFormation stacks can be found in your account using the CloudFormation `describe-stacks` API. Launch Wizard launches various stacks in your account for validation and application resource creation. The following are the relevant filters for the `describe-stacks` API. +Launch Wizard uses CloudFormation to provision the infrastructure resources of an application. CloudFormation stacks can be found in your account using the CloudFormation `describe-stacks` API. Launch Wizard launches various stacks in your account for validation and application resource creation. The following are the relevant filters for the `describe-stacks` API.