IpPermission
A range of IP addresses and port settings that allow inbound traffic to connect to processes on an instance in a fleet. Processes are assigned an IP address/port number combination, which must fall into the fleet's allowed ranges.
For Realtime Servers fleets, Amazon GameLift automatically opens two port ranges, one for TCP messaging and one for UDP.
Contents
Note
In the following list, the required parameters are described first.
- FromPort
-
A starting value for a range of allowed port numbers.
For fleets using Linux builds, only ports
22
and1026-60000
are valid.For fleets using Windows builds, only ports
1026-60000
are valid.Type: Integer
Valid Range: Minimum value of 1. Maximum value of 60000.
Required: Yes
- IpRange
-
A range of allowed IP addresses. This value must be expressed in CIDR notation. Example: "
000.000.000.000/[subnet mask]
" or optionally the shortened version "0.0.0.0/[subnet mask]
".Type: String
Pattern:
[^\s]+
Required: Yes
- Protocol
-
The network communication protocol used by the fleet.
Type: String
Valid Values:
TCP | UDP
Required: Yes
- ToPort
-
An ending value for a range of allowed port numbers. Port numbers are end-inclusive. This value must be equal to or greater than
FromPort
.For fleets using Linux builds, only ports
22
and1026-60000
are valid.For fleets using Windows builds, only ports
1026-60000
are valid.Type: Integer
Valid Range: Minimum value of 1. Maximum value of 60000.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: