選取您的 Cookie 偏好設定

我們使用提供自身網站和服務所需的基本 Cookie 和類似工具。我們使用效能 Cookie 收集匿名統計資料,以便了解客戶如何使用我們的網站並進行改進。基本 Cookie 無法停用,但可以按一下「自訂」或「拒絕」以拒絕效能 Cookie。

如果您同意,AWS 與經核准的第三方也會使用 Cookie 提供實用的網站功能、記住您的偏好設定,並顯示相關內容,包括相關廣告。若要接受或拒絕所有非必要 Cookie,請按一下「接受」或「拒絕」。若要進行更詳細的選擇,請按一下「自訂」。

AWS::GameLift::ContainerGroupDefinition SupportContainerDefinition

焦點模式
AWS::GameLift::ContainerGroupDefinition SupportContainerDefinition - AWS CloudFormation
此頁面尚未翻譯為您的語言。 請求翻譯
篩選條件查看

Describes a support container in a container group. A support container might be in a game server container group or a per-instance container group. Support containers don't run game server processes.

You can update a support container definition and deploy the updates to an existing fleet. When creating or updating a game server container group definition, use the property GameServerContainerDefinitionInput.

Part of: ContainerGroupDefinition

Returned by: DescribeContainerGroupDefinition, ListContainerGroupDefinitions, UpdateContainerGroupDefinition

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

Properties

ContainerName

The container definition identifier. Container names are unique within a container group definition.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9-]+$

Minimum: 1

Maximum: 128

Update requires: No interruption

DependsOn

Indicates that the container relies on the status of other containers in the same container group during its startup and shutdown sequences. A container might have dependencies on multiple containers.

Required: No

Type: Array of ContainerDependency

Minimum: 1

Maximum: 10

Update requires: No interruption

EnvironmentOverride

A set of environment variables that's passed to the container on startup. See the ContainerDefinition::environment parameter in the Amazon Elastic Container Service API Reference.

Required: No

Type: Array of ContainerEnvironment

Minimum: 1

Maximum: 20

Update requires: No interruption

Essential

Indicates whether the container is vital to the container group. If an essential container fails, the entire container group restarts.

Required: No

Type: Boolean

Update requires: No interruption

HealthCheck

A configuration for a non-terminal health check. A support container automatically restarts if it stops functioning or if it fails this health check.

Required: No

Type: ContainerHealthCheck

Update requires: No interruption

ImageUri

The URI to the image that Amazon GameLift Servers deploys to a container fleet. For a more specific identifier, see ResolvedImageDigest.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9-_\.@\/:]+$

Minimum: 1

Maximum: 255

Update requires: No interruption

MemoryHardLimitMebibytes

The amount of memory that Amazon GameLift Servers makes available to the container. If memory limits aren't set for an individual container, the container shares the container group's total memory allocation.

Related data type: ContainerGroupDefinition TotalMemoryLimitMebibytes

Required: No

Type: Integer

Minimum: 4

Maximum: 1024000

Update requires: No interruption

MountPoints

A mount point that binds a path inside the container to a file or directory on the host system and lets it access the file or directory.

Required: No

Type: Array of ContainerMountPoint

Minimum: 1

Maximum: 10

Update requires: No interruption

PortConfiguration

A set of ports that allow access to the container from external users. Processes running in the container can bind to a one of these ports. Container ports aren't directly accessed by inbound traffic. Amazon GameLift Servers maps these container ports to externally accessible connection ports, which are assigned as needed from the container fleet's ConnectionPortRange.

Required: No

Type: PortConfiguration

Update requires: No interruption

ResolvedImageDigest

A unique and immutable identifier for the container image. The digest is a SHA 256 hash of the container image manifest.

Required: No

Type: String

Pattern: ^sha256:[a-fA-F0-9]{64}$

Update requires: No interruption

Vcpu

The number of vCPU units that are reserved for the container. If no resources are reserved, the container shares the total vCPU limit for the container group.

Related data type: ContainerGroupDefinition TotalVcpuLimit

Required: No

Type: Number

Minimum: 0

Maximum: 10

Update requires: No interruption

在本頁面

下一個主題:

Tag

上一個主題:

PortConfiguration
隱私權網站條款Cookie 偏好設定
© 2025, Amazon Web Services, Inc.或其附屬公司。保留所有權利。