Corrected the example of json file for Genymotion on AWS

This commit is contained in:
butomo1989 2018-11-15 15:02:29 +01:00
parent 3dc73b4573
commit 0e00cffe4d

View file

@ -17,48 +17,39 @@
"to_port": 22, "to_port": 22,
"protocol": "tcp", "protocol": "tcp",
"cidr_blocks": "0.0.0.0/0" "cidr_blocks": "0.0.0.0/0"
} },
]
},
{
"type": "ingress",
"configurations": [
{ {
"from_port": 80, "from_port": 80,
"to_port": 80, "to_port": 80,
"protocol": "tcp", "protocol": "tcp",
"cidr_blocks": "0.0.0.0/0" "cidr_blocks": "0.0.0.0/0"
} },
]
},
{
"type": "ingress",
"configurations": [
{ {
"from_port": 443, "from_port": 443,
"to_port": 443, "to_port": 443,
"protocol": "tcp", "protocol": "tcp",
"cidr_blocks": "0.0.0.0/0" "cidr_blocks": "0.0.0.0/0"
} },
]
},
{
"type": "ingress",
"configurations": [
{ {
"from_port": 51000, "from_port": 51000,
"to_port": 51000, "to_port": 51000,
"protocol": "tcp", "protocol": "tcp",
"cidr_blocks": "0.0.0.0/0" "cidr_blocks": "0.0.0.0/0"
},
{
"from_port": 51000,
"to_port": 51100,
"protocol": "udp",
"cidr_blocks": "0.0.0.0/0"
} }
] ]
}, },
{ {
"type": "ingress", "type": "egress",
"configurations": [ "configurations": [
{ {
"from_port": 51000, "from_port": 0,
"to_port": 51100, "to_port": 65535,
"protocol": "udp", "protocol": "udp",
"cidr_blocks": "0.0.0.0/0" "cidr_blocks": "0.0.0.0/0"
} }