From 2e379769e9963a7a2ca4063a94231f51a6993b1f Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Mon, 5 Nov 2018 14:49:59 +0100 Subject: [PATCH] Added engress for AWS deployment for Genymotion --- src/appium.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/appium.sh b/src/appium.sh index 3952e39..42333a5 100644 --- a/src/appium.sh +++ b/src/appium.sh @@ -110,6 +110,12 @@ resource "aws_security_group" "geny_sg_$index" { protocol = "udp" cidr_blocks = ["0.0.0.0/0"] } + egress { + from_port = 0 + to_port = 65535 + protocol = "udp" + cidr_blocks = ["0.0.0.0/0"] + } } data "aws_ami" "geny_aws_$index" {