aws-sdk-gameliftstreams 1.28.0 → 1.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-gameliftstreams/client.rb +83 -30
- data/lib/aws-sdk-gameliftstreams/types.rb +292 -137
- data/lib/aws-sdk-gameliftstreams.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff60fcffa3f78ff4ac4f7d16a3fc1b3c3c46b46627401cdf845e3b7b50ad3e08
|
|
4
|
+
data.tar.gz: 26be138f098c2e354dc6f7ec5d25bfab531b33de13626643f768ca20d65ec544
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 523ecf9bc6b794adfab6022cb28f47cc0b0bf5ba8fdb0d01168bd6d950b4b8f4ca17b2bd083fd3feebd797544d85abd3e9ce04c2a0fdbf9df634e6b5f653286a
|
|
7
|
+
data.tar.gz: 78e7f5e0dc63173f9daab33609d1c1a6f3ae032ec2552a94e75cfcf02967af1f62980364df2366118a090bd46d8626459f59aad1d3d7640512aed6d6cc5738a0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.29.0 (2026-05-22)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added new Gen6 stream classes based on the EC2 G6e instance family. These classes are designed for streaming high-fidelity, graphically demanding games and applications that benefit from additional GPU memory and performance.
|
|
8
|
+
|
|
4
9
|
1.28.0 (2026-05-21)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.29.0
|
|
@@ -701,7 +701,21 @@ module Aws::GameLiftStreams
|
|
|
701
701
|
# @option params [Array<String>] :application_log_paths
|
|
702
702
|
# Locations of log files that your content generates during a stream
|
|
703
703
|
# session. Enter path values that are relative to the
|
|
704
|
-
# `ApplicationSourceUri` location
|
|
704
|
+
# `ApplicationSourceUri` location, or relative to the user's home
|
|
705
|
+
# directory when using a supported path variable. You can specify up to
|
|
706
|
+
# 10 log paths. Each individual log file cannot exceed 50 MB in size.
|
|
707
|
+
#
|
|
708
|
+
# Each path can be a directory or an exact file path. When you specify a
|
|
709
|
+
# directory, Amazon GameLift Streams collects only files with the
|
|
710
|
+
# following extensions: `.txt`, `.log`, and `.utrace`. To collect files
|
|
711
|
+
# with other extensions, specify the exact file path. The copy operation
|
|
712
|
+
# is not performed recursively in subfolders.
|
|
713
|
+
#
|
|
714
|
+
# The following path variables are recognized when they appear as the
|
|
715
|
+
# first component of a path: `%USERPROFILE%` (Windows and Proton),
|
|
716
|
+
# `$HOME` or `~` (Linux). Use a path variable when your application
|
|
717
|
+
# writes logs outside of the application directory.
|
|
718
|
+
#
|
|
705
719
|
# Amazon GameLift Streams uploads designated log files to the Amazon S3
|
|
706
720
|
# bucket that you specify in `ApplicationLogOutputUri` at the end of a
|
|
707
721
|
# stream session. To retrieve stored log files, call
|
|
@@ -893,7 +907,7 @@ module Aws::GameLiftStreams
|
|
|
893
907
|
# maximum resources. Runs applications on Microsoft Windows Server
|
|
894
908
|
# 2022 Base and supports DirectX 12. Compatible with Unreal Engine
|
|
895
909
|
# versions up through 5.6, 32 and 64-bit applications, and anti-cheat
|
|
896
|
-
# technology.
|
|
910
|
+
# technology. Powered by NVIDIA L4 Tensor Core GPUs.
|
|
897
911
|
#
|
|
898
912
|
# * Reference resolution: 1080p
|
|
899
913
|
#
|
|
@@ -904,7 +918,7 @@ module Aws::GameLiftStreams
|
|
|
904
918
|
# * Tenancy: Supports 1 concurrent stream session
|
|
905
919
|
# * <b> <code>gen6n_pro</code> (NVIDIA, pro)</b> Supports applications
|
|
906
920
|
# with extremely high 3D scene complexity which require maximum
|
|
907
|
-
# resources.
|
|
921
|
+
# resources. Powered by NVIDIA L4 Tensor Core GPUs.
|
|
908
922
|
#
|
|
909
923
|
# * Reference resolution: 1080p
|
|
910
924
|
#
|
|
@@ -917,8 +931,8 @@ module Aws::GameLiftStreams
|
|
|
917
931
|
# applications with high 3D scene complexity. Runs applications on
|
|
918
932
|
# Microsoft Windows Server 2022 Base and supports DirectX 12.
|
|
919
933
|
# Compatible with Unreal Engine versions up through 5.6, 32 and 64-bit
|
|
920
|
-
# applications, and anti-cheat technology.
|
|
921
|
-
#
|
|
934
|
+
# applications, and anti-cheat technology. Powered by NVIDIA L4 Tensor
|
|
935
|
+
# Core GPUs.
|
|
922
936
|
#
|
|
923
937
|
# * Reference resolution: 1080p
|
|
924
938
|
#
|
|
@@ -928,8 +942,8 @@ module Aws::GameLiftStreams
|
|
|
928
942
|
#
|
|
929
943
|
# * Tenancy: Supports 1 concurrent stream session
|
|
930
944
|
# * <b> <code>gen6n_ultra</code> (NVIDIA, ultra)</b> Supports
|
|
931
|
-
# applications with high 3D scene complexity.
|
|
932
|
-
# Tensor Core
|
|
945
|
+
# applications with high 3D scene complexity. Powered by NVIDIA L4
|
|
946
|
+
# Tensor Core GPUs.
|
|
933
947
|
#
|
|
934
948
|
# * Reference resolution: 1080p
|
|
935
949
|
#
|
|
@@ -939,8 +953,8 @@ module Aws::GameLiftStreams
|
|
|
939
953
|
#
|
|
940
954
|
# * Tenancy: Supports 1 concurrent stream session
|
|
941
955
|
# * <b> <code>gen6n_high</code> (NVIDIA, high)</b> Supports applications
|
|
942
|
-
# with moderate to high 3D scene complexity.
|
|
943
|
-
# Core
|
|
956
|
+
# with moderate to high 3D scene complexity. Powered by NVIDIA L4
|
|
957
|
+
# Tensor Core GPUs.
|
|
944
958
|
#
|
|
945
959
|
# * Reference resolution: 1080p
|
|
946
960
|
#
|
|
@@ -950,8 +964,8 @@ module Aws::GameLiftStreams
|
|
|
950
964
|
#
|
|
951
965
|
# * Tenancy: Supports up to 2 concurrent stream sessions
|
|
952
966
|
# * <b> <code>gen6n_medium</code> (NVIDIA, medium)</b> Supports
|
|
953
|
-
# applications with moderate 3D scene complexity.
|
|
954
|
-
# Tensor Core
|
|
967
|
+
# applications with moderate 3D scene complexity. Powered by NVIDIA L4
|
|
968
|
+
# Tensor Core GPUs.
|
|
955
969
|
#
|
|
956
970
|
# * Reference resolution: 1080p
|
|
957
971
|
#
|
|
@@ -962,7 +976,7 @@ module Aws::GameLiftStreams
|
|
|
962
976
|
# * Tenancy: Supports up to 4 concurrent stream sessions
|
|
963
977
|
# * <b> <code>gen6n_small</code> (NVIDIA, small)</b> Supports
|
|
964
978
|
# applications with lightweight 3D scene complexity and low CPU usage.
|
|
965
|
-
#
|
|
979
|
+
# Powered by NVIDIA L4 Tensor Core GPUs.
|
|
966
980
|
#
|
|
967
981
|
# * Reference resolution: 1080p
|
|
968
982
|
#
|
|
@@ -972,8 +986,8 @@ module Aws::GameLiftStreams
|
|
|
972
986
|
#
|
|
973
987
|
# * Tenancy: Supports up to 12 concurrent stream sessions
|
|
974
988
|
# * <b> <code>gen6n_medium_win2022</code> (NVIDIA, medium)</b> Supports
|
|
975
|
-
# applications with low 3D scene complexity.
|
|
976
|
-
# Core
|
|
989
|
+
# applications with low 3D scene complexity. Powered by NVIDIA L4
|
|
990
|
+
# Tensor Core GPUs.
|
|
977
991
|
#
|
|
978
992
|
# * Reference resolution: 1080p
|
|
979
993
|
#
|
|
@@ -983,8 +997,8 @@ module Aws::GameLiftStreams
|
|
|
983
997
|
#
|
|
984
998
|
# * Tenancy: Supports 1 concurrent stream session
|
|
985
999
|
# * <b> <code>gen6n_small_win2022</code> (NVIDIA, small)</b> Supports
|
|
986
|
-
# applications with low 3D scene complexity.
|
|
987
|
-
# Core
|
|
1000
|
+
# applications with low 3D scene complexity. Powered by NVIDIA L4
|
|
1001
|
+
# Tensor Core GPUs.
|
|
988
1002
|
#
|
|
989
1003
|
# * Reference resolution: 1080p
|
|
990
1004
|
#
|
|
@@ -993,12 +1007,37 @@ module Aws::GameLiftStreams
|
|
|
993
1007
|
# * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
|
|
994
1008
|
#
|
|
995
1009
|
# * Tenancy: Supports 1 concurrent stream session
|
|
1010
|
+
# * <b> <code>gen6e_pro_win2022</code> (NVIDIA, pro)</b> Supports
|
|
1011
|
+
# applications with extremely high 3D scene complexity which require
|
|
1012
|
+
# maximum resources. Runs applications on Microsoft Windows Server
|
|
1013
|
+
# 2022 Base and supports DirectX 12. Compatible with Unreal Engine
|
|
1014
|
+
# versions up through 5.6, 32 and 64-bit applications, and anti-cheat
|
|
1015
|
+
# technology. Powered by NVIDIA L40S Tensor Core GPUs.
|
|
1016
|
+
#
|
|
1017
|
+
# * Reference resolution: 1080p
|
|
1018
|
+
#
|
|
1019
|
+
# * Reference frame rate: 60 fps
|
|
1020
|
+
#
|
|
1021
|
+
# * Workload specifications: 16 vCPUs, 128 GB RAM, 48 GB VRAM
|
|
1022
|
+
#
|
|
1023
|
+
# * Tenancy: Supports 1 concurrent stream session
|
|
1024
|
+
# * <b> <code>gen6e_pro</code> (NVIDIA, pro)</b> Supports applications
|
|
1025
|
+
# with extremely high 3D scene complexity which require maximum
|
|
1026
|
+
# resources. Powered by NVIDIA L40S Tensor Core GPUs.
|
|
1027
|
+
#
|
|
1028
|
+
# * Reference resolution: 1080p
|
|
1029
|
+
#
|
|
1030
|
+
# * Reference frame rate: 60 fps
|
|
1031
|
+
#
|
|
1032
|
+
# * Workload specifications: 16 vCPUs, 128 GB RAM, 48 GB VRAM
|
|
1033
|
+
#
|
|
1034
|
+
# * Tenancy: Supports 1 concurrent stream session
|
|
996
1035
|
# * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
|
|
997
1036
|
# applications with extremely high 3D scene complexity. Runs
|
|
998
1037
|
# applications on Microsoft Windows Server 2022 Base and supports
|
|
999
1038
|
# DirectX 12. Compatible with Unreal Engine versions up through 5.6,
|
|
1000
|
-
# 32 and 64-bit applications, and anti-cheat technology.
|
|
1001
|
-
# A10G Tensor Core
|
|
1039
|
+
# 32 and 64-bit applications, and anti-cheat technology. Powered by
|
|
1040
|
+
# NVIDIA A10G Tensor Core GPUs.
|
|
1002
1041
|
#
|
|
1003
1042
|
# * Reference resolution: 1080p
|
|
1004
1043
|
#
|
|
@@ -1008,8 +1047,8 @@ module Aws::GameLiftStreams
|
|
|
1008
1047
|
#
|
|
1009
1048
|
# * Tenancy: Supports 1 concurrent stream session
|
|
1010
1049
|
# * <b> <code>gen5n_high</code> (NVIDIA, high)</b> Supports applications
|
|
1011
|
-
# with moderate to high 3D scene complexity.
|
|
1012
|
-
# Core
|
|
1050
|
+
# with moderate to high 3D scene complexity. Powered by NVIDIA A10G
|
|
1051
|
+
# Tensor Core GPUs.
|
|
1013
1052
|
#
|
|
1014
1053
|
# * Reference resolution: 1080p
|
|
1015
1054
|
#
|
|
@@ -1019,8 +1058,8 @@ module Aws::GameLiftStreams
|
|
|
1019
1058
|
#
|
|
1020
1059
|
# * Tenancy: Supports up to 2 concurrent stream sessions
|
|
1021
1060
|
# * <b> <code>gen5n_ultra</code> (NVIDIA, ultra)</b> Supports
|
|
1022
|
-
# applications with extremely high 3D scene complexity.
|
|
1023
|
-
# NVIDIA A10G Tensor Core
|
|
1061
|
+
# applications with extremely high 3D scene complexity. Powered by
|
|
1062
|
+
# NVIDIA A10G Tensor Core GPUs.
|
|
1024
1063
|
#
|
|
1025
1064
|
# * Reference resolution: 1080p
|
|
1026
1065
|
#
|
|
@@ -1033,8 +1072,8 @@ module Aws::GameLiftStreams
|
|
|
1033
1072
|
# applications with extremely high 3D scene complexity. Runs
|
|
1034
1073
|
# applications on Microsoft Windows Server 2022 Base and supports
|
|
1035
1074
|
# DirectX 12. Compatible with Unreal Engine versions up through 5.6,
|
|
1036
|
-
# 32 and 64-bit applications, and anti-cheat technology.
|
|
1037
|
-
# T4 Tensor Core
|
|
1075
|
+
# 32 and 64-bit applications, and anti-cheat technology. Powered by
|
|
1076
|
+
# NVIDIA T4 Tensor Core GPUs.
|
|
1038
1077
|
#
|
|
1039
1078
|
# * Reference resolution: 1080p
|
|
1040
1079
|
#
|
|
@@ -1044,8 +1083,8 @@ module Aws::GameLiftStreams
|
|
|
1044
1083
|
#
|
|
1045
1084
|
# * Tenancy: Supports 1 concurrent stream session
|
|
1046
1085
|
# * <b> <code>gen4n_high</code> (NVIDIA, high)</b> Supports applications
|
|
1047
|
-
# with moderate to high 3D scene complexity.
|
|
1048
|
-
# Core
|
|
1086
|
+
# with moderate to high 3D scene complexity. Powered by NVIDIA T4
|
|
1087
|
+
# Tensor Core GPUs.
|
|
1049
1088
|
#
|
|
1050
1089
|
# * Reference resolution: 1080p
|
|
1051
1090
|
#
|
|
@@ -1055,8 +1094,8 @@ module Aws::GameLiftStreams
|
|
|
1055
1094
|
#
|
|
1056
1095
|
# * Tenancy: Supports up to 2 concurrent stream sessions
|
|
1057
1096
|
# * <b> <code>gen4n_ultra</code> (NVIDIA, ultra)</b> Supports
|
|
1058
|
-
# applications with high 3D scene complexity.
|
|
1059
|
-
# Tensor Core
|
|
1097
|
+
# applications with high 3D scene complexity. Powered by NVIDIA T4
|
|
1098
|
+
# Tensor Core GPUs.
|
|
1060
1099
|
#
|
|
1061
1100
|
# * Reference resolution: 1080p
|
|
1062
1101
|
#
|
|
@@ -2670,7 +2709,21 @@ module Aws::GameLiftStreams
|
|
|
2670
2709
|
# @option params [Array<String>] :application_log_paths
|
|
2671
2710
|
# Locations of log files that your content generates during a stream
|
|
2672
2711
|
# session. Enter path values that are relative to the
|
|
2673
|
-
# `ApplicationSourceUri` location
|
|
2712
|
+
# `ApplicationSourceUri` location, or relative to the user's home
|
|
2713
|
+
# directory when using a supported path variable. You can specify up to
|
|
2714
|
+
# 10 log paths. Each individual log file cannot exceed 50 MB in size.
|
|
2715
|
+
#
|
|
2716
|
+
# Each path can be a directory or an exact file path. When you specify a
|
|
2717
|
+
# directory, Amazon GameLift Streams collects only files with the
|
|
2718
|
+
# following extensions: `.txt`, `.log`, and `.utrace`. To collect files
|
|
2719
|
+
# with other extensions, specify the exact file path. The copy operation
|
|
2720
|
+
# is not performed recursively in subfolders.
|
|
2721
|
+
#
|
|
2722
|
+
# The following path variables are recognized when they appear as the
|
|
2723
|
+
# first component of a path: `%USERPROFILE%` (Windows and Proton),
|
|
2724
|
+
# `$HOME` or `~` (Linux). Use a path variable when your application
|
|
2725
|
+
# writes logs outside of the application directory.
|
|
2726
|
+
#
|
|
2674
2727
|
# Amazon GameLift Streams uploads designated log files to the Amazon S3
|
|
2675
2728
|
# bucket that you specify in `ApplicationLogOutputUri` at the end of a
|
|
2676
2729
|
# stream session. To retrieve stored log files, call
|
|
@@ -2925,7 +2978,7 @@ module Aws::GameLiftStreams
|
|
|
2925
2978
|
tracer: tracer
|
|
2926
2979
|
)
|
|
2927
2980
|
context[:gem_name] = 'aws-sdk-gameliftstreams'
|
|
2928
|
-
context[:gem_version] = '1.
|
|
2981
|
+
context[:gem_version] = '1.29.0'
|
|
2929
2982
|
Seahorse::Client::Request.new(handlers, context)
|
|
2930
2983
|
end
|
|
2931
2984
|
|
|
@@ -339,7 +339,22 @@ module Aws::GameLiftStreams
|
|
|
339
339
|
# @!attribute [rw] application_log_paths
|
|
340
340
|
# Locations of log files that your content generates during a stream
|
|
341
341
|
# session. Enter path values that are relative to the
|
|
342
|
-
# `ApplicationSourceUri` location
|
|
342
|
+
# `ApplicationSourceUri` location, or relative to the user's home
|
|
343
|
+
# directory when using a supported path variable. You can specify up
|
|
344
|
+
# to 10 log paths. Each individual log file cannot exceed 50 MB in
|
|
345
|
+
# size.
|
|
346
|
+
#
|
|
347
|
+
# Each path can be a directory or an exact file path. When you specify
|
|
348
|
+
# a directory, Amazon GameLift Streams collects only files with the
|
|
349
|
+
# following extensions: `.txt`, `.log`, and `.utrace`. To collect
|
|
350
|
+
# files with other extensions, specify the exact file path. The copy
|
|
351
|
+
# operation is not performed recursively in subfolders.
|
|
352
|
+
#
|
|
353
|
+
# The following path variables are recognized when they appear as the
|
|
354
|
+
# first component of a path: `%USERPROFILE%` (Windows and Proton),
|
|
355
|
+
# `$HOME` or `~` (Linux). Use a path variable when your application
|
|
356
|
+
# writes logs outside of the application directory.
|
|
357
|
+
#
|
|
343
358
|
# Amazon GameLift Streams uploads designated log files to the Amazon
|
|
344
359
|
# S3 bucket that you specify in `ApplicationLogOutputUri` at the end
|
|
345
360
|
# of a stream session. To retrieve stored log files, call
|
|
@@ -568,7 +583,7 @@ module Aws::GameLiftStreams
|
|
|
568
583
|
# maximum resources. Runs applications on Microsoft Windows Server
|
|
569
584
|
# 2022 Base and supports DirectX 12. Compatible with Unreal Engine
|
|
570
585
|
# versions up through 5.6, 32 and 64-bit applications, and
|
|
571
|
-
# anti-cheat technology.
|
|
586
|
+
# anti-cheat technology. Powered by NVIDIA L4 Tensor Core GPUs.
|
|
572
587
|
#
|
|
573
588
|
# * Reference resolution: 1080p
|
|
574
589
|
#
|
|
@@ -579,7 +594,7 @@ module Aws::GameLiftStreams
|
|
|
579
594
|
# * Tenancy: Supports 1 concurrent stream session
|
|
580
595
|
# * <b> <code>gen6n_pro</code> (NVIDIA, pro)</b> Supports applications
|
|
581
596
|
# with extremely high 3D scene complexity which require maximum
|
|
582
|
-
# resources.
|
|
597
|
+
# resources. Powered by NVIDIA L4 Tensor Core GPUs.
|
|
583
598
|
#
|
|
584
599
|
# * Reference resolution: 1080p
|
|
585
600
|
#
|
|
@@ -592,8 +607,8 @@ module Aws::GameLiftStreams
|
|
|
592
607
|
# applications with high 3D scene complexity. Runs applications on
|
|
593
608
|
# Microsoft Windows Server 2022 Base and supports DirectX 12.
|
|
594
609
|
# Compatible with Unreal Engine versions up through 5.6, 32 and
|
|
595
|
-
# 64-bit applications, and anti-cheat technology.
|
|
596
|
-
# Tensor Core
|
|
610
|
+
# 64-bit applications, and anti-cheat technology. Powered by NVIDIA
|
|
611
|
+
# L4 Tensor Core GPUs.
|
|
597
612
|
#
|
|
598
613
|
# * Reference resolution: 1080p
|
|
599
614
|
#
|
|
@@ -603,8 +618,8 @@ module Aws::GameLiftStreams
|
|
|
603
618
|
#
|
|
604
619
|
# * Tenancy: Supports 1 concurrent stream session
|
|
605
620
|
# * <b> <code>gen6n_ultra</code> (NVIDIA, ultra)</b> Supports
|
|
606
|
-
# applications with high 3D scene complexity.
|
|
607
|
-
#
|
|
621
|
+
# applications with high 3D scene complexity. Powered by NVIDIA L4
|
|
622
|
+
# Tensor Core GPUs.
|
|
608
623
|
#
|
|
609
624
|
# * Reference resolution: 1080p
|
|
610
625
|
#
|
|
@@ -614,8 +629,8 @@ module Aws::GameLiftStreams
|
|
|
614
629
|
#
|
|
615
630
|
# * Tenancy: Supports 1 concurrent stream session
|
|
616
631
|
# * <b> <code>gen6n_high</code> (NVIDIA, high)</b> Supports
|
|
617
|
-
# applications with moderate to high 3D scene complexity.
|
|
618
|
-
# NVIDIA L4 Tensor Core
|
|
632
|
+
# applications with moderate to high 3D scene complexity. Powered by
|
|
633
|
+
# NVIDIA L4 Tensor Core GPUs.
|
|
619
634
|
#
|
|
620
635
|
# * Reference resolution: 1080p
|
|
621
636
|
#
|
|
@@ -625,8 +640,8 @@ module Aws::GameLiftStreams
|
|
|
625
640
|
#
|
|
626
641
|
# * Tenancy: Supports up to 2 concurrent stream sessions
|
|
627
642
|
# * <b> <code>gen6n_medium</code> (NVIDIA, medium)</b> Supports
|
|
628
|
-
# applications with moderate 3D scene complexity.
|
|
629
|
-
# Tensor Core
|
|
643
|
+
# applications with moderate 3D scene complexity. Powered by NVIDIA
|
|
644
|
+
# L4 Tensor Core GPUs.
|
|
630
645
|
#
|
|
631
646
|
# * Reference resolution: 1080p
|
|
632
647
|
#
|
|
@@ -637,7 +652,7 @@ module Aws::GameLiftStreams
|
|
|
637
652
|
# * Tenancy: Supports up to 4 concurrent stream sessions
|
|
638
653
|
# * <b> <code>gen6n_small</code> (NVIDIA, small)</b> Supports
|
|
639
654
|
# applications with lightweight 3D scene complexity and low CPU
|
|
640
|
-
# usage.
|
|
655
|
+
# usage. Powered by NVIDIA L4 Tensor Core GPUs.
|
|
641
656
|
#
|
|
642
657
|
# * Reference resolution: 1080p
|
|
643
658
|
#
|
|
@@ -647,8 +662,8 @@ module Aws::GameLiftStreams
|
|
|
647
662
|
#
|
|
648
663
|
# * Tenancy: Supports up to 12 concurrent stream sessions
|
|
649
664
|
# * <b> <code>gen6n_medium_win2022</code> (NVIDIA, medium)</b>
|
|
650
|
-
# Supports applications with low 3D scene complexity.
|
|
651
|
-
# Tensor Core
|
|
665
|
+
# Supports applications with low 3D scene complexity. Powered by
|
|
666
|
+
# NVIDIA L4 Tensor Core GPUs.
|
|
652
667
|
#
|
|
653
668
|
# * Reference resolution: 1080p
|
|
654
669
|
#
|
|
@@ -658,8 +673,8 @@ module Aws::GameLiftStreams
|
|
|
658
673
|
#
|
|
659
674
|
# * Tenancy: Supports 1 concurrent stream session
|
|
660
675
|
# * <b> <code>gen6n_small_win2022</code> (NVIDIA, small)</b> Supports
|
|
661
|
-
# applications with low 3D scene complexity.
|
|
662
|
-
# Core
|
|
676
|
+
# applications with low 3D scene complexity. Powered by NVIDIA L4
|
|
677
|
+
# Tensor Core GPUs.
|
|
663
678
|
#
|
|
664
679
|
# * Reference resolution: 1080p
|
|
665
680
|
#
|
|
@@ -668,12 +683,37 @@ module Aws::GameLiftStreams
|
|
|
668
683
|
# * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
|
|
669
684
|
#
|
|
670
685
|
# * Tenancy: Supports 1 concurrent stream session
|
|
686
|
+
# * <b> <code>gen6e_pro_win2022</code> (NVIDIA, pro)</b> Supports
|
|
687
|
+
# applications with extremely high 3D scene complexity which require
|
|
688
|
+
# maximum resources. Runs applications on Microsoft Windows Server
|
|
689
|
+
# 2022 Base and supports DirectX 12. Compatible with Unreal Engine
|
|
690
|
+
# versions up through 5.6, 32 and 64-bit applications, and
|
|
691
|
+
# anti-cheat technology. Powered by NVIDIA L40S Tensor Core GPUs.
|
|
692
|
+
#
|
|
693
|
+
# * Reference resolution: 1080p
|
|
694
|
+
#
|
|
695
|
+
# * Reference frame rate: 60 fps
|
|
696
|
+
#
|
|
697
|
+
# * Workload specifications: 16 vCPUs, 128 GB RAM, 48 GB VRAM
|
|
698
|
+
#
|
|
699
|
+
# * Tenancy: Supports 1 concurrent stream session
|
|
700
|
+
# * <b> <code>gen6e_pro</code> (NVIDIA, pro)</b> Supports applications
|
|
701
|
+
# with extremely high 3D scene complexity which require maximum
|
|
702
|
+
# resources. Powered by NVIDIA L40S Tensor Core GPUs.
|
|
703
|
+
#
|
|
704
|
+
# * Reference resolution: 1080p
|
|
705
|
+
#
|
|
706
|
+
# * Reference frame rate: 60 fps
|
|
707
|
+
#
|
|
708
|
+
# * Workload specifications: 16 vCPUs, 128 GB RAM, 48 GB VRAM
|
|
709
|
+
#
|
|
710
|
+
# * Tenancy: Supports 1 concurrent stream session
|
|
671
711
|
# * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
|
|
672
712
|
# applications with extremely high 3D scene complexity. Runs
|
|
673
713
|
# applications on Microsoft Windows Server 2022 Base and supports
|
|
674
714
|
# DirectX 12. Compatible with Unreal Engine versions up through 5.6,
|
|
675
|
-
# 32 and 64-bit applications, and anti-cheat technology.
|
|
676
|
-
# A10G Tensor Core
|
|
715
|
+
# 32 and 64-bit applications, and anti-cheat technology. Powered by
|
|
716
|
+
# NVIDIA A10G Tensor Core GPUs.
|
|
677
717
|
#
|
|
678
718
|
# * Reference resolution: 1080p
|
|
679
719
|
#
|
|
@@ -683,8 +723,8 @@ module Aws::GameLiftStreams
|
|
|
683
723
|
#
|
|
684
724
|
# * Tenancy: Supports 1 concurrent stream session
|
|
685
725
|
# * <b> <code>gen5n_high</code> (NVIDIA, high)</b> Supports
|
|
686
|
-
# applications with moderate to high 3D scene complexity.
|
|
687
|
-
# NVIDIA A10G Tensor Core
|
|
726
|
+
# applications with moderate to high 3D scene complexity. Powered by
|
|
727
|
+
# NVIDIA A10G Tensor Core GPUs.
|
|
688
728
|
#
|
|
689
729
|
# * Reference resolution: 1080p
|
|
690
730
|
#
|
|
@@ -694,8 +734,8 @@ module Aws::GameLiftStreams
|
|
|
694
734
|
#
|
|
695
735
|
# * Tenancy: Supports up to 2 concurrent stream sessions
|
|
696
736
|
# * <b> <code>gen5n_ultra</code> (NVIDIA, ultra)</b> Supports
|
|
697
|
-
# applications with extremely high 3D scene complexity.
|
|
698
|
-
#
|
|
737
|
+
# applications with extremely high 3D scene complexity. Powered by
|
|
738
|
+
# NVIDIA A10G Tensor Core GPUs.
|
|
699
739
|
#
|
|
700
740
|
# * Reference resolution: 1080p
|
|
701
741
|
#
|
|
@@ -708,8 +748,8 @@ module Aws::GameLiftStreams
|
|
|
708
748
|
# applications with extremely high 3D scene complexity. Runs
|
|
709
749
|
# applications on Microsoft Windows Server 2022 Base and supports
|
|
710
750
|
# DirectX 12. Compatible with Unreal Engine versions up through 5.6,
|
|
711
|
-
# 32 and 64-bit applications, and anti-cheat technology.
|
|
712
|
-
# T4 Tensor Core
|
|
751
|
+
# 32 and 64-bit applications, and anti-cheat technology. Powered by
|
|
752
|
+
# NVIDIA T4 Tensor Core GPUs.
|
|
713
753
|
#
|
|
714
754
|
# * Reference resolution: 1080p
|
|
715
755
|
#
|
|
@@ -719,8 +759,8 @@ module Aws::GameLiftStreams
|
|
|
719
759
|
#
|
|
720
760
|
# * Tenancy: Supports 1 concurrent stream session
|
|
721
761
|
# * <b> <code>gen4n_high</code> (NVIDIA, high)</b> Supports
|
|
722
|
-
# applications with moderate to high 3D scene complexity.
|
|
723
|
-
# NVIDIA T4 Tensor Core
|
|
762
|
+
# applications with moderate to high 3D scene complexity. Powered by
|
|
763
|
+
# NVIDIA T4 Tensor Core GPUs.
|
|
724
764
|
#
|
|
725
765
|
# * Reference resolution: 1080p
|
|
726
766
|
#
|
|
@@ -730,8 +770,8 @@ module Aws::GameLiftStreams
|
|
|
730
770
|
#
|
|
731
771
|
# * Tenancy: Supports up to 2 concurrent stream sessions
|
|
732
772
|
# * <b> <code>gen4n_ultra</code> (NVIDIA, ultra)</b> Supports
|
|
733
|
-
# applications with high 3D scene complexity.
|
|
734
|
-
#
|
|
773
|
+
# applications with high 3D scene complexity. Powered by NVIDIA T4
|
|
774
|
+
# Tensor Core GPUs.
|
|
735
775
|
#
|
|
736
776
|
# * Reference resolution: 1080p
|
|
737
777
|
#
|
|
@@ -863,7 +903,7 @@ module Aws::GameLiftStreams
|
|
|
863
903
|
# maximum resources. Runs applications on Microsoft Windows Server
|
|
864
904
|
# 2022 Base and supports DirectX 12. Compatible with Unreal Engine
|
|
865
905
|
# versions up through 5.6, 32 and 64-bit applications, and
|
|
866
|
-
# anti-cheat technology.
|
|
906
|
+
# anti-cheat technology. Powered by NVIDIA L4 Tensor Core GPUs.
|
|
867
907
|
#
|
|
868
908
|
# * Reference resolution: 1080p
|
|
869
909
|
#
|
|
@@ -874,7 +914,7 @@ module Aws::GameLiftStreams
|
|
|
874
914
|
# * Tenancy: Supports 1 concurrent stream session
|
|
875
915
|
# * <b> <code>gen6n_pro</code> (NVIDIA, pro)</b> Supports applications
|
|
876
916
|
# with extremely high 3D scene complexity which require maximum
|
|
877
|
-
# resources.
|
|
917
|
+
# resources. Powered by NVIDIA L4 Tensor Core GPUs.
|
|
878
918
|
#
|
|
879
919
|
# * Reference resolution: 1080p
|
|
880
920
|
#
|
|
@@ -887,8 +927,8 @@ module Aws::GameLiftStreams
|
|
|
887
927
|
# applications with high 3D scene complexity. Runs applications on
|
|
888
928
|
# Microsoft Windows Server 2022 Base and supports DirectX 12.
|
|
889
929
|
# Compatible with Unreal Engine versions up through 5.6, 32 and
|
|
890
|
-
# 64-bit applications, and anti-cheat technology.
|
|
891
|
-
# Tensor Core
|
|
930
|
+
# 64-bit applications, and anti-cheat technology. Powered by NVIDIA
|
|
931
|
+
# L4 Tensor Core GPUs.
|
|
892
932
|
#
|
|
893
933
|
# * Reference resolution: 1080p
|
|
894
934
|
#
|
|
@@ -898,8 +938,8 @@ module Aws::GameLiftStreams
|
|
|
898
938
|
#
|
|
899
939
|
# * Tenancy: Supports 1 concurrent stream session
|
|
900
940
|
# * <b> <code>gen6n_ultra</code> (NVIDIA, ultra)</b> Supports
|
|
901
|
-
# applications with high 3D scene complexity.
|
|
902
|
-
#
|
|
941
|
+
# applications with high 3D scene complexity. Powered by NVIDIA L4
|
|
942
|
+
# Tensor Core GPUs.
|
|
903
943
|
#
|
|
904
944
|
# * Reference resolution: 1080p
|
|
905
945
|
#
|
|
@@ -909,8 +949,8 @@ module Aws::GameLiftStreams
|
|
|
909
949
|
#
|
|
910
950
|
# * Tenancy: Supports 1 concurrent stream session
|
|
911
951
|
# * <b> <code>gen6n_high</code> (NVIDIA, high)</b> Supports
|
|
912
|
-
# applications with moderate to high 3D scene complexity.
|
|
913
|
-
# NVIDIA L4 Tensor Core
|
|
952
|
+
# applications with moderate to high 3D scene complexity. Powered by
|
|
953
|
+
# NVIDIA L4 Tensor Core GPUs.
|
|
914
954
|
#
|
|
915
955
|
# * Reference resolution: 1080p
|
|
916
956
|
#
|
|
@@ -920,8 +960,8 @@ module Aws::GameLiftStreams
|
|
|
920
960
|
#
|
|
921
961
|
# * Tenancy: Supports up to 2 concurrent stream sessions
|
|
922
962
|
# * <b> <code>gen6n_medium</code> (NVIDIA, medium)</b> Supports
|
|
923
|
-
# applications with moderate 3D scene complexity.
|
|
924
|
-
# Tensor Core
|
|
963
|
+
# applications with moderate 3D scene complexity. Powered by NVIDIA
|
|
964
|
+
# L4 Tensor Core GPUs.
|
|
925
965
|
#
|
|
926
966
|
# * Reference resolution: 1080p
|
|
927
967
|
#
|
|
@@ -932,7 +972,7 @@ module Aws::GameLiftStreams
|
|
|
932
972
|
# * Tenancy: Supports up to 4 concurrent stream sessions
|
|
933
973
|
# * <b> <code>gen6n_small</code> (NVIDIA, small)</b> Supports
|
|
934
974
|
# applications with lightweight 3D scene complexity and low CPU
|
|
935
|
-
# usage.
|
|
975
|
+
# usage. Powered by NVIDIA L4 Tensor Core GPUs.
|
|
936
976
|
#
|
|
937
977
|
# * Reference resolution: 1080p
|
|
938
978
|
#
|
|
@@ -942,8 +982,8 @@ module Aws::GameLiftStreams
|
|
|
942
982
|
#
|
|
943
983
|
# * Tenancy: Supports up to 12 concurrent stream sessions
|
|
944
984
|
# * <b> <code>gen6n_medium_win2022</code> (NVIDIA, medium)</b>
|
|
945
|
-
# Supports applications with low 3D scene complexity.
|
|
946
|
-
# Tensor Core
|
|
985
|
+
# Supports applications with low 3D scene complexity. Powered by
|
|
986
|
+
# NVIDIA L4 Tensor Core GPUs.
|
|
947
987
|
#
|
|
948
988
|
# * Reference resolution: 1080p
|
|
949
989
|
#
|
|
@@ -953,8 +993,8 @@ module Aws::GameLiftStreams
|
|
|
953
993
|
#
|
|
954
994
|
# * Tenancy: Supports 1 concurrent stream session
|
|
955
995
|
# * <b> <code>gen6n_small_win2022</code> (NVIDIA, small)</b> Supports
|
|
956
|
-
# applications with low 3D scene complexity.
|
|
957
|
-
# Core
|
|
996
|
+
# applications with low 3D scene complexity. Powered by NVIDIA L4
|
|
997
|
+
# Tensor Core GPUs.
|
|
958
998
|
#
|
|
959
999
|
# * Reference resolution: 1080p
|
|
960
1000
|
#
|
|
@@ -963,12 +1003,37 @@ module Aws::GameLiftStreams
|
|
|
963
1003
|
# * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
|
|
964
1004
|
#
|
|
965
1005
|
# * Tenancy: Supports 1 concurrent stream session
|
|
1006
|
+
# * <b> <code>gen6e_pro_win2022</code> (NVIDIA, pro)</b> Supports
|
|
1007
|
+
# applications with extremely high 3D scene complexity which require
|
|
1008
|
+
# maximum resources. Runs applications on Microsoft Windows Server
|
|
1009
|
+
# 2022 Base and supports DirectX 12. Compatible with Unreal Engine
|
|
1010
|
+
# versions up through 5.6, 32 and 64-bit applications, and
|
|
1011
|
+
# anti-cheat technology. Powered by NVIDIA L40S Tensor Core GPUs.
|
|
1012
|
+
#
|
|
1013
|
+
# * Reference resolution: 1080p
|
|
1014
|
+
#
|
|
1015
|
+
# * Reference frame rate: 60 fps
|
|
1016
|
+
#
|
|
1017
|
+
# * Workload specifications: 16 vCPUs, 128 GB RAM, 48 GB VRAM
|
|
1018
|
+
#
|
|
1019
|
+
# * Tenancy: Supports 1 concurrent stream session
|
|
1020
|
+
# * <b> <code>gen6e_pro</code> (NVIDIA, pro)</b> Supports applications
|
|
1021
|
+
# with extremely high 3D scene complexity which require maximum
|
|
1022
|
+
# resources. Powered by NVIDIA L40S Tensor Core GPUs.
|
|
1023
|
+
#
|
|
1024
|
+
# * Reference resolution: 1080p
|
|
1025
|
+
#
|
|
1026
|
+
# * Reference frame rate: 60 fps
|
|
1027
|
+
#
|
|
1028
|
+
# * Workload specifications: 16 vCPUs, 128 GB RAM, 48 GB VRAM
|
|
1029
|
+
#
|
|
1030
|
+
# * Tenancy: Supports 1 concurrent stream session
|
|
966
1031
|
# * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
|
|
967
1032
|
# applications with extremely high 3D scene complexity. Runs
|
|
968
1033
|
# applications on Microsoft Windows Server 2022 Base and supports
|
|
969
1034
|
# DirectX 12. Compatible with Unreal Engine versions up through 5.6,
|
|
970
|
-
# 32 and 64-bit applications, and anti-cheat technology.
|
|
971
|
-
# A10G Tensor Core
|
|
1035
|
+
# 32 and 64-bit applications, and anti-cheat technology. Powered by
|
|
1036
|
+
# NVIDIA A10G Tensor Core GPUs.
|
|
972
1037
|
#
|
|
973
1038
|
# * Reference resolution: 1080p
|
|
974
1039
|
#
|
|
@@ -978,8 +1043,8 @@ module Aws::GameLiftStreams
|
|
|
978
1043
|
#
|
|
979
1044
|
# * Tenancy: Supports 1 concurrent stream session
|
|
980
1045
|
# * <b> <code>gen5n_high</code> (NVIDIA, high)</b> Supports
|
|
981
|
-
# applications with moderate to high 3D scene complexity.
|
|
982
|
-
# NVIDIA A10G Tensor Core
|
|
1046
|
+
# applications with moderate to high 3D scene complexity. Powered by
|
|
1047
|
+
# NVIDIA A10G Tensor Core GPUs.
|
|
983
1048
|
#
|
|
984
1049
|
# * Reference resolution: 1080p
|
|
985
1050
|
#
|
|
@@ -989,8 +1054,8 @@ module Aws::GameLiftStreams
|
|
|
989
1054
|
#
|
|
990
1055
|
# * Tenancy: Supports up to 2 concurrent stream sessions
|
|
991
1056
|
# * <b> <code>gen5n_ultra</code> (NVIDIA, ultra)</b> Supports
|
|
992
|
-
# applications with extremely high 3D scene complexity.
|
|
993
|
-
#
|
|
1057
|
+
# applications with extremely high 3D scene complexity. Powered by
|
|
1058
|
+
# NVIDIA A10G Tensor Core GPUs.
|
|
994
1059
|
#
|
|
995
1060
|
# * Reference resolution: 1080p
|
|
996
1061
|
#
|
|
@@ -1003,8 +1068,8 @@ module Aws::GameLiftStreams
|
|
|
1003
1068
|
# applications with extremely high 3D scene complexity. Runs
|
|
1004
1069
|
# applications on Microsoft Windows Server 2022 Base and supports
|
|
1005
1070
|
# DirectX 12. Compatible with Unreal Engine versions up through 5.6,
|
|
1006
|
-
# 32 and 64-bit applications, and anti-cheat technology.
|
|
1007
|
-
# T4 Tensor Core
|
|
1071
|
+
# 32 and 64-bit applications, and anti-cheat technology. Powered by
|
|
1072
|
+
# NVIDIA T4 Tensor Core GPUs.
|
|
1008
1073
|
#
|
|
1009
1074
|
# * Reference resolution: 1080p
|
|
1010
1075
|
#
|
|
@@ -1014,8 +1079,8 @@ module Aws::GameLiftStreams
|
|
|
1014
1079
|
#
|
|
1015
1080
|
# * Tenancy: Supports 1 concurrent stream session
|
|
1016
1081
|
# * <b> <code>gen4n_high</code> (NVIDIA, high)</b> Supports
|
|
1017
|
-
# applications with moderate to high 3D scene complexity.
|
|
1018
|
-
# NVIDIA T4 Tensor Core
|
|
1082
|
+
# applications with moderate to high 3D scene complexity. Powered by
|
|
1083
|
+
# NVIDIA T4 Tensor Core GPUs.
|
|
1019
1084
|
#
|
|
1020
1085
|
# * Reference resolution: 1080p
|
|
1021
1086
|
#
|
|
@@ -1025,8 +1090,8 @@ module Aws::GameLiftStreams
|
|
|
1025
1090
|
#
|
|
1026
1091
|
# * Tenancy: Supports up to 2 concurrent stream sessions
|
|
1027
1092
|
# * <b> <code>gen4n_ultra</code> (NVIDIA, ultra)</b> Supports
|
|
1028
|
-
# applications with high 3D scene complexity.
|
|
1029
|
-
#
|
|
1093
|
+
# applications with high 3D scene complexity. Powered by NVIDIA T4
|
|
1094
|
+
# Tensor Core GPUs.
|
|
1030
1095
|
#
|
|
1031
1096
|
# * Reference resolution: 1080p
|
|
1032
1097
|
#
|
|
@@ -1675,7 +1740,7 @@ module Aws::GameLiftStreams
|
|
|
1675
1740
|
# maximum resources. Runs applications on Microsoft Windows Server
|
|
1676
1741
|
# 2022 Base and supports DirectX 12. Compatible with Unreal Engine
|
|
1677
1742
|
# versions up through 5.6, 32 and 64-bit applications, and
|
|
1678
|
-
# anti-cheat technology.
|
|
1743
|
+
# anti-cheat technology. Powered by NVIDIA L4 Tensor Core GPUs.
|
|
1679
1744
|
#
|
|
1680
1745
|
# * Reference resolution: 1080p
|
|
1681
1746
|
#
|
|
@@ -1686,7 +1751,7 @@ module Aws::GameLiftStreams
|
|
|
1686
1751
|
# * Tenancy: Supports 1 concurrent stream session
|
|
1687
1752
|
# * <b> <code>gen6n_pro</code> (NVIDIA, pro)</b> Supports applications
|
|
1688
1753
|
# with extremely high 3D scene complexity which require maximum
|
|
1689
|
-
# resources.
|
|
1754
|
+
# resources. Powered by NVIDIA L4 Tensor Core GPUs.
|
|
1690
1755
|
#
|
|
1691
1756
|
# * Reference resolution: 1080p
|
|
1692
1757
|
#
|
|
@@ -1699,8 +1764,8 @@ module Aws::GameLiftStreams
|
|
|
1699
1764
|
# applications with high 3D scene complexity. Runs applications on
|
|
1700
1765
|
# Microsoft Windows Server 2022 Base and supports DirectX 12.
|
|
1701
1766
|
# Compatible with Unreal Engine versions up through 5.6, 32 and
|
|
1702
|
-
# 64-bit applications, and anti-cheat technology.
|
|
1703
|
-
# Tensor Core
|
|
1767
|
+
# 64-bit applications, and anti-cheat technology. Powered by NVIDIA
|
|
1768
|
+
# L4 Tensor Core GPUs.
|
|
1704
1769
|
#
|
|
1705
1770
|
# * Reference resolution: 1080p
|
|
1706
1771
|
#
|
|
@@ -1710,8 +1775,8 @@ module Aws::GameLiftStreams
|
|
|
1710
1775
|
#
|
|
1711
1776
|
# * Tenancy: Supports 1 concurrent stream session
|
|
1712
1777
|
# * <b> <code>gen6n_ultra</code> (NVIDIA, ultra)</b> Supports
|
|
1713
|
-
# applications with high 3D scene complexity.
|
|
1714
|
-
#
|
|
1778
|
+
# applications with high 3D scene complexity. Powered by NVIDIA L4
|
|
1779
|
+
# Tensor Core GPUs.
|
|
1715
1780
|
#
|
|
1716
1781
|
# * Reference resolution: 1080p
|
|
1717
1782
|
#
|
|
@@ -1721,8 +1786,8 @@ module Aws::GameLiftStreams
|
|
|
1721
1786
|
#
|
|
1722
1787
|
# * Tenancy: Supports 1 concurrent stream session
|
|
1723
1788
|
# * <b> <code>gen6n_high</code> (NVIDIA, high)</b> Supports
|
|
1724
|
-
# applications with moderate to high 3D scene complexity.
|
|
1725
|
-
# NVIDIA L4 Tensor Core
|
|
1789
|
+
# applications with moderate to high 3D scene complexity. Powered by
|
|
1790
|
+
# NVIDIA L4 Tensor Core GPUs.
|
|
1726
1791
|
#
|
|
1727
1792
|
# * Reference resolution: 1080p
|
|
1728
1793
|
#
|
|
@@ -1732,8 +1797,8 @@ module Aws::GameLiftStreams
|
|
|
1732
1797
|
#
|
|
1733
1798
|
# * Tenancy: Supports up to 2 concurrent stream sessions
|
|
1734
1799
|
# * <b> <code>gen6n_medium</code> (NVIDIA, medium)</b> Supports
|
|
1735
|
-
# applications with moderate 3D scene complexity.
|
|
1736
|
-
# Tensor Core
|
|
1800
|
+
# applications with moderate 3D scene complexity. Powered by NVIDIA
|
|
1801
|
+
# L4 Tensor Core GPUs.
|
|
1737
1802
|
#
|
|
1738
1803
|
# * Reference resolution: 1080p
|
|
1739
1804
|
#
|
|
@@ -1744,7 +1809,7 @@ module Aws::GameLiftStreams
|
|
|
1744
1809
|
# * Tenancy: Supports up to 4 concurrent stream sessions
|
|
1745
1810
|
# * <b> <code>gen6n_small</code> (NVIDIA, small)</b> Supports
|
|
1746
1811
|
# applications with lightweight 3D scene complexity and low CPU
|
|
1747
|
-
# usage.
|
|
1812
|
+
# usage. Powered by NVIDIA L4 Tensor Core GPUs.
|
|
1748
1813
|
#
|
|
1749
1814
|
# * Reference resolution: 1080p
|
|
1750
1815
|
#
|
|
@@ -1754,8 +1819,8 @@ module Aws::GameLiftStreams
|
|
|
1754
1819
|
#
|
|
1755
1820
|
# * Tenancy: Supports up to 12 concurrent stream sessions
|
|
1756
1821
|
# * <b> <code>gen6n_medium_win2022</code> (NVIDIA, medium)</b>
|
|
1757
|
-
# Supports applications with low 3D scene complexity.
|
|
1758
|
-
# Tensor Core
|
|
1822
|
+
# Supports applications with low 3D scene complexity. Powered by
|
|
1823
|
+
# NVIDIA L4 Tensor Core GPUs.
|
|
1759
1824
|
#
|
|
1760
1825
|
# * Reference resolution: 1080p
|
|
1761
1826
|
#
|
|
@@ -1765,8 +1830,8 @@ module Aws::GameLiftStreams
|
|
|
1765
1830
|
#
|
|
1766
1831
|
# * Tenancy: Supports 1 concurrent stream session
|
|
1767
1832
|
# * <b> <code>gen6n_small_win2022</code> (NVIDIA, small)</b> Supports
|
|
1768
|
-
# applications with low 3D scene complexity.
|
|
1769
|
-
# Core
|
|
1833
|
+
# applications with low 3D scene complexity. Powered by NVIDIA L4
|
|
1834
|
+
# Tensor Core GPUs.
|
|
1770
1835
|
#
|
|
1771
1836
|
# * Reference resolution: 1080p
|
|
1772
1837
|
#
|
|
@@ -1775,12 +1840,37 @@ module Aws::GameLiftStreams
|
|
|
1775
1840
|
# * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
|
|
1776
1841
|
#
|
|
1777
1842
|
# * Tenancy: Supports 1 concurrent stream session
|
|
1843
|
+
# * <b> <code>gen6e_pro_win2022</code> (NVIDIA, pro)</b> Supports
|
|
1844
|
+
# applications with extremely high 3D scene complexity which require
|
|
1845
|
+
# maximum resources. Runs applications on Microsoft Windows Server
|
|
1846
|
+
# 2022 Base and supports DirectX 12. Compatible with Unreal Engine
|
|
1847
|
+
# versions up through 5.6, 32 and 64-bit applications, and
|
|
1848
|
+
# anti-cheat technology. Powered by NVIDIA L40S Tensor Core GPUs.
|
|
1849
|
+
#
|
|
1850
|
+
# * Reference resolution: 1080p
|
|
1851
|
+
#
|
|
1852
|
+
# * Reference frame rate: 60 fps
|
|
1853
|
+
#
|
|
1854
|
+
# * Workload specifications: 16 vCPUs, 128 GB RAM, 48 GB VRAM
|
|
1855
|
+
#
|
|
1856
|
+
# * Tenancy: Supports 1 concurrent stream session
|
|
1857
|
+
# * <b> <code>gen6e_pro</code> (NVIDIA, pro)</b> Supports applications
|
|
1858
|
+
# with extremely high 3D scene complexity which require maximum
|
|
1859
|
+
# resources. Powered by NVIDIA L40S Tensor Core GPUs.
|
|
1860
|
+
#
|
|
1861
|
+
# * Reference resolution: 1080p
|
|
1862
|
+
#
|
|
1863
|
+
# * Reference frame rate: 60 fps
|
|
1864
|
+
#
|
|
1865
|
+
# * Workload specifications: 16 vCPUs, 128 GB RAM, 48 GB VRAM
|
|
1866
|
+
#
|
|
1867
|
+
# * Tenancy: Supports 1 concurrent stream session
|
|
1778
1868
|
# * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
|
|
1779
1869
|
# applications with extremely high 3D scene complexity. Runs
|
|
1780
1870
|
# applications on Microsoft Windows Server 2022 Base and supports
|
|
1781
1871
|
# DirectX 12. Compatible with Unreal Engine versions up through 5.6,
|
|
1782
|
-
# 32 and 64-bit applications, and anti-cheat technology.
|
|
1783
|
-
# A10G Tensor Core
|
|
1872
|
+
# 32 and 64-bit applications, and anti-cheat technology. Powered by
|
|
1873
|
+
# NVIDIA A10G Tensor Core GPUs.
|
|
1784
1874
|
#
|
|
1785
1875
|
# * Reference resolution: 1080p
|
|
1786
1876
|
#
|
|
@@ -1790,8 +1880,8 @@ module Aws::GameLiftStreams
|
|
|
1790
1880
|
#
|
|
1791
1881
|
# * Tenancy: Supports 1 concurrent stream session
|
|
1792
1882
|
# * <b> <code>gen5n_high</code> (NVIDIA, high)</b> Supports
|
|
1793
|
-
# applications with moderate to high 3D scene complexity.
|
|
1794
|
-
# NVIDIA A10G Tensor Core
|
|
1883
|
+
# applications with moderate to high 3D scene complexity. Powered by
|
|
1884
|
+
# NVIDIA A10G Tensor Core GPUs.
|
|
1795
1885
|
#
|
|
1796
1886
|
# * Reference resolution: 1080p
|
|
1797
1887
|
#
|
|
@@ -1801,8 +1891,8 @@ module Aws::GameLiftStreams
|
|
|
1801
1891
|
#
|
|
1802
1892
|
# * Tenancy: Supports up to 2 concurrent stream sessions
|
|
1803
1893
|
# * <b> <code>gen5n_ultra</code> (NVIDIA, ultra)</b> Supports
|
|
1804
|
-
# applications with extremely high 3D scene complexity.
|
|
1805
|
-
#
|
|
1894
|
+
# applications with extremely high 3D scene complexity. Powered by
|
|
1895
|
+
# NVIDIA A10G Tensor Core GPUs.
|
|
1806
1896
|
#
|
|
1807
1897
|
# * Reference resolution: 1080p
|
|
1808
1898
|
#
|
|
@@ -1815,8 +1905,8 @@ module Aws::GameLiftStreams
|
|
|
1815
1905
|
# applications with extremely high 3D scene complexity. Runs
|
|
1816
1906
|
# applications on Microsoft Windows Server 2022 Base and supports
|
|
1817
1907
|
# DirectX 12. Compatible with Unreal Engine versions up through 5.6,
|
|
1818
|
-
# 32 and 64-bit applications, and anti-cheat technology.
|
|
1819
|
-
# T4 Tensor Core
|
|
1908
|
+
# 32 and 64-bit applications, and anti-cheat technology. Powered by
|
|
1909
|
+
# NVIDIA T4 Tensor Core GPUs.
|
|
1820
1910
|
#
|
|
1821
1911
|
# * Reference resolution: 1080p
|
|
1822
1912
|
#
|
|
@@ -1826,8 +1916,8 @@ module Aws::GameLiftStreams
|
|
|
1826
1916
|
#
|
|
1827
1917
|
# * Tenancy: Supports 1 concurrent stream session
|
|
1828
1918
|
# * <b> <code>gen4n_high</code> (NVIDIA, high)</b> Supports
|
|
1829
|
-
# applications with moderate to high 3D scene complexity.
|
|
1830
|
-
# NVIDIA T4 Tensor Core
|
|
1919
|
+
# applications with moderate to high 3D scene complexity. Powered by
|
|
1920
|
+
# NVIDIA T4 Tensor Core GPUs.
|
|
1831
1921
|
#
|
|
1832
1922
|
# * Reference resolution: 1080p
|
|
1833
1923
|
#
|
|
@@ -1837,8 +1927,8 @@ module Aws::GameLiftStreams
|
|
|
1837
1927
|
#
|
|
1838
1928
|
# * Tenancy: Supports up to 2 concurrent stream sessions
|
|
1839
1929
|
# * <b> <code>gen4n_ultra</code> (NVIDIA, ultra)</b> Supports
|
|
1840
|
-
# applications with high 3D scene complexity.
|
|
1841
|
-
#
|
|
1930
|
+
# applications with high 3D scene complexity. Powered by NVIDIA T4
|
|
1931
|
+
# Tensor Core GPUs.
|
|
1842
1932
|
#
|
|
1843
1933
|
# * Reference resolution: 1080p
|
|
1844
1934
|
#
|
|
@@ -3327,7 +3417,7 @@ module Aws::GameLiftStreams
|
|
|
3327
3417
|
# maximum resources. Runs applications on Microsoft Windows Server
|
|
3328
3418
|
# 2022 Base and supports DirectX 12. Compatible with Unreal Engine
|
|
3329
3419
|
# versions up through 5.6, 32 and 64-bit applications, and
|
|
3330
|
-
# anti-cheat technology.
|
|
3420
|
+
# anti-cheat technology. Powered by NVIDIA L4 Tensor Core GPUs.
|
|
3331
3421
|
#
|
|
3332
3422
|
# * Reference resolution: 1080p
|
|
3333
3423
|
#
|
|
@@ -3338,7 +3428,7 @@ module Aws::GameLiftStreams
|
|
|
3338
3428
|
# * Tenancy: Supports 1 concurrent stream session
|
|
3339
3429
|
# * <b> <code>gen6n_pro</code> (NVIDIA, pro)</b> Supports applications
|
|
3340
3430
|
# with extremely high 3D scene complexity which require maximum
|
|
3341
|
-
# resources.
|
|
3431
|
+
# resources. Powered by NVIDIA L4 Tensor Core GPUs.
|
|
3342
3432
|
#
|
|
3343
3433
|
# * Reference resolution: 1080p
|
|
3344
3434
|
#
|
|
@@ -3351,8 +3441,8 @@ module Aws::GameLiftStreams
|
|
|
3351
3441
|
# applications with high 3D scene complexity. Runs applications on
|
|
3352
3442
|
# Microsoft Windows Server 2022 Base and supports DirectX 12.
|
|
3353
3443
|
# Compatible with Unreal Engine versions up through 5.6, 32 and
|
|
3354
|
-
# 64-bit applications, and anti-cheat technology.
|
|
3355
|
-
# Tensor Core
|
|
3444
|
+
# 64-bit applications, and anti-cheat technology. Powered by NVIDIA
|
|
3445
|
+
# L4 Tensor Core GPUs.
|
|
3356
3446
|
#
|
|
3357
3447
|
# * Reference resolution: 1080p
|
|
3358
3448
|
#
|
|
@@ -3362,8 +3452,8 @@ module Aws::GameLiftStreams
|
|
|
3362
3452
|
#
|
|
3363
3453
|
# * Tenancy: Supports 1 concurrent stream session
|
|
3364
3454
|
# * <b> <code>gen6n_ultra</code> (NVIDIA, ultra)</b> Supports
|
|
3365
|
-
# applications with high 3D scene complexity.
|
|
3366
|
-
#
|
|
3455
|
+
# applications with high 3D scene complexity. Powered by NVIDIA L4
|
|
3456
|
+
# Tensor Core GPUs.
|
|
3367
3457
|
#
|
|
3368
3458
|
# * Reference resolution: 1080p
|
|
3369
3459
|
#
|
|
@@ -3373,8 +3463,8 @@ module Aws::GameLiftStreams
|
|
|
3373
3463
|
#
|
|
3374
3464
|
# * Tenancy: Supports 1 concurrent stream session
|
|
3375
3465
|
# * <b> <code>gen6n_high</code> (NVIDIA, high)</b> Supports
|
|
3376
|
-
# applications with moderate to high 3D scene complexity.
|
|
3377
|
-
# NVIDIA L4 Tensor Core
|
|
3466
|
+
# applications with moderate to high 3D scene complexity. Powered by
|
|
3467
|
+
# NVIDIA L4 Tensor Core GPUs.
|
|
3378
3468
|
#
|
|
3379
3469
|
# * Reference resolution: 1080p
|
|
3380
3470
|
#
|
|
@@ -3384,8 +3474,8 @@ module Aws::GameLiftStreams
|
|
|
3384
3474
|
#
|
|
3385
3475
|
# * Tenancy: Supports up to 2 concurrent stream sessions
|
|
3386
3476
|
# * <b> <code>gen6n_medium</code> (NVIDIA, medium)</b> Supports
|
|
3387
|
-
# applications with moderate 3D scene complexity.
|
|
3388
|
-
# Tensor Core
|
|
3477
|
+
# applications with moderate 3D scene complexity. Powered by NVIDIA
|
|
3478
|
+
# L4 Tensor Core GPUs.
|
|
3389
3479
|
#
|
|
3390
3480
|
# * Reference resolution: 1080p
|
|
3391
3481
|
#
|
|
@@ -3396,7 +3486,7 @@ module Aws::GameLiftStreams
|
|
|
3396
3486
|
# * Tenancy: Supports up to 4 concurrent stream sessions
|
|
3397
3487
|
# * <b> <code>gen6n_small</code> (NVIDIA, small)</b> Supports
|
|
3398
3488
|
# applications with lightweight 3D scene complexity and low CPU
|
|
3399
|
-
# usage.
|
|
3489
|
+
# usage. Powered by NVIDIA L4 Tensor Core GPUs.
|
|
3400
3490
|
#
|
|
3401
3491
|
# * Reference resolution: 1080p
|
|
3402
3492
|
#
|
|
@@ -3406,8 +3496,8 @@ module Aws::GameLiftStreams
|
|
|
3406
3496
|
#
|
|
3407
3497
|
# * Tenancy: Supports up to 12 concurrent stream sessions
|
|
3408
3498
|
# * <b> <code>gen6n_medium_win2022</code> (NVIDIA, medium)</b>
|
|
3409
|
-
# Supports applications with low 3D scene complexity.
|
|
3410
|
-
# Tensor Core
|
|
3499
|
+
# Supports applications with low 3D scene complexity. Powered by
|
|
3500
|
+
# NVIDIA L4 Tensor Core GPUs.
|
|
3411
3501
|
#
|
|
3412
3502
|
# * Reference resolution: 1080p
|
|
3413
3503
|
#
|
|
@@ -3417,8 +3507,8 @@ module Aws::GameLiftStreams
|
|
|
3417
3507
|
#
|
|
3418
3508
|
# * Tenancy: Supports 1 concurrent stream session
|
|
3419
3509
|
# * <b> <code>gen6n_small_win2022</code> (NVIDIA, small)</b> Supports
|
|
3420
|
-
# applications with low 3D scene complexity.
|
|
3421
|
-
# Core
|
|
3510
|
+
# applications with low 3D scene complexity. Powered by NVIDIA L4
|
|
3511
|
+
# Tensor Core GPUs.
|
|
3422
3512
|
#
|
|
3423
3513
|
# * Reference resolution: 1080p
|
|
3424
3514
|
#
|
|
@@ -3427,12 +3517,37 @@ module Aws::GameLiftStreams
|
|
|
3427
3517
|
# * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
|
|
3428
3518
|
#
|
|
3429
3519
|
# * Tenancy: Supports 1 concurrent stream session
|
|
3520
|
+
# * <b> <code>gen6e_pro_win2022</code> (NVIDIA, pro)</b> Supports
|
|
3521
|
+
# applications with extremely high 3D scene complexity which require
|
|
3522
|
+
# maximum resources. Runs applications on Microsoft Windows Server
|
|
3523
|
+
# 2022 Base and supports DirectX 12. Compatible with Unreal Engine
|
|
3524
|
+
# versions up through 5.6, 32 and 64-bit applications, and
|
|
3525
|
+
# anti-cheat technology. Powered by NVIDIA L40S Tensor Core GPUs.
|
|
3526
|
+
#
|
|
3527
|
+
# * Reference resolution: 1080p
|
|
3528
|
+
#
|
|
3529
|
+
# * Reference frame rate: 60 fps
|
|
3530
|
+
#
|
|
3531
|
+
# * Workload specifications: 16 vCPUs, 128 GB RAM, 48 GB VRAM
|
|
3532
|
+
#
|
|
3533
|
+
# * Tenancy: Supports 1 concurrent stream session
|
|
3534
|
+
# * <b> <code>gen6e_pro</code> (NVIDIA, pro)</b> Supports applications
|
|
3535
|
+
# with extremely high 3D scene complexity which require maximum
|
|
3536
|
+
# resources. Powered by NVIDIA L40S Tensor Core GPUs.
|
|
3537
|
+
#
|
|
3538
|
+
# * Reference resolution: 1080p
|
|
3539
|
+
#
|
|
3540
|
+
# * Reference frame rate: 60 fps
|
|
3541
|
+
#
|
|
3542
|
+
# * Workload specifications: 16 vCPUs, 128 GB RAM, 48 GB VRAM
|
|
3543
|
+
#
|
|
3544
|
+
# * Tenancy: Supports 1 concurrent stream session
|
|
3430
3545
|
# * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
|
|
3431
3546
|
# applications with extremely high 3D scene complexity. Runs
|
|
3432
3547
|
# applications on Microsoft Windows Server 2022 Base and supports
|
|
3433
3548
|
# DirectX 12. Compatible with Unreal Engine versions up through 5.6,
|
|
3434
|
-
# 32 and 64-bit applications, and anti-cheat technology.
|
|
3435
|
-
# A10G Tensor Core
|
|
3549
|
+
# 32 and 64-bit applications, and anti-cheat technology. Powered by
|
|
3550
|
+
# NVIDIA A10G Tensor Core GPUs.
|
|
3436
3551
|
#
|
|
3437
3552
|
# * Reference resolution: 1080p
|
|
3438
3553
|
#
|
|
@@ -3442,8 +3557,8 @@ module Aws::GameLiftStreams
|
|
|
3442
3557
|
#
|
|
3443
3558
|
# * Tenancy: Supports 1 concurrent stream session
|
|
3444
3559
|
# * <b> <code>gen5n_high</code> (NVIDIA, high)</b> Supports
|
|
3445
|
-
# applications with moderate to high 3D scene complexity.
|
|
3446
|
-
# NVIDIA A10G Tensor Core
|
|
3560
|
+
# applications with moderate to high 3D scene complexity. Powered by
|
|
3561
|
+
# NVIDIA A10G Tensor Core GPUs.
|
|
3447
3562
|
#
|
|
3448
3563
|
# * Reference resolution: 1080p
|
|
3449
3564
|
#
|
|
@@ -3453,8 +3568,8 @@ module Aws::GameLiftStreams
|
|
|
3453
3568
|
#
|
|
3454
3569
|
# * Tenancy: Supports up to 2 concurrent stream sessions
|
|
3455
3570
|
# * <b> <code>gen5n_ultra</code> (NVIDIA, ultra)</b> Supports
|
|
3456
|
-
# applications with extremely high 3D scene complexity.
|
|
3457
|
-
#
|
|
3571
|
+
# applications with extremely high 3D scene complexity. Powered by
|
|
3572
|
+
# NVIDIA A10G Tensor Core GPUs.
|
|
3458
3573
|
#
|
|
3459
3574
|
# * Reference resolution: 1080p
|
|
3460
3575
|
#
|
|
@@ -3467,8 +3582,8 @@ module Aws::GameLiftStreams
|
|
|
3467
3582
|
# applications with extremely high 3D scene complexity. Runs
|
|
3468
3583
|
# applications on Microsoft Windows Server 2022 Base and supports
|
|
3469
3584
|
# DirectX 12. Compatible with Unreal Engine versions up through 5.6,
|
|
3470
|
-
# 32 and 64-bit applications, and anti-cheat technology.
|
|
3471
|
-
# T4 Tensor Core
|
|
3585
|
+
# 32 and 64-bit applications, and anti-cheat technology. Powered by
|
|
3586
|
+
# NVIDIA T4 Tensor Core GPUs.
|
|
3472
3587
|
#
|
|
3473
3588
|
# * Reference resolution: 1080p
|
|
3474
3589
|
#
|
|
@@ -3478,8 +3593,8 @@ module Aws::GameLiftStreams
|
|
|
3478
3593
|
#
|
|
3479
3594
|
# * Tenancy: Supports 1 concurrent stream session
|
|
3480
3595
|
# * <b> <code>gen4n_high</code> (NVIDIA, high)</b> Supports
|
|
3481
|
-
# applications with moderate to high 3D scene complexity.
|
|
3482
|
-
# NVIDIA T4 Tensor Core
|
|
3596
|
+
# applications with moderate to high 3D scene complexity. Powered by
|
|
3597
|
+
# NVIDIA T4 Tensor Core GPUs.
|
|
3483
3598
|
#
|
|
3484
3599
|
# * Reference resolution: 1080p
|
|
3485
3600
|
#
|
|
@@ -3489,8 +3604,8 @@ module Aws::GameLiftStreams
|
|
|
3489
3604
|
#
|
|
3490
3605
|
# * Tenancy: Supports up to 2 concurrent stream sessions
|
|
3491
3606
|
# * <b> <code>gen4n_ultra</code> (NVIDIA, ultra)</b> Supports
|
|
3492
|
-
# applications with high 3D scene complexity.
|
|
3493
|
-
#
|
|
3607
|
+
# applications with high 3D scene complexity. Powered by NVIDIA T4
|
|
3608
|
+
# Tensor Core GPUs.
|
|
3494
3609
|
#
|
|
3495
3610
|
# * Reference resolution: 1080p
|
|
3496
3611
|
#
|
|
@@ -3855,7 +3970,22 @@ module Aws::GameLiftStreams
|
|
|
3855
3970
|
# @!attribute [rw] application_log_paths
|
|
3856
3971
|
# Locations of log files that your content generates during a stream
|
|
3857
3972
|
# session. Enter path values that are relative to the
|
|
3858
|
-
# `ApplicationSourceUri` location
|
|
3973
|
+
# `ApplicationSourceUri` location, or relative to the user's home
|
|
3974
|
+
# directory when using a supported path variable. You can specify up
|
|
3975
|
+
# to 10 log paths. Each individual log file cannot exceed 50 MB in
|
|
3976
|
+
# size.
|
|
3977
|
+
#
|
|
3978
|
+
# Each path can be a directory or an exact file path. When you specify
|
|
3979
|
+
# a directory, Amazon GameLift Streams collects only files with the
|
|
3980
|
+
# following extensions: `.txt`, `.log`, and `.utrace`. To collect
|
|
3981
|
+
# files with other extensions, specify the exact file path. The copy
|
|
3982
|
+
# operation is not performed recursively in subfolders.
|
|
3983
|
+
#
|
|
3984
|
+
# The following path variables are recognized when they appear as the
|
|
3985
|
+
# first component of a path: `%USERPROFILE%` (Windows and Proton),
|
|
3986
|
+
# `$HOME` or `~` (Linux). Use a path variable when your application
|
|
3987
|
+
# writes logs outside of the application directory.
|
|
3988
|
+
#
|
|
3859
3989
|
# Amazon GameLift Streams uploads designated log files to the Amazon
|
|
3860
3990
|
# S3 bucket that you specify in `ApplicationLogOutputUri` at the end
|
|
3861
3991
|
# of a stream session. To retrieve stored log files, call
|
|
@@ -4153,7 +4283,7 @@ module Aws::GameLiftStreams
|
|
|
4153
4283
|
# maximum resources. Runs applications on Microsoft Windows Server
|
|
4154
4284
|
# 2022 Base and supports DirectX 12. Compatible with Unreal Engine
|
|
4155
4285
|
# versions up through 5.6, 32 and 64-bit applications, and
|
|
4156
|
-
# anti-cheat technology.
|
|
4286
|
+
# anti-cheat technology. Powered by NVIDIA L4 Tensor Core GPUs.
|
|
4157
4287
|
#
|
|
4158
4288
|
# * Reference resolution: 1080p
|
|
4159
4289
|
#
|
|
@@ -4164,7 +4294,7 @@ module Aws::GameLiftStreams
|
|
|
4164
4294
|
# * Tenancy: Supports 1 concurrent stream session
|
|
4165
4295
|
# * <b> <code>gen6n_pro</code> (NVIDIA, pro)</b> Supports applications
|
|
4166
4296
|
# with extremely high 3D scene complexity which require maximum
|
|
4167
|
-
# resources.
|
|
4297
|
+
# resources. Powered by NVIDIA L4 Tensor Core GPUs.
|
|
4168
4298
|
#
|
|
4169
4299
|
# * Reference resolution: 1080p
|
|
4170
4300
|
#
|
|
@@ -4177,8 +4307,8 @@ module Aws::GameLiftStreams
|
|
|
4177
4307
|
# applications with high 3D scene complexity. Runs applications on
|
|
4178
4308
|
# Microsoft Windows Server 2022 Base and supports DirectX 12.
|
|
4179
4309
|
# Compatible with Unreal Engine versions up through 5.6, 32 and
|
|
4180
|
-
# 64-bit applications, and anti-cheat technology.
|
|
4181
|
-
# Tensor Core
|
|
4310
|
+
# 64-bit applications, and anti-cheat technology. Powered by NVIDIA
|
|
4311
|
+
# L4 Tensor Core GPUs.
|
|
4182
4312
|
#
|
|
4183
4313
|
# * Reference resolution: 1080p
|
|
4184
4314
|
#
|
|
@@ -4188,8 +4318,8 @@ module Aws::GameLiftStreams
|
|
|
4188
4318
|
#
|
|
4189
4319
|
# * Tenancy: Supports 1 concurrent stream session
|
|
4190
4320
|
# * <b> <code>gen6n_ultra</code> (NVIDIA, ultra)</b> Supports
|
|
4191
|
-
# applications with high 3D scene complexity.
|
|
4192
|
-
#
|
|
4321
|
+
# applications with high 3D scene complexity. Powered by NVIDIA L4
|
|
4322
|
+
# Tensor Core GPUs.
|
|
4193
4323
|
#
|
|
4194
4324
|
# * Reference resolution: 1080p
|
|
4195
4325
|
#
|
|
@@ -4199,8 +4329,8 @@ module Aws::GameLiftStreams
|
|
|
4199
4329
|
#
|
|
4200
4330
|
# * Tenancy: Supports 1 concurrent stream session
|
|
4201
4331
|
# * <b> <code>gen6n_high</code> (NVIDIA, high)</b> Supports
|
|
4202
|
-
# applications with moderate to high 3D scene complexity.
|
|
4203
|
-
# NVIDIA L4 Tensor Core
|
|
4332
|
+
# applications with moderate to high 3D scene complexity. Powered by
|
|
4333
|
+
# NVIDIA L4 Tensor Core GPUs.
|
|
4204
4334
|
#
|
|
4205
4335
|
# * Reference resolution: 1080p
|
|
4206
4336
|
#
|
|
@@ -4210,8 +4340,8 @@ module Aws::GameLiftStreams
|
|
|
4210
4340
|
#
|
|
4211
4341
|
# * Tenancy: Supports up to 2 concurrent stream sessions
|
|
4212
4342
|
# * <b> <code>gen6n_medium</code> (NVIDIA, medium)</b> Supports
|
|
4213
|
-
# applications with moderate 3D scene complexity.
|
|
4214
|
-
# Tensor Core
|
|
4343
|
+
# applications with moderate 3D scene complexity. Powered by NVIDIA
|
|
4344
|
+
# L4 Tensor Core GPUs.
|
|
4215
4345
|
#
|
|
4216
4346
|
# * Reference resolution: 1080p
|
|
4217
4347
|
#
|
|
@@ -4222,7 +4352,7 @@ module Aws::GameLiftStreams
|
|
|
4222
4352
|
# * Tenancy: Supports up to 4 concurrent stream sessions
|
|
4223
4353
|
# * <b> <code>gen6n_small</code> (NVIDIA, small)</b> Supports
|
|
4224
4354
|
# applications with lightweight 3D scene complexity and low CPU
|
|
4225
|
-
# usage.
|
|
4355
|
+
# usage. Powered by NVIDIA L4 Tensor Core GPUs.
|
|
4226
4356
|
#
|
|
4227
4357
|
# * Reference resolution: 1080p
|
|
4228
4358
|
#
|
|
@@ -4232,8 +4362,8 @@ module Aws::GameLiftStreams
|
|
|
4232
4362
|
#
|
|
4233
4363
|
# * Tenancy: Supports up to 12 concurrent stream sessions
|
|
4234
4364
|
# * <b> <code>gen6n_medium_win2022</code> (NVIDIA, medium)</b>
|
|
4235
|
-
# Supports applications with low 3D scene complexity.
|
|
4236
|
-
# Tensor Core
|
|
4365
|
+
# Supports applications with low 3D scene complexity. Powered by
|
|
4366
|
+
# NVIDIA L4 Tensor Core GPUs.
|
|
4237
4367
|
#
|
|
4238
4368
|
# * Reference resolution: 1080p
|
|
4239
4369
|
#
|
|
@@ -4243,8 +4373,8 @@ module Aws::GameLiftStreams
|
|
|
4243
4373
|
#
|
|
4244
4374
|
# * Tenancy: Supports 1 concurrent stream session
|
|
4245
4375
|
# * <b> <code>gen6n_small_win2022</code> (NVIDIA, small)</b> Supports
|
|
4246
|
-
# applications with low 3D scene complexity.
|
|
4247
|
-
# Core
|
|
4376
|
+
# applications with low 3D scene complexity. Powered by NVIDIA L4
|
|
4377
|
+
# Tensor Core GPUs.
|
|
4248
4378
|
#
|
|
4249
4379
|
# * Reference resolution: 1080p
|
|
4250
4380
|
#
|
|
@@ -4253,12 +4383,37 @@ module Aws::GameLiftStreams
|
|
|
4253
4383
|
# * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
|
|
4254
4384
|
#
|
|
4255
4385
|
# * Tenancy: Supports 1 concurrent stream session
|
|
4386
|
+
# * <b> <code>gen6e_pro_win2022</code> (NVIDIA, pro)</b> Supports
|
|
4387
|
+
# applications with extremely high 3D scene complexity which require
|
|
4388
|
+
# maximum resources. Runs applications on Microsoft Windows Server
|
|
4389
|
+
# 2022 Base and supports DirectX 12. Compatible with Unreal Engine
|
|
4390
|
+
# versions up through 5.6, 32 and 64-bit applications, and
|
|
4391
|
+
# anti-cheat technology. Powered by NVIDIA L40S Tensor Core GPUs.
|
|
4392
|
+
#
|
|
4393
|
+
# * Reference resolution: 1080p
|
|
4394
|
+
#
|
|
4395
|
+
# * Reference frame rate: 60 fps
|
|
4396
|
+
#
|
|
4397
|
+
# * Workload specifications: 16 vCPUs, 128 GB RAM, 48 GB VRAM
|
|
4398
|
+
#
|
|
4399
|
+
# * Tenancy: Supports 1 concurrent stream session
|
|
4400
|
+
# * <b> <code>gen6e_pro</code> (NVIDIA, pro)</b> Supports applications
|
|
4401
|
+
# with extremely high 3D scene complexity which require maximum
|
|
4402
|
+
# resources. Powered by NVIDIA L40S Tensor Core GPUs.
|
|
4403
|
+
#
|
|
4404
|
+
# * Reference resolution: 1080p
|
|
4405
|
+
#
|
|
4406
|
+
# * Reference frame rate: 60 fps
|
|
4407
|
+
#
|
|
4408
|
+
# * Workload specifications: 16 vCPUs, 128 GB RAM, 48 GB VRAM
|
|
4409
|
+
#
|
|
4410
|
+
# * Tenancy: Supports 1 concurrent stream session
|
|
4256
4411
|
# * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
|
|
4257
4412
|
# applications with extremely high 3D scene complexity. Runs
|
|
4258
4413
|
# applications on Microsoft Windows Server 2022 Base and supports
|
|
4259
4414
|
# DirectX 12. Compatible with Unreal Engine versions up through 5.6,
|
|
4260
|
-
# 32 and 64-bit applications, and anti-cheat technology.
|
|
4261
|
-
# A10G Tensor Core
|
|
4415
|
+
# 32 and 64-bit applications, and anti-cheat technology. Powered by
|
|
4416
|
+
# NVIDIA A10G Tensor Core GPUs.
|
|
4262
4417
|
#
|
|
4263
4418
|
# * Reference resolution: 1080p
|
|
4264
4419
|
#
|
|
@@ -4268,8 +4423,8 @@ module Aws::GameLiftStreams
|
|
|
4268
4423
|
#
|
|
4269
4424
|
# * Tenancy: Supports 1 concurrent stream session
|
|
4270
4425
|
# * <b> <code>gen5n_high</code> (NVIDIA, high)</b> Supports
|
|
4271
|
-
# applications with moderate to high 3D scene complexity.
|
|
4272
|
-
# NVIDIA A10G Tensor Core
|
|
4426
|
+
# applications with moderate to high 3D scene complexity. Powered by
|
|
4427
|
+
# NVIDIA A10G Tensor Core GPUs.
|
|
4273
4428
|
#
|
|
4274
4429
|
# * Reference resolution: 1080p
|
|
4275
4430
|
#
|
|
@@ -4279,8 +4434,8 @@ module Aws::GameLiftStreams
|
|
|
4279
4434
|
#
|
|
4280
4435
|
# * Tenancy: Supports up to 2 concurrent stream sessions
|
|
4281
4436
|
# * <b> <code>gen5n_ultra</code> (NVIDIA, ultra)</b> Supports
|
|
4282
|
-
# applications with extremely high 3D scene complexity.
|
|
4283
|
-
#
|
|
4437
|
+
# applications with extremely high 3D scene complexity. Powered by
|
|
4438
|
+
# NVIDIA A10G Tensor Core GPUs.
|
|
4284
4439
|
#
|
|
4285
4440
|
# * Reference resolution: 1080p
|
|
4286
4441
|
#
|
|
@@ -4293,8 +4448,8 @@ module Aws::GameLiftStreams
|
|
|
4293
4448
|
# applications with extremely high 3D scene complexity. Runs
|
|
4294
4449
|
# applications on Microsoft Windows Server 2022 Base and supports
|
|
4295
4450
|
# DirectX 12. Compatible with Unreal Engine versions up through 5.6,
|
|
4296
|
-
# 32 and 64-bit applications, and anti-cheat technology.
|
|
4297
|
-
# T4 Tensor Core
|
|
4451
|
+
# 32 and 64-bit applications, and anti-cheat technology. Powered by
|
|
4452
|
+
# NVIDIA T4 Tensor Core GPUs.
|
|
4298
4453
|
#
|
|
4299
4454
|
# * Reference resolution: 1080p
|
|
4300
4455
|
#
|
|
@@ -4304,8 +4459,8 @@ module Aws::GameLiftStreams
|
|
|
4304
4459
|
#
|
|
4305
4460
|
# * Tenancy: Supports 1 concurrent stream session
|
|
4306
4461
|
# * <b> <code>gen4n_high</code> (NVIDIA, high)</b> Supports
|
|
4307
|
-
# applications with moderate to high 3D scene complexity.
|
|
4308
|
-
# NVIDIA T4 Tensor Core
|
|
4462
|
+
# applications with moderate to high 3D scene complexity. Powered by
|
|
4463
|
+
# NVIDIA T4 Tensor Core GPUs.
|
|
4309
4464
|
#
|
|
4310
4465
|
# * Reference resolution: 1080p
|
|
4311
4466
|
#
|
|
@@ -4315,8 +4470,8 @@ module Aws::GameLiftStreams
|
|
|
4315
4470
|
#
|
|
4316
4471
|
# * Tenancy: Supports up to 2 concurrent stream sessions
|
|
4317
4472
|
# * <b> <code>gen4n_ultra</code> (NVIDIA, ultra)</b> Supports
|
|
4318
|
-
# applications with high 3D scene complexity.
|
|
4319
|
-
#
|
|
4473
|
+
# applications with high 3D scene complexity. Powered by NVIDIA T4
|
|
4474
|
+
# Tensor Core GPUs.
|
|
4320
4475
|
#
|
|
4321
4476
|
# * Reference resolution: 1080p
|
|
4322
4477
|
#
|