This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::MediaTailor::PrefetchSchedule TrafficShapingTpsConfiguration
The configuration for TPS-based traffic shaping. This approach limits requests to the ad decision server (ADS) based on transactions per second and concurrent users.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "PeakConcurrentUsers" :Integer, "PeakTps" :Integer}
YAML
PeakConcurrentUsers:IntegerPeakTps:Integer
Properties
PeakConcurrentUsers-
The expected peak number of concurrent viewers for your content. MediaTailor uses this value along with peak TPS to determine how to distribute prefetch requests across the available capacity without exceeding your ADS limits.
Required: No
Type: Integer
Update requires: Replacement
PeakTps-
The maximum number of transactions per second (TPS) that your ad decision server (ADS) can handle. MediaTailor uses this value along with concurrent users and headroom multiplier to calculate optimal traffic distribution and prevent ADS overload.
Required: No
Type: Integer
Update requires: Replacement