AWS AWSCloudFormation documentation change
Summary
Updated branding from 'AWS CloudFormation' to 'CloudFormation' and clarified permissions requirements for network interface monitoring
Security assessment
Changes are branding updates and clarification of existing permission requirements. No new security vulnerabilities or features are introduced. The EC2 permission mention was already present in previous version.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-lambda-function-vpcconfig.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-lambda-function-vpcconfig.md index 84ca2298e..4008c7fab 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-lambda-function-vpcconfig.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-lambda-function-vpcconfig.md @@ -5 +5 @@ SyntaxPropertiesExamples -This is the new _AWS CloudFormation Template Reference Guide_. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html). +This is the new _CloudFormation Template Reference Guide_. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html). @@ -13 +13 @@ The VPC security groups and subnets that are attached to a Lambda function. When -When you delete a function, AWS CloudFormation monitors the state of its network interfaces and waits for Lambda to delete them before proceeding. If the VPC is defined in the same stack, the network interfaces need to be deleted by Lambda before AWS CloudFormation can delete the VPC's resources. +When you delete a function, CloudFormation monitors the state of its network interfaces and waits for Lambda to delete them before proceeding. If the VPC is defined in the same stack, the network interfaces need to be deleted by Lambda before CloudFormation can delete the VPC's resources. @@ -15 +15 @@ When you delete a function, AWS CloudFormation monitors the state of its network -To monitor network interfaces, AWS CloudFormation needs the `ec2:DescribeNetworkInterfaces` permission. It obtains this from the user or role that modifies the stack. If you don't provide this permission, AWS CloudFormation does not wait for network interfaces to be deleted. +To monitor network interfaces, CloudFormation needs the `ec2:DescribeNetworkInterfaces` permission. It obtains this from the user or role that modifies the stack. If you don't provide this permission, CloudFormation does not wait for network interfaces to be deleted. @@ -19 +19 @@ To monitor network interfaces, AWS CloudFormation needs the `ec2:DescribeNetwork -To declare this entity in your AWS CloudFormation template, use the following syntax: +To declare this entity in your CloudFormation template, use the following syntax: