View a markdown version of this page

AWS::MediaTailor::PrefetchSchedule TrafficShapingTpsConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: 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