Created
November 3, 2014 18:46
-
-
Save andrewgross/db9c1e6652376e3c8f04 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2014-09-01/"> | |
<requestId>59dbff89-35bd-4eac-99ed-be587EXAMPLE</requestId> | |
<securityGroupInfo> | |
<item> | |
<ownerId>111122223333</ownerId> | |
<groupId>sg-1a2b3c4d</groupId> | |
<groupName>WebServers</groupName> | |
<groupDescription>Web Servers</groupDescription> | |
<vpcId/> | |
<ipPermissions> | |
<item> | |
<ipProtocol>tcp</ipProtocol> | |
<fromPort>80</fromPort> | |
<toPort>80</toPort> | |
<groups/> | |
<ipRanges> | |
<item> | |
<cidrIp>0.0.0.0/0</cidrIp> | |
</item> | |
</ipRanges> | |
</item> | |
</ipPermissions> | |
<ipPermissionsEgress/> | |
</item> | |
<item> | |
<ownerId>111122223333</ownerId> | |
<groupId>sg-2a2b3c4d</groupId> | |
<groupName>RangedPortsBySource</groupName> | |
<groupDescription>Group A</groupDescription> | |
<ipPermissions> | |
<item> | |
<ipProtocol>tcp</ipProtocol> | |
<fromPort>6000</fromPort> | |
<toPort>7000</toPort> | |
<groups> | |
<item> | |
<userId>111122223333</userId> | |
<groupId>sg-3a2b3c4d</groupId> | |
<groupName>Group B</groupName> | |
</item> | |
</groups> | |
<ipRanges/> | |
</item> | |
</ipPermissions> | |
<ipPermissionsEgress/> | |
</item> | |
</securityGroupInfo> | |
</DescribeSecurityGroupsResponse> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment