Sha256: 51d7fadf95e68923cf26124a1875e00742ee66ce5171d85fc104ad83ea8f68f4
Contents?: true
Size: 1.2 KB
Versions: 25
Compression:
Stored size: 1.2 KB
Contents
AWS::EC2::SecurityGroup: Properties: GroupDescription: "\"allow something and not allow something\"" SecurityGroupEgress: | [ { "CidrIp" => "0.0.0.0/0", "FromPort" => "80", "IpProtocol" => "tcp, udp, icmp, -1", "SourceSecurityGroupId" => "sg-xxx, For VPC security groups only.", "SourceSecurityGroupName" => "use in EC2-Classic, default VPC", "SourceSecurityGroupOwnerId" => "[EC2-Classic, default VPC] The AWS account number for the source security group.", "ToPort" => "80" } ] SecurityGroupIngress: | [ { "CidrIp" => "192.168.0.0/24", "FromPort" => "80", "IpProtocol" => "tcp, udp, icmp, -1", "DestinationSecurityGroupId" => "Specifies the GroupId of the destination Amazon VPC security group.", "ToPort" => "80" } ] Tags: | [ { "Key" => "Name", "Value" => "allow HTTP Eg and In" } ] VpcId: "\"vpc-xxxxx\""
Version data entries
25 entries across 25 versions & 1 rubygems