2018-08-11 19:38:47 +02:00
|
|
|
[
|
|
|
|
|
{
|
|
|
|
|
"region": "eu-west-1",
|
2018-08-20 11:46:09 +02:00
|
|
|
"android_version": "8.0",
|
2018-08-11 19:38:47 +02:00
|
|
|
"instance": "t2.small"
|
2018-11-14 13:56:41 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"region": "eu-west-1",
|
|
|
|
|
"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-15 15:02:29 +01:00
|
|
|
},
|
2018-11-14 13:56:41 +01:00
|
|
|
{
|
|
|
|
|
"from_port": 80,
|
|
|
|
|
"to_port": 80,
|
|
|
|
|
"protocol": "tcp",
|
|
|
|
|
"cidr_blocks": "0.0.0.0/0"
|
2018-11-15 15:02:29 +01:00
|
|
|
},
|
2018-11-14 13:56:41 +01:00
|
|
|
{
|
|
|
|
|
"from_port": 443,
|
|
|
|
|
"to_port": 443,
|
|
|
|
|
"protocol": "tcp",
|
|
|
|
|
"cidr_blocks": "0.0.0.0/0"
|
2018-11-15 15:02:29 +01:00
|
|
|
},
|
2018-11-14 13:56:41 +01:00
|
|
|
{
|
|
|
|
|
"from_port": 51000,
|
2018-11-29 09:09:07 +01:00
|
|
|
"to_port": 51100,
|
2018-11-14 13:56:41 +01:00
|
|
|
"protocol": "tcp",
|
|
|
|
|
"cidr_blocks": "0.0.0.0/0"
|
2018-11-15 15:02:29 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"from_port": 51000,
|
|
|
|
|
"to_port": 51100,
|
|
|
|
|
"protocol": "udp",
|
|
|
|
|
"cidr_blocks": "0.0.0.0/0"
|
2018-11-14 13:56:41 +01:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
2018-11-15 15:02:29 +01:00
|
|
|
"type": "egress",
|
2018-11-14 13:56:41 +01:00
|
|
|
"configurations": [
|
|
|
|
|
{
|
2018-11-15 15:02:29 +01:00
|
|
|
"from_port": 0,
|
|
|
|
|
"to_port": 65535,
|
2018-11-14 13:56:41 +01:00
|
|
|
"protocol": "udp",
|
|
|
|
|
"cidr_blocks": "0.0.0.0/0"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
2018-08-11 19:38:47 +02:00
|
|
|
}
|
|
|
|
|
]
|