Cfn
view release on metacpan or search on metacpan
t/001_parse/gamelift_fleet.res view on Meta::CPAN
{
"Type": "AWS::GameLift::Fleet",
"Properties": {
"Name": "MyGameFleet",
"Description": "A fleet for my game",
"BuildId": { "Ref": "BuildResource" },
"RuntimeConfiguration": {
"ServerProcesses": [
{
"ConcurrentExecutions": "1",
"LaunchPath": "c:\\game\\TestApplicationServer.exe"
}
]
},
"EC2InstanceType": "t2.small",
"DesiredEC2Instances": "2",
"EC2InboundPermissions": [
{
"FromPort": "1234",
"ToPort": "1324",
"IpRange": "0.0.0.0/24",
"Protocol": "TCP"
},
{
"FromPort": "1356",
"ToPort": "1578",
"IpRange": "192.168.0.0/24",
"Protocol": "UDP"
}
]
}
}
( run in 1.402 second using v1.01-cache-2.11-cpan-817d5f8af8b )