Skip to content

Commit 320b8dc

Browse files
authored
Merge pull request awsdocs#225 from otoolema/patch-1
VPC Peering SG
2 parents 9233049 + ef11f9d commit 320b8dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/aws-properties-ec2-security-group-ingress.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Specifies the name of the Amazon EC2 security group \(non\-VPC security group\)
126126
`SourceSecurityGroupOwnerId` <a name="cfn-ec2-security-group-ingress-sourcesecuritygroupownerid"></a>
127127
Specifies the AWS Account ID of the owner of the Amazon EC2 security group specified in the `SourceSecurityGroupName` property\.
128128
*Type*: String
129-
*Required*: Conditional\. If you specify `SourceSecurityGroupName` 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\.
129+
*Required*: Conditional\. 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\.
130130
*Update requires*: [Replacement](using-cfn-updating-stacks-update-behaviors.md#update-replacement)
131131

132132
`ToPort` <a name="cfn-ec2-security-group-ingress-toport"></a>
@@ -416,4 +416,4 @@ SGPing:
416416
FromPort: 8
417417
ToPort: -1
418418
CidrIp: 10.0.0.0/24
419-
```
419+
```

0 commit comments

Comments
 (0)