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