AWS codedeploy documentation change
Summary
Updated references from 'AWS CloudFormation' to 'CloudFormation' throughout the document for consistency in naming conventions
Security assessment
The changes are purely branding/naming convention updates (removing redundant 'AWS' prefix from CloudFormation references). No security-related content was added, modified with security context, or addresses vulnerabilities. The IAM resource creation acknowledgment remains functionally identical despite wording changes.
Diff
diff --git a/codedeploy/latest/userguide/instances-ec2-create-cloudformation-template.md b/codedeploy/latest/userguide/instances-ec2-create-cloudformation-template.md index c875e4cd0..301cd55e5 100644 --- a//codedeploy/latest/userguide/instances-ec2-create-cloudformation-template.md +++ b//codedeploy/latest/userguide/instances-ec2-create-cloudformation-template.md @@ -5 +5 @@ -Before you beginLaunch an Amazon EC2 instance with the AWS CloudFormation template (console)Launch an Amazon EC2 instance with the AWS CloudFormation template (AWS CLI) +Before you beginLaunch an Amazon EC2 instance with the CloudFormation template (console)Launch an Amazon EC2 instance with the CloudFormation template (AWS CLI) @@ -7 +7 @@ Before you beginLaunch an Amazon EC2 instance with the AWS CloudFormation templa -# Create an Amazon EC2 instance for CodeDeploy (AWS CloudFormation template) +# Create an Amazon EC2 instance for CodeDeploy (CloudFormation template) @@ -9 +9 @@ Before you beginLaunch an Amazon EC2 instance with the AWS CloudFormation templa -You can use our AWS CloudFormation template to quickly launch an Amazon EC2 instance running Amazon Linux or Windows Server. You can use the AWS CLI, the CodeDeploy console, or the AWS APIs to launch the instance with the template. In addition to launching the instance, the template does the following: +You can use our CloudFormation template to quickly launch an Amazon EC2 instance running Amazon Linux or Windows Server. You can use the AWS CLI, the CodeDeploy console, or the AWS APIs to launch the instance with the template. In addition to launching the instance, the template does the following: @@ -11 +11 @@ You can use our AWS CloudFormation template to quickly launch an Amazon EC2 inst - * Instructs AWS CloudFormation to give the instance permission to participate in CodeDeploy deployments. + * Instructs CloudFormation to give the instance permission to participate in CodeDeploy deployments. @@ -20 +20 @@ You can use our AWS CloudFormation template to quickly launch an Amazon EC2 inst -You don't have to use our AWS CloudFormation to set up an Amazon EC2 instance. For alternatives, see [Working with instances for CodeDeploy](./instances.html). +You don't have to use our CloudFormation to set up an Amazon EC2 instance. For alternatives, see [Working with instances for CodeDeploy](./instances.html). @@ -22 +22 @@ You don't have to use our AWS CloudFormation to set up an Amazon EC2 instance. F -We do not provide an AWS CloudFormation template for Amazon EC2 instances running Ubuntu Server or Red Hat Enterprise Linux (RHEL). +We do not provide an CloudFormation template for Amazon EC2 instances running Ubuntu Server or Red Hat Enterprise Linux (RHEL). @@ -28 +28 @@ We do not provide an AWS CloudFormation template for Amazon EC2 instances runnin - * Launch an Amazon EC2 instance with the AWS CloudFormation template (console) + * Launch an Amazon EC2 instance with the CloudFormation template (console) @@ -30 +30 @@ We do not provide an AWS CloudFormation template for Amazon EC2 instances runnin - * Launch an Amazon EC2 instance with the AWS CloudFormation template (AWS CLI) + * Launch an Amazon EC2 instance with the CloudFormation template (AWS CLI) @@ -37 +37 @@ We do not provide an AWS CloudFormation template for Amazon EC2 instances runnin -Before you can use the AWS CloudFormation template to launch Amazon EC2 instances, make sure you complete the following steps. +Before you can use the CloudFormation template to launch Amazon EC2 instances, make sure you complete the following steps. @@ -76 +76 @@ To generate a new key pair, see [Creating your key pair using Amazon EC2](https: -## Launch an Amazon EC2 instance with the AWS CloudFormation template (console) +## Launch an Amazon EC2 instance with the CloudFormation template (console) @@ -78 +78 @@ To generate a new key pair, see [Creating your key pair using Amazon EC2](https: - 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/). @@ -86 +86 @@ Sign in to the AWS Management Console with the same account you used in [Getting - 3. In **Choose a template** , choose **Specify an Amazon S3 template URL**. In the box, type the location of the AWS CloudFormation template for your region, and then choose **Next**. + 3. In **Choose a template** , choose **Specify an Amazon S3 template URL**. In the box, type the location of the CloudFormation template for your region, and then choose **Next**. @@ -88 +88 @@ Sign in to the AWS Management Console with the same account you used in [Getting -Region | Location of AWS CloudFormation template +Region | Location of CloudFormation template @@ -135 +135 @@ The default of `0.0.0.0/0` is provided for demonstration purposes only. CodeDepl -AWS CloudFormation tags are different from CodeDeploy tags. AWS CloudFormation uses tags to simplify administration of your infrastructure. CodeDeploy uses tags to identify Amazon EC2 instances. You specified CodeDeploy tags on the **Specify Parameters** page. +CloudFormation tags are different from CodeDeploy tags. CloudFormation uses tags to simplify administration of your infrastructure. CodeDeploy uses tags to identify Amazon EC2 instances. You specified CodeDeploy tags on the **Specify Parameters** page. @@ -137 +137 @@ AWS CloudFormation tags are different from CodeDeploy tags. AWS CloudFormation u - 7. On the **Review** page, in **Capabilities** , select the **I acknowledge that AWS CloudFormation might create IAM resources** box, and then choose **Create**. + 7. On the **Review** page, in **Capabilities** , select the **I acknowledge that CloudFormation might create IAM resources** box, and then choose **Create**. @@ -139 +139 @@ AWS CloudFormation tags are different from CodeDeploy tags. AWS CloudFormation u -After AWS CloudFormation has created the stack and launched the Amazon EC2 instances, in the AWS CloudFormation console, **CREATE_COMPLETE** will be displayed in the **Status** column. This process can take several minutes. +After CloudFormation has created the stack and launched the Amazon EC2 instances, in the CloudFormation console, **CREATE_COMPLETE** will be displayed in the **Status** column. This process can take several minutes. @@ -146 +146 @@ To verify the CodeDeploy agent is running on the Amazon EC2 instances, see [Mana -## Launch an Amazon EC2 instance with the AWS CloudFormation template (AWS CLI) +## Launch an Amazon EC2 instance with the CloudFormation template (AWS CLI) @@ -148 +148 @@ To verify the CodeDeploy agent is running on the Amazon EC2 instances, see [Mana - 1. Use our AWS CloudFormation template in a call to the **create-stack** command. This stack will launch a new Amazon EC2 instance with the CodeDeploy agent installed. + 1. Use our CloudFormation template in a call to the **create-stack** command. This stack will launch a new Amazon EC2 instance with the CodeDeploy agent installed. @@ -167 +167 @@ To launch an Amazon EC2 instance running Windows Server: -`template-url` is the location of the AWS CloudFormation template for your region: +`template-url` is the location of the CloudFormation template for your region: @@ -169 +169 @@ To launch an Amazon EC2 instance running Windows Server: -Region | Location of AWS CloudFormation template +Region | Location of CloudFormation template @@ -190 +190 @@ South America (São Paulo) Region | `aws-codedeploy-ap-northeast-1.s3.sa-east-1. -This command creates an AWS CloudFormation stack named `CodeDeployDemoStack`, using the AWS CloudFormation template in the specified Amazon S3 bucket. The Amazon EC2 instance is based on the t1.micro instance type, but you can use any type. It is tagged with the value `CodeDeployDemo`, but you can tag it with any value. It has the specified instance key pair applied. +This command creates an CloudFormation stack named `CodeDeployDemoStack`, using the CloudFormation template in the specified Amazon S3 bucket. The Amazon EC2 instance is based on the t1.micro instance type, but you can use any type. It is tagged with the value `CodeDeployDemo`, but you can tag it with any value. It has the specified instance key pair applied. @@ -192 +192 @@ This command creates an AWS CloudFormation stack named `CodeDeployDemoStack`, us - 2. Call the **describe-stacks** command to verify the AWS CloudFormation stack named `CodeDeployDemoStack` was successfully created: + 2. Call the **describe-stacks** command to verify the CloudFormation stack named `CodeDeployDemoStack` was successfully created: