docker-android/genymotion/example/sample_devices/aws.json

61 lines
1 KiB
JSON
Raw Permalink Normal View History

[
{
"region": "eu-west-1",
2018-11-14 12:56:41 +00:00
"android_version": "8.0",
"instance": "t2.small"
},
{
"region": "eu-west-1",
2018-11-14 12:56:41 +00:00
"instance": "t2.small",
"AMI": "ami-68d78411",
"SG": [
{
"type": "ingress",
"configurations": [
{
"from_port": 22,
"to_port": 22,
"protocol": "tcp",
"cidr_blocks": "0.0.0.0/0"
},
2018-11-14 12:56:41 +00:00
{
"from_port": 80,
"to_port": 80,
"protocol": "tcp",
"cidr_blocks": "0.0.0.0/0"
},
2018-11-14 12:56:41 +00:00
{
"from_port": 443,
"to_port": 443,
"protocol": "tcp",
"cidr_blocks": "0.0.0.0/0"
},
2018-11-14 12:56:41 +00:00
{
"from_port": 51000,
2018-11-29 08:09:07 +00:00
"to_port": 51100,
2018-11-14 12:56:41 +00:00
"protocol": "tcp",
"cidr_blocks": "0.0.0.0/0"
},
{
"from_port": 51000,
"to_port": 51100,
"protocol": "udp",
"cidr_blocks": "0.0.0.0/0"
2018-11-14 12:56:41 +00:00
}
]
},
{
"type": "egress",
2018-11-14 12:56:41 +00:00
"configurations": [
{
"from_port": 0,
"to_port": 65535,
2018-11-14 12:56:41 +00:00
"protocol": "udp",
"cidr_blocks": "0.0.0.0/0"
}
]
}
]
}
]