In the present day, we’re saying AWS RTB Material, a completely managed service function constructed for real-time bidding (RTB) promoting workloads. The service helps promoting expertise (AdTech) firms seamlessly join with their provide and demand companions, corresponding to Amazon Adverts, GumGum, Kargo, MobileFuse, Sovrn, TripleLift, Viant, Yieldmo and extra, to run high-volume, latency-sensitive RTB workloads on Amazon Net Companies (AWS) with constant single-digit millisecond efficiency and as much as 80% decrease networking prices in comparison with customary networking prices.
AWS RTB Material supplies a devoted, high-performance community atmosphere for RTB workloads and companion integrations with out requiring colocated, on-premises infrastructure or upfront commitments. The next diagram reveals the high-level structure of RTB Material.

AWS RTB Material additionally consists of modules, a functionality that helps prospects carry their very own and companion purposes securely into the compute atmosphere used for real-time bidding. Modules assist containerized purposes and basis fashions (FMs) that may improve transaction effectivity and bidding effectiveness. At launch, AWS RTB Material consists of modules for optimizing site visitors administration, enhancing bid effectivity, and growing bid response charges, all operating inline throughout the service for constant low-latency execution.
The expansion of programmatic promoting has created a necessity for low-latency, cost-efficient infrastructure to assist RTB workloads. AdTech firms course of tens of millions of bid requests per second throughout publishers, supply-side platforms (SSPs), and demand-side platforms (DSPs). These workloads are extremely delicate to latency as a result of most RTB auctions should full inside 200–300 milliseconds and require dependable, high-speed alternate of OpenRTB requests and responses amongst a number of companions. Many firms have addressed this by deploying infrastructure in colocation knowledge facilities close to key companions, which reduces latency however provides operational complexity, lengthy provisioning cycles, and excessive prices. Others have turned to cloud infrastructure to realize elasticity and scale, however they typically face complicated provisioning, partner-specific connectivity, and long-term commitments to attain value effectivity. These gaps add operational overhead and restrict agility. AWS RTB Material solves these challenges by offering a managed personal community constructed for RTB workloads that delivers constant efficiency, simplifies companion onboarding, and achieves predictable value effectivity with out the burden of sustaining colocation or customized networking setups.
Key capabilities
AWS RTB Material introduces a managed basis for operating RTB workloads at scale. The service supplies the next key capabilities:
- Simplified connectivity to AdTech companions – Once you register an RTB Material gateway, the service robotically generates safe endpoints that may be shared with chosen companions. Utilizing the AWS RTB Material API, you’ll be able to create optimized, personal connections to alternate RTB site visitors securely throughout completely different environments. Exterior Hyperlinks are additionally out there to attach with companions who aren’t utilizing RTB Material, corresponding to these working on premises or in third-party cloud environments. This strategy shortens integration time and simplifies collaboration amongst AdTech members.
- Devoted community for low-latency promoting transactions – AWS RTB Material supplies a managed, high-performance community layer optimized for OpenRTB communication. It connects AdTech members corresponding to SSPs, DSPs, and publishers by way of personal, high-speed hyperlinks that ship constant single-digit millisecond latency. The service robotically optimizes routing paths to keep up predictable efficiency and scale back networking prices, with out requiring handbook peering or configuration.
- Pricing mannequin aligned with RTB economics – AWS RTB Material makes use of a transaction-based pricing mannequin designed to align with programmatic promoting economics. Prospects are billed per billion transactions, offering predictable infrastructure prices that align with how promoting exchanges, SSPs, and DSPs function.
- Constructed-in site visitors administration modules – AWS RTB Material consists of configurable modules that assist AdTech workloads function effectively and reliably. Modules corresponding to Charge Limiter, OpenRTB Filter, and Error Masking assist you to management request quantity, validate message codecs, and handle response dealing with instantly within the community path. These modules execute inline throughout the AWS RTB Material atmosphere, sustaining network-speed efficiency with out including application-level latency. All configurations are managed by way of the AWS RTB Material API, so you’ll be able to outline and replace guidelines programmatically as your workloads scale.
Getting began
In the present day, you can begin constructing with AWS RTB Material utilizing the AWS Administration Console, AWS Command Line Interface (AWS CLI), or infrastructure-as-code (IaC) instruments corresponding to AWS CloudFormation and Terraform.
The console supplies a visible entry level to view and handle RTB gateways and hyperlinks, as proven on the Dashboard of the AWS RTB Material console.

You too can use the AWS CLI to configure gateways, create hyperlinks, and handle site visitors programmatically. After I began constructing with AWS RTB Material, I used the AWS CLI to configure every thing from gateway creation to hyperlink setup and site visitors monitoring. The setup ran inside my Amazon Digital Personal Cloud (Amazon VPC) endpoint whereas AWS managed the low-latency infrastructure that linked workloads.
To start, I created a requester gateway to ship bid requests and a responder gateway to obtain and course of bid responses. These gateways act as safe communication factors throughout the AWS RTB Material.
# Create a requester gateway with required parameters
aws rtbfabric create-requester-gateway
--description "My RTB requester gateway"
--vpc-id vpc-12345678
--subnet-ids subnet-abc12345 subnet-def67890
--security-group-ids sg-12345678
--client-token "unique-client-token-123"
# Create a responder gateway with required parameters
aws rtbfabric create-responder-gateway
--description "My RTB responder gateway"
--vpc-id vpc-01f345ad6524a6d7
--subnet-ids subnet-abc12345 subnet-def67890
--security-group-ids sg-12345678
--dns-name responder.instance.com
--port 443
--protocol HTTPS
After each gateways have been energetic, I created a hyperlink from the requester to the responder to ascertain a non-public, low-latency communication path for OpenRTB site visitors. The hyperlink dealt with routing and cargo balancing robotically.
# Requester account making a hyperlink from requester gateway to a responder gateway
aws rtbfabric create-link
--gateway-id rtb-gw-requester123
--peer-gateway-id rtb-gw-responder456
--log-settings '{"applicationLogs:{"sampling":"errorLog":10.0,"filterLog":10.0}}'
# Responder account accepting a hyperlink from requester gateway to responder gateway
aws rtbfabric accept-link
--gateway-id rtb-gw-responder456
--link-id link-reqtoresplink789
--log-settings '{"applicationLogs:{"sampling":"errorLog":10.0,"filterLog":10.0}}'
I additionally linked with exterior companions utilizing Exterior Hyperlinks, which prolonged my RTB workloads to on-premises or third-party environments whereas sustaining the identical latency and safety traits.
# Create an inbound exterior hyperlink endpoint for an exterior companion to ship bid requests to
aws rtbfabric create-inbound-external-link
--gateway-id rtb-gw-responder456
# Create an outbound exterior hyperlink for sending bid requests to an exterior companion
aws rtbfabric create-outbound-external-link
--gateway-id rtb-gw-requester123
--public-endpoint "https://my-external-partner-responder.com"
To handle site visitors effectively, I added modules instantly into the info path. The Charge Limiter module managed request quantity, and the OpenRTB Filter validated message codecs inline at community pace.
# Connect a price limiting module
aws rtbfabric update-link-module-flow
--gateway-id rtb-gw-responder456
--link-id link-toresponder789
--modules '{"identify":"RateLimiter":"moduleParameters":{"rateLimiter":{"tps":10000}}}'
Lastly, I used Amazon CloudWatch to observe throughput, latency, and module efficiency, and I exported logs to Amazon Easy Storage Service (Amazon S3) for auditing and optimization.
All configurations can be automated with AWS CloudFormation or Terraform, permitting constant, repeatable deployment throughout a number of environments. With RTB Material, I might give attention to optimizing bidding logic whereas AWS maintained predictable, single-digit millisecond efficiency throughout my AdTech companions.
For extra particulars, seek advice from the AWS RTB Material Consumer Information.
Now out there
AWS RTB Material is out there right this moment within the following AWS Areas: US East (N. Virginia), US West (Oregon), Asia Pacific (Singapore), Asia Pacific (Tokyo), Europe (Frankfurt), and Europe (Eire).
AWS RTB Material is regularly evolving to deal with the altering wants of the AdTech business. The service expands its capabilities to assist safe integration of superior purposes and AI-driven optimizations in real-time bidding workflows that assist prospects simplify operations and enhance efficiency on AWS. To be taught extra about AWS RTB Material, go to the AWS RTB Material web page.
– Betty

