ConnectionPortRange - Amazon GameLift
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

ConnectionPortRange

This operation has been expanded to use with the Amazon GameLift containers feature, which is currently in public preview.

The set of port numbers to open on each instance in a container fleet. Connection ports are used by inbound traffic to connect with processes that are running in containers on the fleet.

Part of: ContainerGroupsConfiguration, ContainerGroupsAttributes

Contents

Note

In the following list, the required parameters are described first.

FromPort

Starting value for the port range.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 60000.

Required: Yes

ToPort

Ending value for the port. Port numbers are end-inclusive. This value must be equal to or greater than FromPort.

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 Amazon SDKs, see the following: