AWS codedeploy documentation change
Summary
Updated references from 'AWS CloudFormation' to 'CloudFormation' for consistency in cleanup instructions
Security assessment
Changes are purely terminological (removing redundant 'AWS' prefix from CloudFormation references) and do not alter security practices or address vulnerabilities. No security implications identified in the diff.
Diff
diff --git a/codedeploy/latest/userguide/tutorials-wordpress-clean-up.md b/codedeploy/latest/userguide/tutorials-wordpress-clean-up.md index 4546868f1..58ee5376a 100644 --- a//codedeploy/latest/userguide/tutorials-wordpress-clean-up.md +++ b//codedeploy/latest/userguide/tutorials-wordpress-clean-up.md @@ -11 +11 @@ You've now successfully made an update to the WordPress code and redeployed the - * Any AWS CloudFormation stacks (or terminate any Amazon EC2 instances, if you created them outside of AWS CloudFormation). + * Any CloudFormation stacks (or terminate any Amazon EC2 instances, if you created them outside of CloudFormation). @@ -22 +22 @@ You've now successfully made an update to the WordPress code and redeployed the -You can use the AWS CLI, the AWS CloudFormation, Amazon S3, Amazon EC2, and CodeDeploy consoles, or the AWS APIs to perform the cleanup. +You can use the AWS CLI, the CloudFormation, Amazon S3, Amazon EC2, and CodeDeploy consoles, or the AWS APIs to perform the cleanup. @@ -37 +37 @@ You can use the AWS CLI, the AWS CloudFormation, Amazon S3, Amazon EC2, and Code - 1. If you used our AWS CloudFormation template for this tutorial, call the **delete-stack** command against the stack named `CodeDeployDemoStack`. This will terminate all accompanying Amazon EC2 instances and delete all accompanying IAM roles the stack created: + 1. If you used our CloudFormation template for this tutorial, call the **delete-stack** command against the stack named `CodeDeployDemoStack`. This will terminate all accompanying Amazon EC2 instances and delete all accompanying IAM roles the stack created: @@ -60 +60 @@ You can get the `association-id` by calling the **describe-association** command -If you did not use the AWS CloudFormation stack for this tutorial, call the **terminate-instances** command to terminate any Amazon EC2 instances you manually created. Supply the ID of the Amazon EC2 instance to terminate: +If you did not use the CloudFormation stack for this tutorial, call the **terminate-instances** command to terminate any Amazon EC2 instances you manually created. Supply the ID of the Amazon EC2 instance to terminate: @@ -67 +67 @@ If you did not use the AWS CloudFormation stack for this tutorial, call the **te -If you used our AWS CloudFormation template for this tutorial, delete the associated AWS CloudFormation stack. +If you used our CloudFormation template for this tutorial, delete the associated CloudFormation stack. @@ -69 +69 @@ If you used our AWS CloudFormation template for this tutorial, delete the associ - 1. Sign in to the AWS Management Console and open the AWS CloudFormation console at [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation/). + 1. Sign in to the AWS Management Console and open the CloudFormation console at [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation/). @@ -71 +71 @@ If you used our AWS CloudFormation template for this tutorial, delete the associ - 2. In the **Filter** box, type the AWS CloudFormation stack name you created earlier (for example, `CodeDeployDemoStack`). + 2. In the **Filter** box, type the CloudFormation stack name you created earlier (for example, `CodeDeployDemoStack`). @@ -75 +75 @@ If you used our AWS CloudFormation template for this tutorial, delete the associ -AWS CloudFormation deletes the stack, terminates all accompanying Amazon EC2 instances, and deletes all accompanying IAM roles. +CloudFormation deletes the stack, terminates all accompanying Amazon EC2 instances, and deletes all accompanying IAM roles. @@ -80 +80 @@ AWS CloudFormation deletes the stack, terminates all accompanying Amazon EC2 ins -To terminate Amazon EC2 instances you created outside of an AWS CloudFormation stack: +To terminate Amazon EC2 instances you created outside of an CloudFormation stack: