AWS gameliftstreams documentation change
Summary
Reorganized stream class documentation by splitting into Windows/Linux-Proton sections, adding new Windows stream class entries, and removing compatibility table.
Security assessment
The changes add references to anti-cheat technology support in Windows stream class descriptions (`gen5n_win2022` and `gen4n_win2022`). While anti-cheat is a security-adjacent feature, there is no evidence this addresses a specific vulnerability or incident. The changes primarily restructure documentation and clarify resource configurations.
Diff
diff --git a/gameliftstreams/latest/developerguide/configuration-options.md b/gameliftstreams/latest/developerguide/configuration-options.md index 66ec212cb..9df61d0dc 100644 --- a//gameliftstreams/latest/developerguide/configuration-options.md +++ b//gameliftstreams/latest/developerguide/configuration-options.md @@ -5 +5 @@ -Runtime environmentsStream classesRuntime environment and stream class compatibility +Runtime environmentsStream classes @@ -30,0 +31,2 @@ _Stream classes_ represent the different resource configurations available withi +### Windows stream classes + @@ -34 +35,0 @@ Stream class | Amazon EC2 configuration | Description -`gen6n_pro` | Linux runtime on a g6.4xlarge Amazon EC2 instance | (NVIDIA, pro) Supports applications with extremely high 3D scene complexity which require maximum resources. Uses NVIDIA L4 Tensor Core GPU. Resources per application: vCPUs: 16. RAM: 64 GB. VRAM: 24 GB. Tenancy: Supports up to one concurrent stream session. @@ -35,0 +37,10 @@ Stream class | Amazon EC2 configuration | Description +`gen6n_medium_win2022` | Windows runtime on a g6f.2xlarge Amazon EC2 instance with 1:1 tenancy | (NVIDIA, small) Supports applications with low 3D scene complexity. Runs applications on Microsoft Windows Server 2022 Base. Uses NVIDIA L4 Tensor Core GPU. Resources per application: vCPUs: 2. RAM: 8 GB. VRAM: 3 GB. Tenancy: Supports up to one concurrent stream session. +`gen6n_small_win2022` | Windows runtime on a g6f.large Amazon EC2 instance with 1:1 tenancy | (NVIDIA, small) Supports applications with low 3D scene complexity. Runs applications on Microsoft Windows Server 2022 Base. Uses NVIDIA L4 Tensor Core GPU. Resources per application: vCPUs: 2. RAM: 8 GB. VRAM: 3 GB. Tenancy: Supports up to one concurrent stream session. +`gen5n_win2022` | Windows runtime on a g5.2xlarge Amazon EC2 instance | (NVIDIA, ultra) Supports applications with extremely high 3D scene complexity. Runs applications on Microsoft Windows Server 2022 Base and supports DirectX 12 and DirectX 11. Supports Unreal Engine up through version 5.6, 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA A10G Tensor Core GPU. Resources per application: vCPUs: 8. RAM: 32 GB. VRAM: 24 GB. Tenancy: Supports one concurrent stream session. +`gen4n_win2022` | Windows runtime on a g4dn.2xlarge Amazon EC2 instance | (NVIDIA, ultra) Supports applications with high 3D scene complexity. Runs applications on Microsoft Windows Server 2022 Base and supports DirectX 12 and DirectX 11. Supports Unreal Engine up through version 5.6, 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA T4 Tensor Core GPU. Resources per application: vCPUs: 8. RAM: 32 GB. VRAM: 16 GB. Tenancy: Supports one concurrent stream session. + +### Linux and Proton stream classes + +Stream class | Amazon EC2 configuration | Description +---|---|--- +`gen6n_pro` | Linux runtime on a g6.4xlarge Amazon EC2 instance | (NVIDIA, pro) Supports applications with extremely high 3D scene complexity which require maximum resources. Uses NVIDIA L4 Tensor Core GPU. Resources per application: vCPUs: 16. RAM: 64 GB. VRAM: 24 GB. Tenancy: Supports up to one concurrent stream session. @@ -40 +50,0 @@ Stream class | Amazon EC2 configuration | Description -`gen5n_win2022` | Windows runtime on a g5.2xlarge Amazon EC2 instance | (NVIDIA, ultra) Supports applications with extremely high 3D scene complexity. Runs applications on Microsoft Windows Server 2022 Base and supports DirectX 12 and DirectX 11. Supports Unreal Engine up through version 5.6, 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA A10G Tensor Core GPU. Resources per application: vCPUs: 8. RAM: 32 GB. VRAM: 24 GB. Tenancy: Supports one concurrent stream session. @@ -43 +52,0 @@ Stream class | Amazon EC2 configuration | Description -`gen4n_win2022` | Windows runtime on a g4dn.2xlarge Amazon EC2 instance | (NVIDIA, ultra) Supports applications with high 3D scene complexity. Runs applications on Microsoft Windows Server 2022 Base and supports DirectX 12 and DirectX 11. Supports Unreal Engine up through version 5.6, 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA T4 Tensor Core GPU. Resources per application: vCPUs: 8. RAM: 32 GB. VRAM: 16 GB. Tenancy: Supports one concurrent stream session. @@ -47,8 +55,0 @@ Stream class | Amazon EC2 configuration | Description -## Runtime environment and stream class compatibility - -Runtime environment | Compatible stream classes ----|--- -Windows | `gen6n_pro_win2022` `gen6n_ultra_win2022` `gen5n_win2022` `gen4n_win2022` -Linux (Ubuntu 22.04 LTS) | `gen6n_pro` `gen6n_ultra` `gen6n_high` `gen6n_medium` `gen6n_small` `gen5n_ultra` `gen5n_high` `gen4n_ultra` `gen4n_high` -Proton | `gen6n_pro` `gen6n_ultra` `gen6n_high` `gen6n_medium` `gen6n_small` `gen5n_ultra` `gen5n_high` `gen4n_ultra` `gen4n_high` -