Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 95286e0

Browse files
authored
Fix mistake in security-group docs
SourceSecurityGroupOwnerId is only available in EC2 classic so the documentation should reflect this fact.
1 parent f88cb83 commit 95286e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/aws-properties-ec2-security-group-rule-1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The ID of the security group\. You must specify either the security group ID or
9595
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
9696

9797
`SourceSecurityGroupOwnerId` <a name="cfn-ec2-security-group-rule-sourcesecuritygroupownerid"></a>
98-
\[nondefault VPC\] The AWS account ID for the source security group, if the source security group is in a different account\. You can't specify this parameter in combination with the following parameters: the CIDR IP address range, the IP protocol, the start of the port range, and the end of the port range\. Creates rules that grant full ICMP, UDP, and TCP access\.
98+
\[EC2\-Classic, nondefault VPC\] The AWS account ID for the source security group, if the source security group is in a different account\. You can't specify this parameter in combination with the following parameters: the CIDR IP address range, the IP protocol, the start of the port range, and the end of the port range\. Creates rules that grant full ICMP, UDP, and TCP access\.
9999
If you specify `SourceSecurityGroupName` or `SourceSecurityGroupId` and that security group is owned by a different account than the account creating the stack, you must specify the `SourceSecurityGroupOwnerId`; otherwise, this property is optional\.
100100
*Required*: Conditional
101101
*Type*: String
@@ -105,4 +105,4 @@ If you specify `SourceSecurityGroupName` or `SourceSecurityGroupId` and that sec
105105
The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code\. A value of `-1` indicates all ICMP/ICMPv6 codes\. If you specify all ICMP/ICMPv6 types, you must specify all codes\.
106106
*Required*: No
107107
*Type*: Integer
108-
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
108+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

0 commit comments

Comments
 (0)