From 0e00cffe4d60cef3fb5da328eb5125f29cf35b2c Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Thu, 15 Nov 2018 15:02:29 +0100 Subject: [PATCH] Corrected the example of json file for Genymotion on AWS --- genymotion/example/sample_devices/aws.json | 33 ++++++++-------------- 1 file changed, 12 insertions(+), 21 deletions(-) diff --git a/genymotion/example/sample_devices/aws.json b/genymotion/example/sample_devices/aws.json index 459bc9a..b3336aa 100755 --- a/genymotion/example/sample_devices/aws.json +++ b/genymotion/example/sample_devices/aws.json @@ -17,48 +17,39 @@ "to_port": 22, "protocol": "tcp", "cidr_blocks": "0.0.0.0/0" - } - ] - }, - { - "type": "ingress", - "configurations": [ + }, { "from_port": 80, "to_port": 80, "protocol": "tcp", "cidr_blocks": "0.0.0.0/0" - } - ] - }, - { - "type": "ingress", - "configurations": [ + }, { "from_port": 443, "to_port": 443, "protocol": "tcp", "cidr_blocks": "0.0.0.0/0" - } - ] - }, - { - "type": "ingress", - "configurations": [ + }, { "from_port": 51000, "to_port": 51000, "protocol": "tcp", "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": [ { - "from_port": 51000, - "to_port": 51100, + "from_port": 0, + "to_port": 65535, "protocol": "udp", "cidr_blocks": "0.0.0.0/0" }