AWS AWSCloudFormation documentation change
Summary
Updated resource documentation links to TemplateReference, added PDF reference link, and corrected GetAtt link location
Security assessment
Changes involve documentation link updates and structural corrections. Security group references remain unchanged in functionality. No evidence of security vulnerability fixes or new security features added.
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/walkthrough-autoscaling.md b/AWSCloudFormation/latest/UserGuide/walkthrough-autoscaling.md index b44269942..ce1addf2e 100644 --- a//AWSCloudFormation/latest/UserGuide/walkthrough-autoscaling.md +++ b//AWSCloudFormation/latest/UserGuide/walkthrough-autoscaling.md @@ -0,0 +1,2 @@ +[](/pdfs/AWSCloudFormation/latest/UserGuide/cfn-ug.pdf#walkthrough-autoscaling "Open PDF") + @@ -428 +430 @@ The next part of this template specifies the `Resources`. This section specifies -[AWS::EC2::SecurityGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-securitygroup.html) resource `ELBSecurityGroup` +[AWS::EC2::SecurityGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-ec2-securitygroup.html) resource `ELBSecurityGroup` @@ -435 +437 @@ The next part of this template specifies the `Resources`. This section specifies -[AWS::EC2::SecurityGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-securitygroup.html) resource `EC2SecurityGroup` +[AWS::EC2::SecurityGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-ec2-securitygroup.html) resource `EC2SecurityGroup` @@ -437 +439 @@ The next part of this template specifies the `Resources`. This section specifies - * `SecurityGroupIngress` contains two ingress rules: 1) a TCP ingress rule that allows SSH access (port 22) from the IP address range that you provide for the `SSHLocation` input parameter and 2) a TCP ingress rule that allows access from the load balancer by specifying the load balancer's security group. The [GetAtt](./intrinsic-function-reference-getatt.html) function is used to get the ID of the security group with the logical name `ELBSecurityGroup`. + * `SecurityGroupIngress` contains two ingress rules: 1) a TCP ingress rule that allows SSH access (port 22) from the IP address range that you provide for the `SSHLocation` input parameter and 2) a TCP ingress rule that allows access from the load balancer by specifying the load balancer's security group. The [GetAtt](./resources-section-structure.html#resource-properties-getatt) function is used to get the ID of the security group with the logical name `ELBSecurityGroup`. @@ -442 +444 @@ The next part of this template specifies the `Resources`. This section specifies -[AWS::ElasticLoadBalancingV2::TargetGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html) resource `EC2TargetGroup` +[AWS::ElasticLoadBalancingV2::TargetGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-elasticloadbalancingv2-targetgroup.html) resource `EC2TargetGroup` @@ -453 +455 @@ The next part of this template specifies the `Resources`. This section specifies -[AWS::ElasticLoadBalancingV2::Listener](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html) resource `ALBListener` +[AWS::ElasticLoadBalancingV2::Listener](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-elasticloadbalancingv2-listener.html) resource `ALBListener` @@ -460 +462 @@ The next part of this template specifies the `Resources`. This section specifies -[AWS::ElasticLoadBalancingV2::LoadBalancer](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html) resource `ApplicationLoadBalancer` +[AWS::ElasticLoadBalancingV2::LoadBalancer](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-elasticloadbalancingv2-loadbalancer.html) resource `ApplicationLoadBalancer` @@ -464 +466 @@ The next part of this template specifies the `Resources`. This section specifies - * `SecurityGroup` gets the ID of the security group that acts as a virtual firewall for your load balancer nodes to control incoming traffic. The [GetAtt](./intrinsic-function-reference-getatt.html) function is used to get the ID of the security group with the logical name `ELBSecurityGroup`. + * `SecurityGroup` gets the ID of the security group that acts as a virtual firewall for your load balancer nodes to control incoming traffic. The [GetAtt](./resources-section-structure.html#resource-properties-getatt) function is used to get the ID of the security group with the logical name `ELBSecurityGroup`. @@ -469 +471 @@ The next part of this template specifies the `Resources`. This section specifies -[AWS::EC2::LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html) resource `LaunchTemplate` +[AWS::EC2::LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-ec2-launchtemplate.html) resource `LaunchTemplate` @@ -482 +484 @@ The next part of this template specifies the `Resources`. This section specifies -[AWS::SNS::Topic](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topic.html) resource `NotificationTopic` +[AWS::SNS::Topic](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-sns-topic.html) resource `NotificationTopic` @@ -489 +491 @@ The next part of this template specifies the `Resources`. This section specifies -[AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource `WebServerGroup` +[AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-autoscaling-autoscalinggroup.html) resource `WebServerGroup`