AWS cloud9 documentation change
Summary
Updated documentation to replace 'AWS CloudFormation' with 'CloudFormation' for consistency
Security assessment
The change is a branding/naming convention update without altering security implications of tag propagation to resources. No security vulnerability or feature is mentioned.
Diff
diff --git a/cloud9/latest/user-guide/tutorials-basic.md b/cloud9/latest/user-guide/tutorials-basic.md index 1bd1279ce..8c8bf5c07 100644 --- a//cloud9/latest/user-guide/tutorials-basic.md +++ b//cloud9/latest/user-guide/tutorials-basic.md @@ -110 +110 @@ You can find more information about Amazon VPC choices in [Create an EC2 Environ - 12. Add up to 50 tags by supplying a **Key** and **Value** for each tag. Do so by selecting **Add new tag**. The tags are attached to the AWS Cloud9 environment as resource tags, and are propagated to the following underlying resources: the AWS CloudFormation stack, the Amazon EC2 instance, and Amazon EC2 security groups. To learn more about tags, see [Control Access Using AWS Resource Tags](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html) in the _[IAM User Guide](https://docs.aws.amazon.com/IAM/latest/UserGuide/)_ and [advanced information](./tags.html) in this guide. + 12. Add up to 50 tags by supplying a **Key** and **Value** for each tag. Do so by selecting **Add new tag**. The tags are attached to the AWS Cloud9 environment as resource tags, and are propagated to the following underlying resources: the CloudFormation stack, the Amazon EC2 instance, and Amazon EC2 security groups. To learn more about tags, see [Control Access Using AWS Resource Tags](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html) in the _[IAM User Guide](https://docs.aws.amazon.com/IAM/latest/UserGuide/)_ and [advanced information](./tags.html) in this guide.