mirror of
https://github.com/izzy2lost/docker-android.git
synced 2026-06-19 01:16:28 -07:00
Big restructuring by moving to python
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
[
|
||||
{
|
||||
"name": "device1",
|
||||
"region": "eu-west-1",
|
||||
"ami": "ami-68d78411",
|
||||
"instance_type": "t2.small",
|
||||
"ingress_rules": [
|
||||
{
|
||||
"from_port": 22,
|
||||
"to_port": 22,
|
||||
"protocol": "tcp",
|
||||
"cidr_blocks": ["0.0.0.0/0"]
|
||||
},
|
||||
{
|
||||
"from_port": 80,
|
||||
"to_port": 80,
|
||||
"protocol": "tcp",
|
||||
"cidr_blocks": ["0.0.0.0/0"]
|
||||
},
|
||||
{
|
||||
"from_port": 443,
|
||||
"to_port": 443,
|
||||
"protocol": "tcp",
|
||||
"cidr_blocks": ["0.0.0.0/0"]
|
||||
},
|
||||
{
|
||||
"from_port": 51000,
|
||||
"to_port": 51100,
|
||||
"protocol": "tcp",
|
||||
"cidr_blocks": ["0.0.0.0/0"]
|
||||
},
|
||||
{
|
||||
"from_port": 51000,
|
||||
"to_port": 51100,
|
||||
"protocol": "udp",
|
||||
"cidr_blocks": ["0.0.0.0/0"]
|
||||
}
|
||||
],
|
||||
"egress_rules": [
|
||||
{
|
||||
"from_port": 0,
|
||||
"to_port": 65535,
|
||||
"protocol": "udp",
|
||||
"cidr_blocks": ["0.0.0.0/0"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "device2",
|
||||
"region": "eu-west-1",
|
||||
"ami": "ami-68d78411",
|
||||
"instance_type": "t2.small",
|
||||
"security_group": "<your_existing_sg>"
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"name": "SamsungS7V6",
|
||||
"template": "a2a0c86c-7572-45fe-98d0-66f8efed9fa0",
|
||||
"local_port": 51345
|
||||
},
|
||||
{
|
||||
"template": "80a67ae9-430c-4824-a386-befbb19518b9"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user