AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2025-08-10 · Documentation low

File: AWSCloudFormation/latest/TemplateReference/aws-resource-gameliftstreams-streamgroup.md

Summary

Added default values (1 and 0) for always-on and on-demand streaming capacity parameters in stream group documentation

Security assessment

The updates specify default configuration values without addressing security vulnerabilities or introducing security features.

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-gameliftstreams-streamgroup.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-gameliftstreams-streamgroup.md
index bf1f4bd14..b5b33e879 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-resource-gameliftstreams-streamgroup.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-gameliftstreams-streamgroup.md
@@ -13 +13 @@ There are two types of stream capacity: always-on and on-demand.
-  * **Always-on** : The streaming capacity that is allocated and ready to handle stream requests without delay. You pay for this capacity whether it's in use or not. Best for quickest time from streaming request to streaming session. 
+  * **Always-on** : The streaming capacity that is allocated and ready to handle stream requests without delay. You pay for this capacity whether it's in use or not. Best for quickest time from streaming request to streaming session. Default is 1 when creating a stream group or adding a location.
@@ -15 +15 @@ There are two types of stream capacity: always-on and on-demand.
-  * **On-demand** : The streaming capacity that Amazon GameLift Streams can allocate in response to stream requests, and then de-allocate when the session has terminated. This offers a cost control measure at the expense of a greater startup time (typically under 5 minutes). 
+  * **On-demand** : The streaming capacity that Amazon GameLift Streams can allocate in response to stream requests, and then de-allocate when the session has terminated. This offers a cost control measure at the expense of a greater startup time (typically under 5 minutes). Default is 0 when creating a stream group or adding a location.