SlideShare a Scribd company logo
1 of 50
Download to read offline
Power your Digital Marketing
Strategy with AWS
Ben Butler, Sr. Mgr,. Big Data, AWS
@bensbutler

Dec 11, 2013
Digital Marketing on AWS
Overview of AWS and Digital Marketing workloads
Amazon DynamoDB
Amazon Redshift
Ad Serving and Real Time Bidding
• Use cases
• Architectures
Digital Marketing Customer Success Stories
Why Companies Use AWS
•

•
•

Business
o Faster time to market
o Iterate features faster because you’re not building/managing undifferentiated
“plumbing”. Very important in the rapidly changing digital advertising
ecosystem.
Operational
o Add new datacenters in minutes or hours (e.g. burst or geographic expansion)
o Locality: Many companies in the Real Time Bidding ecosystem are on AWS
Financial
o Pay only for what you use, when you use it
o Avoid large Capex expense for geographic or local expansion
What Digital Marketing Companies Use AWS for
Ad Serving
Infrastructure

Ad Servers
Exchanges, DSPs, SSPs
Data Management Platforms

Interactive Campaigns
and Microsites

Product websites
Social networking campaigns
Games and contests

High Performance
Computing & Big Data

Ad analytics
Ad server log processing
Business Intelligence
AWS Global Infrastructure

9 Regions

25 Availability Zones
42+ Edge Locations
Continuous Expansion
Solving Problems for Organizations Around the World
AWS Service Overview
Deployment & Administration
Application Services
Compute

Storage
Networking
AWS Global Infrastructure

Database
Compute Services
Amazon EC2

Auto Scaling

Elastic Load
Balancing

Elastic Virtual servers
in the cloud

Automated scaling
of EC2 capacity

Dynamic traffic
distribution

EC2
Actual
Big Data Services
Amazon EMR
(Elastic Map Reduce)

Amazon Redshift

AWS Data Pipeline

Hosted Hadoop
framework

Petabyte-scale data
warehouse service

Move data among AWS
services and onpremises data sources
Database and Application Services
Amazon RDS

Amazon
DynamoDB

Amazon CloudFront
CDN

Amazon
CloudSearch

Managed relational
database service

Managed NoSQL
database service

distribute content
globally, fast

Managed search
engine service

DBA
Storage Services
Amazon EBS

Amazon S3

Amazon Glacier

AWS Storage Gateway

Block storage for use
with Amazon EC2

Internet scale
storage via API

Storage for archiving
and backup

Integrates on-premises
IT and AWS storage

S3,
Glacier

EBS

Images
Videos
Files
Binaries
Snapshots

Images
Videos
Files
Binaries
Snapshots
Digital Advertising Companies using AWS
Amazon
DynamoDB
NoSQL Database
Predictable performance
Amazon
DynamoDB

Seamless & massive scalability
Fully managed; zero admin
Amazon’s Path to DynamoDB
DynamoDB

RDBMS
Amazon
DynamoDB

DEVS
OPS
USERS
Amazon
DynamoDB

DEVS
OPS
USERS

Fast Application

Development
Time to Build
New Applications
•
•
•
•

Flexible data models
Simple API
High-scale queries
Laptop development
Amazon
DynamoDB

DEVS
OPS
USERS

Admin-Free
(at any scale)
Provisioned Throughput
request-based capacity provisioning model
Throughput is declared and updated via the API or the console
CreateTable (foo, reads/sec = 100, writes/sec = 150)
UpdateTable (foo, reads/sec=10000, writes/sec=4500)

DynamoDB handles the rest
Capacity is reserved and available when needed
Scaling-up triggers repartitioning and reallocation
No impact to performance or availability
Amazon
DynamoDB

DEVS
OPS
USERS

Durable
Low Latency
WRITES
Replicated continuously to 3 AZ’s
Persisted to disk (custom SSD)

READS
Strongly or eventually consistent
No latency trade-off
Amazon
Redshift
Data Warehousing the AWS way
Deploy

Easy to provision
Pay as you go, no up front costs
Fast, cheap, easy to use
SQL
Digital marketing and advertising use cases
•

Customer acquisition
–
–

Ad spend
Traffic sources
JDBC/ODBC

DynamoDB

•

Customer behavior
–
–
–

•

Clickstream
Referrals, sharing
Actions taken

Lifetime value
–
–

Conversions
Churn rate

Amazon
Redshift
Amazon S3

Amazon RDS

Amazon EMR
Amazon Redshift architecture
•

–
–
–

•

SQL endpoint
Stores metadata
Coordinates query execution
10 GigE
(HPC)

Compute Nodes
–
–
–
–

•

JDBC/ODBC

Leader Node

Local, columnar storage
Execute queries in parallel
Load, backup, restore via Amazon S3
Parallel load from Amazon DynamoDB

Single node version available

Ingestion
Backup
Restore
Amazon Redshift runs on optimized hardware
HS1.8XL: 128 GB RAM, 16 Cores, 24 Spindles, 16 TB compressed user storage, 2 GB/sec scan rate

HS1.XL: 16 GB RAM, 2 Cores, 3 Spindles, 2 TB compressed customer storage
•

Optimized for I/O intensive workloads

•

High disk density

•

Runs in HPC - fast network

•

HS1.8XL available on Amazon EC2
Amazon Redshift parallelizes and distributes everything

•
•
•
•

Query
Load
Backup/Restore
Resize
Amazon Redshift parallelizes and distributes everything

•
•
•
•

Query
Load
Backup/Restore
Resize

•

Load in parallel from Amazon S3 or
Amazon DynamoDB

•

Columnar storage, automatic
compression

•

Data automatically distributed and
sorted according to DDL

•

Scales linearly with number of nodes
Amazon Redshift parallelizes and distributes everything

•
•
•
•

Query
Load
Backup/Restore
Resize

•

Backups to Amazon S3 are
automatic, continuous and
incremental

•

Configurable system snapshot
retention period

•

Take user snapshots on-demand

•

Streaming restores enable you to
resume querying faster
Amazon Redshift parallelizes and distributes everything

•
•
•
•

Query
Load
Backup/Restore
Resize

•

Resize while remaining online

•

Provision a new cluster in the
background

•

Copy data in parallel from
node to node

•

Only charged for source cluster
Amazon Redshift parallelizes and distributes everything

•
•
•
•

Query
Load
Backup/Restore
Resize

•

Automatic SQL endpoint
switchover via DNS

•

Decommission the source cluster

•

Simple operation via AWS Console
or API
Amazon Redshift lets you start small and grow big
Extra Large Node (HS1.XL)
3 spindles, 2 TB, 16 GB RAM, 2 cores

Single Node (2 TB)
Cluster 2-32 Nodes (4 TB – 64 TB)

Note: Nodes not to scale

Eight Extra Large Node (HS1.8XL)

24 spindles, 16 TB, 128 GB RAM, 16 cores, 10 GigE

Cluster 2-100 Nodes (32 TB – 1.6 PB)
Amazon Redshift is easy to use
• Provision in minutes
• Monitor query performance
• Point and click resize

• Built in security
• Automatic backups
Ad Serving
Ad Servers

Profiles Database

EC2

DynamoDB

ad request

ad url

visitor

1.
2.
3.
4.

Visitor loads a web page
Web page issues a request to ad servers on EC2
Query to DynamoDB returns the ad to display
Link is returned to visitor
Ad Servers

Profiles Database

EC2

DynamoDB

Real Time Bidding
Ad Servers

Profiles Database

EC2

DynamoDB

20 ms
Request network transit

bid request
bid response

Queues
and
Buffer

Ads

…
DynamoDB

Bidder

RTB
platform

Response network transit

20 ms

Profiles

Contingency
time buffer

Decision on best ad and bid price based on
optimization that needs multiple data look-ups

20 ms

40 ms
Ad Servers

Profiles Database

EC2

DynamoDB

ad request

ad url

visitor
Ad Servers

Profiles Database

ad request

ad url

Elastic Load
Balancing

EC2 (MAZ)

DynamoDB

Optimize for scale, elasticity, and availability
•

Multi-AZ: maintain EC2 capacity in multiple availability
zones

•

Auto Scaling: scale EC2 capacity to automatically
manage variations in workload

•

Elastic Load Balancing: automatically distribute
incoming traffic across multiple EC2 instances

visitor
Profiles Database

Ad Servers
ad request

ad url

Elastic Load
Balancing

EC2 (MAZ)

DynamoDB

Static Repository Files
advertisement

visitor

impression logs
CloudFront

Amazon S3

1. Ad files are downloaded from CloudFront
2. Impressions captured into logs on S3
Profiles Database

Ad Servers
ad request

ad url

Elastic Load
Balancing

EC2 (MAZ)

DynamoDB

Static Repository Files
advertisement
impression logs

visitor

click through
requests

CloudFront

Elastic Load
Balancing

Amazon S3

Click-through
Servers
click through
log files
EC2
(MAZ)

Click-through requests
are captured via EC2
into log files and
persisted on S3
Analysis
Profiles Database

Ad Servers
ad request

updated
profiles
ad url

Elastic Load
Balancing

EC2 (MAZ)

new
requests

DynamoDB
new
bids
Static Repository Files
Redshift

advertisement
impression logs

visitor

CloudFront

ETL

Amazon S3
unstructured
log files

click through
requests

Elastic Load
Balancing

Click-through
Servers
click through
log files
EC2
(MAZ)

Amazon EMR
Business Analytics using Redshift
Cost Optimization

Optimize return on
advertising expenditure

Bid Optimization

Drive qualified users to
advertiser’s sites
• Ad server logs
• 3rd party data

• Bid history
• User history

• Impressions
• 3rd party data
Amazon Redshift

• User history
• Enrichment
Architecture Templates for Common Patterns

aws.amazon.com/architecture
Affine uses AWS for Contextual Targeting

OUR

CUSTOMERS BID ON VIDEO AD
INVENTORY IN REAL TIME AND OUR
SYSTEM
MUST
EVALUATE
THE
CONTENT THEY'RE SPONSORING AND
RESPOND WITH A DECISION IN LESS
THAN 50MS.
ROUTE 53’S LATENCY BASED
ROUTING LETS US EASILY RUN
MULTIPLE STACKS OF OUR WHOLE
TARGETING PLATFORM IN EACH AWS
REGION SO WE CAN MEET OUR
CUSTOMERS LATENCY NEEDS.

-- Jonathan Dodson
VP Engineering

Respond in
less than 50ms

Delivers certainty to
Advertisers and Agencies
Lamborghini uses AWS for Dynamic Webapps

Reduced time to
market to near Zero

Reduced
infrastructure
costs by 50%
Razorfish Uses AWS for Big Data Processing

100 machine cluster
created on demand
3.5 billion records per day
71 million unique cookies
per day
1.7 Million targeted ads per
day

S3

Processing time reduced to
8 hours from 2+ days

Hadoop Cluster

Increased client Return On
Ad Spend by 500%
Kantar Media Uses AWS to Scale Quickly
Amazon Simple Queue
Service (SQS)

EDGE

SERVERS RUNNING ON

INGEST THE DATA, USE

Amazon Simple Storage
Service (S3)

EC2

SQS TO LET
Logs

WORKERS KNOW THAT DATA IS

Reports

AVAILABLE

WORKERS

PRE-PROCESS THE DATA

AND PUT IT INTO

S3

EMR THEN PROCESSES

THAT DATA,

OUTPUTTING REPORTS AND RESULTS
INTO ANOTHER

Elastic
Load
Balancer

Edge
Servers

Workers

HDFS
Cluster

S3 BUCKET
Amazon Elastic Compute
Cloud (EC2)

Need to scale to
45M+ beacon calls per day

Amazon Elastic
MapReduce
Thank you!
Ben Butler, Sr. Mgr,. Big Data, AWS
@bensbutler

aws.amazon.com/digital-marketing
aws.amazon.com/big-data
Dec 11, 2013

More Related Content

What's hot

AWS Summit London 2014 - JUST EAT - High Availability and Rapid Change
AWS Summit London 2014 - JUST EAT - High Availability and Rapid ChangeAWS Summit London 2014 - JUST EAT - High Availability and Rapid Change
AWS Summit London 2014 - JUST EAT - High Availability and Rapid Changedaniel-richardson
 
AWS Presentation
AWS PresentationAWS Presentation
AWS Presentationjlechowicz
 
AWS 101, London - September 2014
AWS 101, London - September 2014AWS 101, London - September 2014
AWS 101, London - September 2014Ian Massingham
 
Seminar Report On Amazon Web Service
Seminar Report On Amazon Web ServiceSeminar Report On Amazon Web Service
Seminar Report On Amazon Web Serviceshishupal choudhary
 
AWS Overview - Cloud for the Enterprise - AWS Enterprise Tour - SF - 2010, D...
AWS Overview  - Cloud for the Enterprise - AWS Enterprise Tour - SF - 2010, D...AWS Overview  - Cloud for the Enterprise - AWS Enterprise Tour - SF - 2010, D...
AWS Overview - Cloud for the Enterprise - AWS Enterprise Tour - SF - 2010, D...Amazon Web Services
 
Introduction to Amazon Web Services (AWS)
Introduction to Amazon Web Services (AWS)Introduction to Amazon Web Services (AWS)
Introduction to Amazon Web Services (AWS)Garvit Anand
 
Aws overview (Amazon Web Services)
Aws overview (Amazon Web Services)Aws overview (Amazon Web Services)
Aws overview (Amazon Web Services)Jatinder Randhawa
 
Preparing your IT infrastructure for thanksgiving
Preparing your IT infrastructure for thanksgivingPreparing your IT infrastructure for thanksgiving
Preparing your IT infrastructure for thanksgiving8KMiles Software Services
 
Aws 101 A walk-through the aws cloud (2013)
Aws 101  A walk-through the aws cloud (2013)Aws 101  A walk-through the aws cloud (2013)
Aws 101 A walk-through the aws cloud (2013)Martin Yan
 
Overview of AWS by Andy Jassy - SVP, AWS
Overview of AWS by Andy Jassy - SVP, AWSOverview of AWS by Andy Jassy - SVP, AWS
Overview of AWS by Andy Jassy - SVP, AWSAmazon Web Services
 
Introduction to Amazon Web Services by i2k2 Networks
Introduction to Amazon Web Services by i2k2 NetworksIntroduction to Amazon Web Services by i2k2 Networks
Introduction to Amazon Web Services by i2k2 Networksi2k2 Networks (P) Ltd.
 
AWS 101 and the benefits of Migrating to the Cloud
AWS 101 and the benefits of Migrating to the CloudAWS 101 and the benefits of Migrating to the Cloud
AWS 101 and the benefits of Migrating to the CloudCloudHesive
 
Introduction to Cloud Computing with Amazon Web Services
Introduction to Cloud Computing with Amazon Web ServicesIntroduction to Cloud Computing with Amazon Web Services
Introduction to Cloud Computing with Amazon Web ServicesAmazon Web Services
 
Expanding Your Data Center with Hybrid Cloud Infrastructure
Expanding Your Data Center with Hybrid Cloud InfrastructureExpanding Your Data Center with Hybrid Cloud Infrastructure
Expanding Your Data Center with Hybrid Cloud InfrastructureAmazon Web Services
 
Introduction to AWS Cloud Computing
Introduction to AWS Cloud ComputingIntroduction to AWS Cloud Computing
Introduction to AWS Cloud ComputingAmazon Web Services
 
AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS
AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWSAWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS
AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWSAmazon Web Services
 

What's hot (20)

AWS Summit London 2014 - JUST EAT - High Availability and Rapid Change
AWS Summit London 2014 - JUST EAT - High Availability and Rapid ChangeAWS Summit London 2014 - JUST EAT - High Availability and Rapid Change
AWS Summit London 2014 - JUST EAT - High Availability and Rapid Change
 
Aws overview
Aws overviewAws overview
Aws overview
 
AWS Presentation
AWS PresentationAWS Presentation
AWS Presentation
 
AWS 101, London - September 2014
AWS 101, London - September 2014AWS 101, London - September 2014
AWS 101, London - September 2014
 
AWS overview
AWS overviewAWS overview
AWS overview
 
Seminar Report On Amazon Web Service
Seminar Report On Amazon Web ServiceSeminar Report On Amazon Web Service
Seminar Report On Amazon Web Service
 
AWS Overview - Cloud for the Enterprise - AWS Enterprise Tour - SF - 2010, D...
AWS Overview  - Cloud for the Enterprise - AWS Enterprise Tour - SF - 2010, D...AWS Overview  - Cloud for the Enterprise - AWS Enterprise Tour - SF - 2010, D...
AWS Overview - Cloud for the Enterprise - AWS Enterprise Tour - SF - 2010, D...
 
Introduction to Amazon Web Services (AWS)
Introduction to Amazon Web Services (AWS)Introduction to Amazon Web Services (AWS)
Introduction to Amazon Web Services (AWS)
 
Aws overview (Amazon Web Services)
Aws overview (Amazon Web Services)Aws overview (Amazon Web Services)
Aws overview (Amazon Web Services)
 
Preparing your IT infrastructure for thanksgiving
Preparing your IT infrastructure for thanksgivingPreparing your IT infrastructure for thanksgiving
Preparing your IT infrastructure for thanksgiving
 
Aws 101 A walk-through the aws cloud (2013)
Aws 101  A walk-through the aws cloud (2013)Aws 101  A walk-through the aws cloud (2013)
Aws 101 A walk-through the aws cloud (2013)
 
Overview of AWS by Andy Jassy - SVP, AWS
Overview of AWS by Andy Jassy - SVP, AWSOverview of AWS by Andy Jassy - SVP, AWS
Overview of AWS by Andy Jassy - SVP, AWS
 
Introduction to Amazon Web Services by i2k2 Networks
Introduction to Amazon Web Services by i2k2 NetworksIntroduction to Amazon Web Services by i2k2 Networks
Introduction to Amazon Web Services by i2k2 Networks
 
AWS 101 and the benefits of Migrating to the Cloud
AWS 101 and the benefits of Migrating to the CloudAWS 101 and the benefits of Migrating to the Cloud
AWS 101 and the benefits of Migrating to the Cloud
 
Introduction to Cloud Computing with Amazon Web Services
Introduction to Cloud Computing with Amazon Web ServicesIntroduction to Cloud Computing with Amazon Web Services
Introduction to Cloud Computing with Amazon Web Services
 
What is AWS?
What is AWS?What is AWS?
What is AWS?
 
Expanding Your Data Center with Hybrid Cloud Infrastructure
Expanding Your Data Center with Hybrid Cloud InfrastructureExpanding Your Data Center with Hybrid Cloud Infrastructure
Expanding Your Data Center with Hybrid Cloud Infrastructure
 
Introduction to AWS Cloud Computing
Introduction to AWS Cloud ComputingIntroduction to AWS Cloud Computing
Introduction to AWS Cloud Computing
 
AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS
AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWSAWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS
AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS
 
AWS for Wicked Rugby
AWS for Wicked RugbyAWS for Wicked Rugby
AWS for Wicked Rugby
 

Viewers also liked

Amazon Web Services (AWS) Marketing Plan Analysis
Amazon Web Services (AWS) Marketing Plan AnalysisAmazon Web Services (AWS) Marketing Plan Analysis
Amazon Web Services (AWS) Marketing Plan Analysisjewellynnz
 
B2B content, website, and lead generation programs planning workshop
B2B content, website, and lead generation programs planning workshopB2B content, website, and lead generation programs planning workshop
B2B content, website, and lead generation programs planning workshopScott Armstrong
 
Second CRM Partner Programme
Second CRM Partner ProgrammeSecond CRM Partner Programme
Second CRM Partner ProgrammeMohandeep Singh
 
Marseille 2017 FTTH Conference Main Programm "Service Delivery in a 3-Layer-O...
Marseille 2017 FTTH Conference Main Programm "Service Delivery in a 3-Layer-O...Marseille 2017 FTTH Conference Main Programm "Service Delivery in a 3-Layer-O...
Marseille 2017 FTTH Conference Main Programm "Service Delivery in a 3-Layer-O...Igor Brusic
 
Cisco Visual Networking Index (VNI) Global Mobile Data Traffic Forecast for 2...
Cisco Visual Networking Index (VNI) Global Mobile Data Traffic Forecast for 2...Cisco Visual Networking Index (VNI) Global Mobile Data Traffic Forecast for 2...
Cisco Visual Networking Index (VNI) Global Mobile Data Traffic Forecast for 2...Oscar Romano
 
Containers 101 - CloudCamp London
Containers 101 - CloudCamp LondonContainers 101 - CloudCamp London
Containers 101 - CloudCamp LondonEd Hoppitt
 
Cisco Visual Networking Index and VNI Service Adoption 2014–2019 - Argentina
Cisco Visual Networking Index and VNI Service Adoption 2014–2019 - ArgentinaCisco Visual Networking Index and VNI Service Adoption 2014–2019 - Argentina
Cisco Visual Networking Index and VNI Service Adoption 2014–2019 - ArgentinaOscar Romano
 
Marseille 2017 FTTH Conference Workshop "Revenues from Passive Network and fr...
Marseille 2017 FTTH Conference Workshop "Revenues from Passive Network and fr...Marseille 2017 FTTH Conference Workshop "Revenues from Passive Network and fr...
Marseille 2017 FTTH Conference Workshop "Revenues from Passive Network and fr...Igor Brusic
 
Amazon API Gateway
Amazon API GatewayAmazon API Gateway
Amazon API GatewayMark Bate
 
Big data & Digital Marketing
Big data & Digital MarketingBig data & Digital Marketing
Big data & Digital MarketingKarthik Bharath
 
Digital Marketing Class: Big data
Digital Marketing Class: Big dataDigital Marketing Class: Big data
Digital Marketing Class: Big dataAlex Brown
 
Optimizing Your Web Traffic: Turning Data and Insight into Actionable Market...
Optimizing Your  Web Traffic: Turning Data and Insight into Actionable Market...Optimizing Your  Web Traffic: Turning Data and Insight into Actionable Market...
Optimizing Your Web Traffic: Turning Data and Insight into Actionable Market...Alex Harris
 
How Google, Amazon and Facebook are Changing Digital Marketing
How Google, Amazon and Facebook are Changing Digital MarketingHow Google, Amazon and Facebook are Changing Digital Marketing
How Google, Amazon and Facebook are Changing Digital MarketingBill Wagner
 
Containers - Transforming the data centre as we know it 2016
Containers - Transforming the data centre as we know it 2016Containers - Transforming the data centre as we know it 2016
Containers - Transforming the data centre as we know it 2016Keith Lynch
 
Tips For Building Private Cloud Architecture With Virtualization
Tips For Building Private Cloud Architecture With Virtualization Tips For Building Private Cloud Architecture With Virtualization
Tips For Building Private Cloud Architecture With Virtualization Aventis Systems, Inc.
 
Aur-Dikhao-Amazon-Digital Campiagn
Aur-Dikhao-Amazon-Digital CampiagnAur-Dikhao-Amazon-Digital Campiagn
Aur-Dikhao-Amazon-Digital Campiagnsuyog patole
 
How Machine Learning is Shaping Digital Marketing
How Machine Learning is Shaping Digital MarketingHow Machine Learning is Shaping Digital Marketing
How Machine Learning is Shaping Digital Marketingindico data
 

Viewers also liked (20)

Amazon Web Services (AWS) Marketing Plan Analysis
Amazon Web Services (AWS) Marketing Plan AnalysisAmazon Web Services (AWS) Marketing Plan Analysis
Amazon Web Services (AWS) Marketing Plan Analysis
 
B2B content, website, and lead generation programs planning workshop
B2B content, website, and lead generation programs planning workshopB2B content, website, and lead generation programs planning workshop
B2B content, website, and lead generation programs planning workshop
 
Second CRM Partner Programme
Second CRM Partner ProgrammeSecond CRM Partner Programme
Second CRM Partner Programme
 
Marseille 2017 FTTH Conference Main Programm "Service Delivery in a 3-Layer-O...
Marseille 2017 FTTH Conference Main Programm "Service Delivery in a 3-Layer-O...Marseille 2017 FTTH Conference Main Programm "Service Delivery in a 3-Layer-O...
Marseille 2017 FTTH Conference Main Programm "Service Delivery in a 3-Layer-O...
 
Cisco Visual Networking Index (VNI) Global Mobile Data Traffic Forecast for 2...
Cisco Visual Networking Index (VNI) Global Mobile Data Traffic Forecast for 2...Cisco Visual Networking Index (VNI) Global Mobile Data Traffic Forecast for 2...
Cisco Visual Networking Index (VNI) Global Mobile Data Traffic Forecast for 2...
 
Containers 101 - CloudCamp London
Containers 101 - CloudCamp LondonContainers 101 - CloudCamp London
Containers 101 - CloudCamp London
 
Cisco Visual Networking Index and VNI Service Adoption 2014–2019 - Argentina
Cisco Visual Networking Index and VNI Service Adoption 2014–2019 - ArgentinaCisco Visual Networking Index and VNI Service Adoption 2014–2019 - Argentina
Cisco Visual Networking Index and VNI Service Adoption 2014–2019 - Argentina
 
Marseille 2017 FTTH Conference Workshop "Revenues from Passive Network and fr...
Marseille 2017 FTTH Conference Workshop "Revenues from Passive Network and fr...Marseille 2017 FTTH Conference Workshop "Revenues from Passive Network and fr...
Marseille 2017 FTTH Conference Workshop "Revenues from Passive Network and fr...
 
Amazon API Gateway
Amazon API GatewayAmazon API Gateway
Amazon API Gateway
 
Big data & Digital Marketing
Big data & Digital MarketingBig data & Digital Marketing
Big data & Digital Marketing
 
Digital Marketing Class: Big data
Digital Marketing Class: Big dataDigital Marketing Class: Big data
Digital Marketing Class: Big data
 
Big Data of Digital Awesomeness
Big Data of Digital AwesomenessBig Data of Digital Awesomeness
Big Data of Digital Awesomeness
 
Getting Started with AWS IoT
Getting Started with AWS IoTGetting Started with AWS IoT
Getting Started with AWS IoT
 
Optimizing Your Web Traffic: Turning Data and Insight into Actionable Market...
Optimizing Your  Web Traffic: Turning Data and Insight into Actionable Market...Optimizing Your  Web Traffic: Turning Data and Insight into Actionable Market...
Optimizing Your Web Traffic: Turning Data and Insight into Actionable Market...
 
How Google, Amazon and Facebook are Changing Digital Marketing
How Google, Amazon and Facebook are Changing Digital MarketingHow Google, Amazon and Facebook are Changing Digital Marketing
How Google, Amazon and Facebook are Changing Digital Marketing
 
Containers - Transforming the data centre as we know it 2016
Containers - Transforming the data centre as we know it 2016Containers - Transforming the data centre as we know it 2016
Containers - Transforming the data centre as we know it 2016
 
Tips For Building Private Cloud Architecture With Virtualization
Tips For Building Private Cloud Architecture With Virtualization Tips For Building Private Cloud Architecture With Virtualization
Tips For Building Private Cloud Architecture With Virtualization
 
Aur-Dikhao-Amazon-Digital Campiagn
Aur-Dikhao-Amazon-Digital CampiagnAur-Dikhao-Amazon-Digital Campiagn
Aur-Dikhao-Amazon-Digital Campiagn
 
Pres eraa
Pres eraaPres eraa
Pres eraa
 
How Machine Learning is Shaping Digital Marketing
How Machine Learning is Shaping Digital MarketingHow Machine Learning is Shaping Digital Marketing
How Machine Learning is Shaping Digital Marketing
 

Similar to AWS Webcast - Power your Digital Marketing Strategy with Amazon Web Services

AWS Webinar - Dynamo DB + Redshift 13_09_19
AWS Webinar - Dynamo DB + Redshift 13_09_19AWS Webinar - Dynamo DB + Redshift 13_09_19
AWS Webinar - Dynamo DB + Redshift 13_09_19Amazon Web Services
 
Design for Scale - Building Real Time, High Performing Marketing Technology p...
Design for Scale - Building Real Time, High Performing Marketing Technology p...Design for Scale - Building Real Time, High Performing Marketing Technology p...
Design for Scale - Building Real Time, High Performing Marketing Technology p...Amazon Web Services
 
Introducing Database Offerings on AWS - Technical 101
Introducing Database Offerings on AWS - Technical 101Introducing Database Offerings on AWS - Technical 101
Introducing Database Offerings on AWS - Technical 101Amazon Web Services
 
[よくわかるAmazon Redshift]Amazon Redshift最新情報と導入事例のご紹介
[よくわかるAmazon Redshift]Amazon Redshift最新情報と導入事例のご紹介[よくわかるAmazon Redshift]Amazon Redshift最新情報と導入事例のご紹介
[よくわかるAmazon Redshift]Amazon Redshift最新情報と導入事例のご紹介Amazon Web Services Japan
 
Cloud First: New Architecture for New Infrastructure
Cloud First: New Architecture for New InfrastructureCloud First: New Architecture for New Infrastructure
Cloud First: New Architecture for New InfrastructureAmazon Web Services
 
Amazon Redshift, Customer Acquisition Cost & Advertising ROI presented with A...
Amazon Redshift, Customer Acquisition Cost & Advertising ROI presented with A...Amazon Redshift, Customer Acquisition Cost & Advertising ROI presented with A...
Amazon Redshift, Customer Acquisition Cost & Advertising ROI presented with A...Amazon Web Services
 
Getting Started with Amazon Redshift
Getting Started with Amazon RedshiftGetting Started with Amazon Redshift
Getting Started with Amazon RedshiftAmazon Web Services
 
Getting Started with Amazon Redshift
Getting Started with Amazon RedshiftGetting Started with Amazon Redshift
Getting Started with Amazon RedshiftAmazon Web Services
 
Getting Started with Managed Database Services on AWS
Getting Started with Managed Database Services on AWSGetting Started with Managed Database Services on AWS
Getting Started with Managed Database Services on AWSAmazon Web Services
 
Deep Dive on Amazon RDS (May 2016)
Deep Dive on Amazon RDS (May 2016)Deep Dive on Amazon RDS (May 2016)
Deep Dive on Amazon RDS (May 2016)Julien SIMON
 
AWS Cloud Kata | Manila - Getting to Scale on AWS
AWS Cloud Kata | Manila - Getting to Scale on AWSAWS Cloud Kata | Manila - Getting to Scale on AWS
AWS Cloud Kata | Manila - Getting to Scale on AWSAmazon Web Services
 
Migrating to Amazon RDS with Database Migration Service
Migrating to Amazon RDS with Database Migration ServiceMigrating to Amazon RDS with Database Migration Service
Migrating to Amazon RDS with Database Migration ServiceAmazon Web Services
 
[よくわかるAmazon Redshift in 大阪]Amazon Redshift最新情報と導入事例のご紹介
[よくわかるAmazon Redshift in 大阪]Amazon Redshift最新情報と導入事例のご紹介[よくわかるAmazon Redshift in 大阪]Amazon Redshift最新情報と導入事例のご紹介
[よくわかるAmazon Redshift in 大阪]Amazon Redshift最新情報と導入事例のご紹介Amazon Web Services Japan
 
Getting Started with AWS Compute Services
Getting Started with AWS Compute ServicesGetting Started with AWS Compute Services
Getting Started with AWS Compute ServicesAmazon Web Services
 
Migrating to Amazon RDS with Database Migration Service
Migrating to Amazon RDS with Database Migration ServiceMigrating to Amazon RDS with Database Migration Service
Migrating to Amazon RDS with Database Migration ServiceAmazon Web Services
 
찾아가는 AWS 세미나(구로,가산,판교) - AWS 기반 빅데이터 활용 방법 (김일호 솔루션즈 아키텍트)
찾아가는 AWS 세미나(구로,가산,판교) - AWS 기반 빅데이터 활용 방법 (김일호 솔루션즈 아키텍트)찾아가는 AWS 세미나(구로,가산,판교) - AWS 기반 빅데이터 활용 방법 (김일호 솔루션즈 아키텍트)
찾아가는 AWS 세미나(구로,가산,판교) - AWS 기반 빅데이터 활용 방법 (김일호 솔루션즈 아키텍트)Amazon Web Services Korea
 
Getting Started with Amazon Redshift
Getting Started with Amazon RedshiftGetting Started with Amazon Redshift
Getting Started with Amazon RedshiftAmazon Web Services
 
Data & Analytics - Session 2 - Introducing Amazon Redshift
Data & Analytics - Session 2 - Introducing Amazon RedshiftData & Analytics - Session 2 - Introducing Amazon Redshift
Data & Analytics - Session 2 - Introducing Amazon RedshiftAmazon Web Services
 

Similar to AWS Webcast - Power your Digital Marketing Strategy with Amazon Web Services (20)

AWS Webinar - Dynamo DB + Redshift 13_09_19
AWS Webinar - Dynamo DB + Redshift 13_09_19AWS Webinar - Dynamo DB + Redshift 13_09_19
AWS Webinar - Dynamo DB + Redshift 13_09_19
 
Design for Scale - Building Real Time, High Performing Marketing Technology p...
Design for Scale - Building Real Time, High Performing Marketing Technology p...Design for Scale - Building Real Time, High Performing Marketing Technology p...
Design for Scale - Building Real Time, High Performing Marketing Technology p...
 
Introducing Database Offerings on AWS - Technical 101
Introducing Database Offerings on AWS - Technical 101Introducing Database Offerings on AWS - Technical 101
Introducing Database Offerings on AWS - Technical 101
 
[よくわかるAmazon Redshift]Amazon Redshift最新情報と導入事例のご紹介
[よくわかるAmazon Redshift]Amazon Redshift最新情報と導入事例のご紹介[よくわかるAmazon Redshift]Amazon Redshift最新情報と導入事例のご紹介
[よくわかるAmazon Redshift]Amazon Redshift最新情報と導入事例のご紹介
 
Cloud First: New Architecture for New Infrastructure
Cloud First: New Architecture for New InfrastructureCloud First: New Architecture for New Infrastructure
Cloud First: New Architecture for New Infrastructure
 
Amazon Redshift, Customer Acquisition Cost & Advertising ROI presented with A...
Amazon Redshift, Customer Acquisition Cost & Advertising ROI presented with A...Amazon Redshift, Customer Acquisition Cost & Advertising ROI presented with A...
Amazon Redshift, Customer Acquisition Cost & Advertising ROI presented with A...
 
Getting Started with Amazon Redshift
Getting Started with Amazon RedshiftGetting Started with Amazon Redshift
Getting Started with Amazon Redshift
 
Getting Started with Amazon Redshift
Getting Started with Amazon RedshiftGetting Started with Amazon Redshift
Getting Started with Amazon Redshift
 
Getting Started with Managed Database Services on AWS
Getting Started with Managed Database Services on AWSGetting Started with Managed Database Services on AWS
Getting Started with Managed Database Services on AWS
 
Amazon RDS Deep Dive
Amazon RDS Deep DiveAmazon RDS Deep Dive
Amazon RDS Deep Dive
 
Deep Dive on Amazon RDS (May 2016)
Deep Dive on Amazon RDS (May 2016)Deep Dive on Amazon RDS (May 2016)
Deep Dive on Amazon RDS (May 2016)
 
AWS Cloud Kata | Manila - Getting to Scale on AWS
AWS Cloud Kata | Manila - Getting to Scale on AWSAWS Cloud Kata | Manila - Getting to Scale on AWS
AWS Cloud Kata | Manila - Getting to Scale on AWS
 
Migrating to Amazon RDS with Database Migration Service
Migrating to Amazon RDS with Database Migration ServiceMigrating to Amazon RDS with Database Migration Service
Migrating to Amazon RDS with Database Migration Service
 
[よくわかるAmazon Redshift in 大阪]Amazon Redshift最新情報と導入事例のご紹介
[よくわかるAmazon Redshift in 大阪]Amazon Redshift最新情報と導入事例のご紹介[よくわかるAmazon Redshift in 大阪]Amazon Redshift最新情報と導入事例のご紹介
[よくわかるAmazon Redshift in 大阪]Amazon Redshift最新情報と導入事例のご紹介
 
Getting Started with AWS Compute Services
Getting Started with AWS Compute ServicesGetting Started with AWS Compute Services
Getting Started with AWS Compute Services
 
Migrating to Amazon RDS with Database Migration Service
Migrating to Amazon RDS with Database Migration ServiceMigrating to Amazon RDS with Database Migration Service
Migrating to Amazon RDS with Database Migration Service
 
찾아가는 AWS 세미나(구로,가산,판교) - AWS 기반 빅데이터 활용 방법 (김일호 솔루션즈 아키텍트)
찾아가는 AWS 세미나(구로,가산,판교) - AWS 기반 빅데이터 활용 방법 (김일호 솔루션즈 아키텍트)찾아가는 AWS 세미나(구로,가산,판교) - AWS 기반 빅데이터 활용 방법 (김일호 솔루션즈 아키텍트)
찾아가는 AWS 세미나(구로,가산,판교) - AWS 기반 빅데이터 활용 방법 (김일호 솔루션즈 아키텍트)
 
Getting Started with Amazon Redshift
Getting Started with Amazon RedshiftGetting Started with Amazon Redshift
Getting Started with Amazon Redshift
 
Data & Analytics - Session 2 - Introducing Amazon Redshift
Data & Analytics - Session 2 - Introducing Amazon RedshiftData & Analytics - Session 2 - Introducing Amazon Redshift
Data & Analytics - Session 2 - Introducing Amazon Redshift
 
Aws summit 2014 redshift
Aws summit 2014 redshiftAws summit 2014 redshift
Aws summit 2014 redshift
 

More from Amazon Web Services

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Amazon Web Services
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Amazon Web Services
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateAmazon Web Services
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSAmazon Web Services
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Amazon Web Services
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Amazon Web Services
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...Amazon Web Services
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsAmazon Web Services
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareAmazon Web Services
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSAmazon Web Services
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAmazon Web Services
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareAmazon Web Services
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWSAmazon Web Services
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckAmazon Web Services
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without serversAmazon Web Services
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...Amazon Web Services
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceAmazon Web Services
 

More from Amazon Web Services (20)

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS Fargate
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWS
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
 
Computer Vision con AWS
Computer Vision con AWSComputer Vision con AWS
Computer Vision con AWS
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatare
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e web
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWS
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch Deck
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
 
Fundraising Essentials
Fundraising EssentialsFundraising Essentials
Fundraising Essentials
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container Service
 

Recently uploaded

Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 

Recently uploaded (20)

Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 

AWS Webcast - Power your Digital Marketing Strategy with Amazon Web Services

  • 1. Power your Digital Marketing Strategy with AWS Ben Butler, Sr. Mgr,. Big Data, AWS @bensbutler Dec 11, 2013
  • 2. Digital Marketing on AWS Overview of AWS and Digital Marketing workloads Amazon DynamoDB Amazon Redshift Ad Serving and Real Time Bidding • Use cases • Architectures Digital Marketing Customer Success Stories
  • 3. Why Companies Use AWS • • • Business o Faster time to market o Iterate features faster because you’re not building/managing undifferentiated “plumbing”. Very important in the rapidly changing digital advertising ecosystem. Operational o Add new datacenters in minutes or hours (e.g. burst or geographic expansion) o Locality: Many companies in the Real Time Bidding ecosystem are on AWS Financial o Pay only for what you use, when you use it o Avoid large Capex expense for geographic or local expansion
  • 4. What Digital Marketing Companies Use AWS for Ad Serving Infrastructure Ad Servers Exchanges, DSPs, SSPs Data Management Platforms Interactive Campaigns and Microsites Product websites Social networking campaigns Games and contests High Performance Computing & Big Data Ad analytics Ad server log processing Business Intelligence
  • 5. AWS Global Infrastructure 9 Regions 25 Availability Zones 42+ Edge Locations Continuous Expansion
  • 6. Solving Problems for Organizations Around the World
  • 7. AWS Service Overview Deployment & Administration Application Services Compute Storage Networking AWS Global Infrastructure Database
  • 8. Compute Services Amazon EC2 Auto Scaling Elastic Load Balancing Elastic Virtual servers in the cloud Automated scaling of EC2 capacity Dynamic traffic distribution EC2 Actual
  • 9. Big Data Services Amazon EMR (Elastic Map Reduce) Amazon Redshift AWS Data Pipeline Hosted Hadoop framework Petabyte-scale data warehouse service Move data among AWS services and onpremises data sources
  • 10. Database and Application Services Amazon RDS Amazon DynamoDB Amazon CloudFront CDN Amazon CloudSearch Managed relational database service Managed NoSQL database service distribute content globally, fast Managed search engine service DBA
  • 11. Storage Services Amazon EBS Amazon S3 Amazon Glacier AWS Storage Gateway Block storage for use with Amazon EC2 Internet scale storage via API Storage for archiving and backup Integrates on-premises IT and AWS storage S3, Glacier EBS Images Videos Files Binaries Snapshots Images Videos Files Binaries Snapshots
  • 14. NoSQL Database Predictable performance Amazon DynamoDB Seamless & massive scalability Fully managed; zero admin
  • 15. Amazon’s Path to DynamoDB DynamoDB RDBMS
  • 17. Amazon DynamoDB DEVS OPS USERS Fast Application Development Time to Build New Applications • • • • Flexible data models Simple API High-scale queries Laptop development
  • 19. Provisioned Throughput request-based capacity provisioning model Throughput is declared and updated via the API or the console CreateTable (foo, reads/sec = 100, writes/sec = 150) UpdateTable (foo, reads/sec=10000, writes/sec=4500) DynamoDB handles the rest Capacity is reserved and available when needed Scaling-up triggers repartitioning and reallocation No impact to performance or availability
  • 21. WRITES Replicated continuously to 3 AZ’s Persisted to disk (custom SSD) READS Strongly or eventually consistent No latency trade-off
  • 23. Data Warehousing the AWS way Deploy Easy to provision Pay as you go, no up front costs Fast, cheap, easy to use SQL
  • 24. Digital marketing and advertising use cases • Customer acquisition – – Ad spend Traffic sources JDBC/ODBC DynamoDB • Customer behavior – – – • Clickstream Referrals, sharing Actions taken Lifetime value – – Conversions Churn rate Amazon Redshift Amazon S3 Amazon RDS Amazon EMR
  • 25. Amazon Redshift architecture • – – – • SQL endpoint Stores metadata Coordinates query execution 10 GigE (HPC) Compute Nodes – – – – • JDBC/ODBC Leader Node Local, columnar storage Execute queries in parallel Load, backup, restore via Amazon S3 Parallel load from Amazon DynamoDB Single node version available Ingestion Backup Restore
  • 26. Amazon Redshift runs on optimized hardware HS1.8XL: 128 GB RAM, 16 Cores, 24 Spindles, 16 TB compressed user storage, 2 GB/sec scan rate HS1.XL: 16 GB RAM, 2 Cores, 3 Spindles, 2 TB compressed customer storage • Optimized for I/O intensive workloads • High disk density • Runs in HPC - fast network • HS1.8XL available on Amazon EC2
  • 27. Amazon Redshift parallelizes and distributes everything • • • • Query Load Backup/Restore Resize
  • 28. Amazon Redshift parallelizes and distributes everything • • • • Query Load Backup/Restore Resize • Load in parallel from Amazon S3 or Amazon DynamoDB • Columnar storage, automatic compression • Data automatically distributed and sorted according to DDL • Scales linearly with number of nodes
  • 29. Amazon Redshift parallelizes and distributes everything • • • • Query Load Backup/Restore Resize • Backups to Amazon S3 are automatic, continuous and incremental • Configurable system snapshot retention period • Take user snapshots on-demand • Streaming restores enable you to resume querying faster
  • 30. Amazon Redshift parallelizes and distributes everything • • • • Query Load Backup/Restore Resize • Resize while remaining online • Provision a new cluster in the background • Copy data in parallel from node to node • Only charged for source cluster
  • 31. Amazon Redshift parallelizes and distributes everything • • • • Query Load Backup/Restore Resize • Automatic SQL endpoint switchover via DNS • Decommission the source cluster • Simple operation via AWS Console or API
  • 32. Amazon Redshift lets you start small and grow big Extra Large Node (HS1.XL) 3 spindles, 2 TB, 16 GB RAM, 2 cores Single Node (2 TB) Cluster 2-32 Nodes (4 TB – 64 TB) Note: Nodes not to scale Eight Extra Large Node (HS1.8XL) 24 spindles, 16 TB, 128 GB RAM, 16 cores, 10 GigE Cluster 2-100 Nodes (32 TB – 1.6 PB)
  • 33. Amazon Redshift is easy to use • Provision in minutes • Monitor query performance • Point and click resize • Built in security • Automatic backups
  • 35. Ad Servers Profiles Database EC2 DynamoDB ad request ad url visitor 1. 2. 3. 4. Visitor loads a web page Web page issues a request to ad servers on EC2 Query to DynamoDB returns the ad to display Link is returned to visitor
  • 37. Ad Servers Profiles Database EC2 DynamoDB 20 ms Request network transit bid request bid response Queues and Buffer Ads … DynamoDB Bidder RTB platform Response network transit 20 ms Profiles Contingency time buffer Decision on best ad and bid price based on optimization that needs multiple data look-ups 20 ms 40 ms
  • 39. Ad Servers Profiles Database ad request ad url Elastic Load Balancing EC2 (MAZ) DynamoDB Optimize for scale, elasticity, and availability • Multi-AZ: maintain EC2 capacity in multiple availability zones • Auto Scaling: scale EC2 capacity to automatically manage variations in workload • Elastic Load Balancing: automatically distribute incoming traffic across multiple EC2 instances visitor
  • 40. Profiles Database Ad Servers ad request ad url Elastic Load Balancing EC2 (MAZ) DynamoDB Static Repository Files advertisement visitor impression logs CloudFront Amazon S3 1. Ad files are downloaded from CloudFront 2. Impressions captured into logs on S3
  • 41. Profiles Database Ad Servers ad request ad url Elastic Load Balancing EC2 (MAZ) DynamoDB Static Repository Files advertisement impression logs visitor click through requests CloudFront Elastic Load Balancing Amazon S3 Click-through Servers click through log files EC2 (MAZ) Click-through requests are captured via EC2 into log files and persisted on S3
  • 43. Profiles Database Ad Servers ad request updated profiles ad url Elastic Load Balancing EC2 (MAZ) new requests DynamoDB new bids Static Repository Files Redshift advertisement impression logs visitor CloudFront ETL Amazon S3 unstructured log files click through requests Elastic Load Balancing Click-through Servers click through log files EC2 (MAZ) Amazon EMR
  • 44. Business Analytics using Redshift Cost Optimization Optimize return on advertising expenditure Bid Optimization Drive qualified users to advertiser’s sites • Ad server logs • 3rd party data • Bid history • User history • Impressions • 3rd party data Amazon Redshift • User history • Enrichment
  • 45. Architecture Templates for Common Patterns aws.amazon.com/architecture
  • 46. Affine uses AWS for Contextual Targeting OUR CUSTOMERS BID ON VIDEO AD INVENTORY IN REAL TIME AND OUR SYSTEM MUST EVALUATE THE CONTENT THEY'RE SPONSORING AND RESPOND WITH A DECISION IN LESS THAN 50MS. ROUTE 53’S LATENCY BASED ROUTING LETS US EASILY RUN MULTIPLE STACKS OF OUR WHOLE TARGETING PLATFORM IN EACH AWS REGION SO WE CAN MEET OUR CUSTOMERS LATENCY NEEDS. -- Jonathan Dodson VP Engineering Respond in less than 50ms Delivers certainty to Advertisers and Agencies
  • 47. Lamborghini uses AWS for Dynamic Webapps Reduced time to market to near Zero Reduced infrastructure costs by 50%
  • 48. Razorfish Uses AWS for Big Data Processing 100 machine cluster created on demand 3.5 billion records per day 71 million unique cookies per day 1.7 Million targeted ads per day S3 Processing time reduced to 8 hours from 2+ days Hadoop Cluster Increased client Return On Ad Spend by 500%
  • 49. Kantar Media Uses AWS to Scale Quickly Amazon Simple Queue Service (SQS) EDGE SERVERS RUNNING ON INGEST THE DATA, USE Amazon Simple Storage Service (S3) EC2 SQS TO LET Logs WORKERS KNOW THAT DATA IS Reports AVAILABLE WORKERS PRE-PROCESS THE DATA AND PUT IT INTO S3 EMR THEN PROCESSES THAT DATA, OUTPUTTING REPORTS AND RESULTS INTO ANOTHER Elastic Load Balancer Edge Servers Workers HDFS Cluster S3 BUCKET Amazon Elastic Compute Cloud (EC2) Need to scale to 45M+ beacon calls per day Amazon Elastic MapReduce
  • 50. Thank you! Ben Butler, Sr. Mgr,. Big Data, AWS @bensbutler aws.amazon.com/digital-marketing aws.amazon.com/big-data Dec 11, 2013