v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14104474602.4 KB

Updates permissions that allow inbound traffic to connect to game sessions that are being hosted on instances in the fleet.

To update settings, specify the fleet ID to be updated and specify the changes to be made. List the permissions you want to add in InboundPermissionAuthorizations, and permissions you want to remove in InboundPermissionRevocations. Permissions to be removed must match existing fleet permissions.

If successful, the fleet ID for the updated fleet is returned. For fleets with remote locations, port setting updates can take time to propagate across all locations. You can check the status of updates in each location by calling DescribeFleetPortSettings with a location name.

Learn more

Setting up Amazon GameLift fleets

post/#X-Amz-Target=GameLift.UpdateFleetPortSettings

Headers

X-Amz-Target'GameLift.UpdateFleetPortSettings' required

Request body

FleetIdstring required

A unique identifier for the fleet to update port settings for. You can use either the fleet ID or ARN value.

Response

Success

FleetIdstring

A unique identifier for the fleet that was updated.

FleetArnstring

The Amazon Resource Name (<a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html">ARN</a>) that is assigned to a Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is <code>arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912</code>.