View a markdown version of this page

AWS::MediaTailor::PrefetchSchedule TrafficShapingTpsConfiguration - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 CloudFormation template, use the following syntax:

JSON

{ "PeakConcurrentUsers" : Integer, "PeakTps" : Integer }

YAML

PeakConcurrentUsers: Integer PeakTps: 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