SlideShare a Scribd company logo
Application Monitoring in a Post-Server World: Why Data Context is Critical
2Confidential ©2008-15 New Relic, Inc. All rights reserved.
The Decline of the Server
▪ Containerization
▪ Docker
▪ Amazon ECS
▪ Zero config infrastructure-less compute
▪ AWS Lambda
©2008-15 New Relic, Inc. All rights reserved.
Lessons learned from Docker
©2008-15 New Relic, Inc. All rights reserved.
Docker is the app’s lightweight VM
Long livedShort lived
VM
Amazon
EC2
©2008-15 New Relic, Inc. All rights reserved.
6
Well, that was surprising
Confidential ©2008-15 New Relic, Inc. All rights reserved.
49
ACCOUNTS USING DOCKER
IN LAST 24 HOURS
9,974
CONTAINERS REPORTING IN
IN LAST 24 HOURS
©2008-15 New Relic, Inc. All rights reserved.
7
Apparent usage
Confidential ©2008-15 New Relic, Inc. All rights reserved.
Long livedShort lived
Amazon
EC2
VM
©2008-15 New Relic, Inc. All rights reserved.
8
Along came New Relic Synthetics…
Confidential ©2008-15 New Relic, Inc. All rights reserved.
▪ Test external availability and performance
▪ User authored selenium scripts run in our data center
▪ Each run in its own container for security isolation
▪ Most run for under a minute
©2008-15 New Relic, Inc. All rights reserved.
9
Disposable compute container
Confidential ©2008-15 New Relic, Inc. All rights reserved.
Long livedShort lived
VM
Amazon
EC2
AWS
Lambda
©2008-15 New Relic, Inc. All rights reserved.
What the heck’s going on?
Confidential ©2008-15 New Relic, Inc. All rights reserved.
Long livedShort lived
? ? ?
VM
Amazon
EC2
AWS
Lambda
©2008-15 New Relic, Inc. All rights reserved.
We’re Data Nerds!
Confidential ©2008-15 New Relic, Inc. All rights reserved.©2008-15 New Relic, Inc. All rights reserved.
Docker container age, count vs. hours
10
0
10
K
1
M
3.7
M
83 days 333 days
©2008-15 New Relic, Inc. All rights reserved.
Docker container age, count vs. hours
10
0
10
K
1
M
3.7
M
VM’ish
©2008-15 New Relic, Inc. All rights reserved.
Docker container age, count vs. hours
Confidential ©2008-15 New Relic, Inc. All rights reserved.
10
0
10
K
1
M
3.7
M
EC2’ish
©2008-15 New Relic, Inc. All rights reserved.
Docker container age, count vs. hours
Confidential ©2008-15 New Relic, Inc. All rights reserved.
10
0
10
K
1
M
3.7
M
Lambda’ish
©2008-15 New Relic, Inc. All rights reserved.
Container age, by hour under 24 hours
Confidential ©2008-15 New Relic, Inc. All rights reserved.
3,741,000
46% under one hour
©2008-15 New Relic, Inc. All rights reserved.
Container age, by minute under an hour
Confidential ©2008-15 New Relic, Inc. All rights reserved.
950,000
11% under one minute
©2008-15 New Relic, Inc. All rights reserved.
Container age, by minute under an hour
Confidential ©2008-15 New Relic, Inc. All rights reserved.
27% under 5 minutes
(versus a VM?)
©2008-15 New Relic, Inc. All rights reserved.
A surprising result
Confidential ©2008-15 New Relic, Inc. All rights reserved.
Long livedShort lived
VMVM
Amazon
EC2
AWS
Lambda
©2008-15 New Relic, Inc. All rights reserved.
June versus now: 5x data, same shape
Confidential ©2008-15 New Relic, Inc. All rights reserved.©2008-15 New Relic, Inc. All rights reserved.
The evolution of computation as a service
Short startup time (orders mag.) allows very short lived computing
Containers only exist, and only for as long, as they provide value.
Full stop.
Containers are created Do their work Go away
©2008-15 New Relic, Inc. All rights reserved.
Elements of monitoring computation as a service
▪ A mere list of instances doesn’t scale, nor help
▪ De-provisioned containers still contribute to knowledge
▪ Raw metrics just table stakes
▪ Context matters to identify computational intent
©2008-15 New Relic, Inc. All rights reserved.
Monitoring servers
©2008-15 New Relic, Inc. All rights reserved.
Monitoring computation
©2008-15 New Relic, Inc. All rights reserved.
Low friction install
New Relic AWS EC2 Beta addresses
Confidential ©2008-15 New Relic, Inc. All rights reserved.
Managing the dynamic
nature of AWS
Managing the scale
of AWS
©2008-15 New Relic, Inc. All rights reserved.
Increased visibility
Application Monitoring
Server Monitoring
EC2 AWS Metadata
©2008-15 New Relic, Inc. All rights reserved.
SaaS to SaaS monitoring, under one minute
©2008-15 New Relic, Inc. All rights reserved.
Dynamic management
Provides AWS status
Maintains accurate EC2 list
Detects blind spots
Shows instance state
©2008-15 New Relic, Inc. All rights reserved.
Context via tags and metadata as labels
AWS
metadata
AWS
custom tags
©2008-15 New Relic, Inc. All rights reserved.
EC2 instance name
AWS metadata
Custom label
Customer example
©2008-15 New Relic, Inc. All rights reserved.
New Relic by instance type
Selected label
Instance count
Health status
©2008-15 New Relic, Inc. All rights reserved.
New Relic by availability zone
©2008-15 New Relic, Inc. All rights reserved.
New Relic by instance type in us-east-1
©2008-15 New Relic, Inc. All rights reserved.
Confidential ©2008-15 New Relic, Inc. All rights reserved.
Future requirements for monitoring tools
The obvious ones
Should
handle
scale
Should handle
dynamic lifecycle
of resources
The less obvious ones
It’s a big data
problem
Ops needs ways of
quickly pivoting and
drilling in
Deeper understanding
requires analytics
(raw metrics not enough)
©2008-15 New Relic, Inc. All rights reserved.
We all love… … and yet
Common AWS scenarios
No large infrastructure build out
Quickly provision
Scale out to meet demand
Am I under-provisioned?
Am I over-provisioned?
How well am I responding
to demand?
©2008-15 New Relic, Inc. All rights reserved.
Prototype examples
of Analytics
Application and Server metrics
Enriched with context from AWS
As New Relic Insights events
©2008-15 New Relic, Inc. All rights reserved.
Detecting under-provisioned
Hmm, that’s bad
The smoking gun Aha!
©2008-15 New Relic, Inc. All rights reserved.
Detecting over-provisioned
Hmm, that’s too good
Aha!That’s a waste
©2008-15 New Relic, Inc. All rights reserved.
Evaluating availability elasticity
Through scale out
But never
de-provisioned
Response time
settles back
Increased load
©2008-15 New Relic, Inc. All rights reserved.
The Ultimate AWS control panel
Confidential ©2008-15 New Relic, Inc. All rights reserved.
RESOURCES CUSTOMER EXPERIENCE COST
©2008-15 New Relic, Inc. All rights reserved.
newrelic.com/aws
Sign up for Beta notification
AWS Monitoring resources
Demo videos
Come by the booth!
Application Monitoring in a Post-Server World: Why Data Context is Critical

More Related Content

PPTX
Application Monitoring in a Post-Server World: Why Data Context is Critical
PDF
All the Ops: DataOps with GitOps for Streaming data on Kafka and Kubernetes
PDF
From Docker Straight to AWS
PPTX
White rabbit game cloud deployment architecture
PDF
AWS re:Invent re:Cap 2019: My ElasticSearch Journey on AWS
PDF
Ford's AWS Service Update - March 2020 (Richmond AWS User Group)
PPTX
Mtbc cloud ehr
PDF
An Introduction to OpenStack Heat
Application Monitoring in a Post-Server World: Why Data Context is Critical
All the Ops: DataOps with GitOps for Streaming data on Kafka and Kubernetes
From Docker Straight to AWS
White rabbit game cloud deployment architecture
AWS re:Invent re:Cap 2019: My ElasticSearch Journey on AWS
Ford's AWS Service Update - March 2020 (Richmond AWS User Group)
Mtbc cloud ehr
An Introduction to OpenStack Heat

What's hot (15)

PDF
OpenStack Heat slides
PDF
Nils Mohr & Jake Pearce - 100 years of flight data at British Airways. Past, ...
PPTX
Eric Williams (Rackspace) - Using Heat on OpenStack
PDF
Migrating Monolithic Applications with the Strangler Pattern
PPTX
Automating Application over OpenStack using Workflows
PPTX
AWS Containerization
PDF
AWS Update from AWS User Group UK July Meetup
PPTX
Vitalii Korzh - "Exciting Migrations"
PPTX
OpenStack Orchestration with Heat
PPTX
Reinvent recap
PDF
From metal to service 100% automation with Apache CloudStack and Ansible - ...
PPTX
Serverless Apps with Open Whisk
PDF
CI&CD on AWS - Meetup Roma Oct 2016
PPTX
OpenStack Orchestration (Heat)
PDF
Learn about AWS Certifications - Andrew May, Columbus
OpenStack Heat slides
Nils Mohr & Jake Pearce - 100 years of flight data at British Airways. Past, ...
Eric Williams (Rackspace) - Using Heat on OpenStack
Migrating Monolithic Applications with the Strangler Pattern
Automating Application over OpenStack using Workflows
AWS Containerization
AWS Update from AWS User Group UK July Meetup
Vitalii Korzh - "Exciting Migrations"
OpenStack Orchestration with Heat
Reinvent recap
From metal to service 100% automation with Apache CloudStack and Ansible - ...
Serverless Apps with Open Whisk
CI&CD on AWS - Meetup Roma Oct 2016
OpenStack Orchestration (Heat)
Learn about AWS Certifications - Andrew May, Columbus
Ad

Viewers also liked (12)

PDF
In-production Application Quality Monitoring
PDF
DevOps Toolbox: Application monitoring and insights
PDF
[Nuxeo World 2013] Workshop - Monitoring your Application
PDF
Splunk Beyond application monitoring PDF
PDF
SaaS Security Programs: Build What You Seek
PPTX
Track Welcome: New Relic 101 [FutureStack16]
PDF
Application Monitoring Tools
PPTX
Multi-Platform Application Monitoring
PDF
5 Best Practices for Monitoring Hive and MapReduce Application Performance
PPTX
Do DevOps Right with New Relic
PDF
Visual Design with Data
PDF
Build Features, Not Apps
In-production Application Quality Monitoring
DevOps Toolbox: Application monitoring and insights
[Nuxeo World 2013] Workshop - Monitoring your Application
Splunk Beyond application monitoring PDF
SaaS Security Programs: Build What You Seek
Track Welcome: New Relic 101 [FutureStack16]
Application Monitoring Tools
Multi-Platform Application Monitoring
5 Best Practices for Monitoring Hive and MapReduce Application Performance
Do DevOps Right with New Relic
Visual Design with Data
Build Features, Not Apps
Ad

Similar to Application Monitoring in a Post-Server World: Why Data Context is Critical (13)

PPTX
Webinar - Life's Too Short for Cloud without Analytics
PDF
Building A System That Never Stops [FutureStack16 NYC]
PDF
Requirements of monitoring cloud apps & infrastructure (webinar)
PPTX
Monitor your Client-Side with AWS, Containers, and New Relic
PPTX
Best Practices for Measuring your Code Pipeline
PPTX
Show Me (where I'm spending) The Money
PDF
New Relic Infrastructure - New Integrations For Smarter and Faster Cloud Adop...
PPTX
Monitoring the Dynamic Nature of Cloud Computing
PDF
Building a System That Never Stops New Relic at Scale
PDF
Enterprise Cloud Adoption Strategies
PDF
Aws container services overview
PDF
CMP376 - Another Week, Another Million Containers on Amazon EC2
PPTX
Intro to Multidimensional Kubernetes Monitoring
Webinar - Life's Too Short for Cloud without Analytics
Building A System That Never Stops [FutureStack16 NYC]
Requirements of monitoring cloud apps & infrastructure (webinar)
Monitor your Client-Side with AWS, Containers, and New Relic
Best Practices for Measuring your Code Pipeline
Show Me (where I'm spending) The Money
New Relic Infrastructure - New Integrations For Smarter and Faster Cloud Adop...
Monitoring the Dynamic Nature of Cloud Computing
Building a System That Never Stops New Relic at Scale
Enterprise Cloud Adoption Strategies
Aws container services overview
CMP376 - Another Week, Another Million Containers on Amazon EC2
Intro to Multidimensional Kubernetes Monitoring

More from New Relic (20)

PPTX
7 Tips & Tricks to Having Happy Customers at Scale
PPTX
7 Tips & Tricks to Having Happy Customers at Scale
PDF
New Relic University at Future Stack Tokyo 2019
PDF
FutureStack Tokyo 19 -[事例講演]株式会社リクルートライフスタイル:年間9300万件以上のサロン予約を支えるホットペッパービューティ...
PDF
FutureStack Tokyo 19 -[New Relic テクニカル講演]モニタリングと可視化がデジタルトランスフォーメーションを救う! - サ...
PDF
FutureStack Tokyo 19 -[特別講演]システム開発によろこびと驚きの連鎖を
PDF
FutureStack Tokyo 19 -[パートナー講演]アマゾン ウェブ サービス ジャパン株式会社: New Relicを活用したAWSへのアプリ...
PDF
FutureStack Tokyo 19_インサイトとデータを組織の力にする_株式会社ドワンゴ 池田 明啓 氏
PPTX
Three Monitoring Mistakes and How to Avoid Them
PDF
FS18 Chicago Keynote
PDF
SRE-iously
PDF
10 Things You Can Do With New Relic - Number 9 Will Shock You
PDF
Ground Rules for Code Reviews
PPTX
Understanding Microservice Latency for DevOps Teams: An Introduction to New R...
PPTX
Monitor all your Kubernetes and EKS stack with New Relic
PPTX
Host for the Most: Cloud Cost Optimization
PPTX
New Relic Infrastructure in the Real World: AWS
PPTX
Best Practices for Measuring your Code Pipeline
PPTX
Top Three Mistakes People Make with Monitoring
PPTX
Kubernetes in the Wild: Best Practices for Monitoring
7 Tips & Tricks to Having Happy Customers at Scale
7 Tips & Tricks to Having Happy Customers at Scale
New Relic University at Future Stack Tokyo 2019
FutureStack Tokyo 19 -[事例講演]株式会社リクルートライフスタイル:年間9300万件以上のサロン予約を支えるホットペッパービューティ...
FutureStack Tokyo 19 -[New Relic テクニカル講演]モニタリングと可視化がデジタルトランスフォーメーションを救う! - サ...
FutureStack Tokyo 19 -[特別講演]システム開発によろこびと驚きの連鎖を
FutureStack Tokyo 19 -[パートナー講演]アマゾン ウェブ サービス ジャパン株式会社: New Relicを活用したAWSへのアプリ...
FutureStack Tokyo 19_インサイトとデータを組織の力にする_株式会社ドワンゴ 池田 明啓 氏
Three Monitoring Mistakes and How to Avoid Them
FS18 Chicago Keynote
SRE-iously
10 Things You Can Do With New Relic - Number 9 Will Shock You
Ground Rules for Code Reviews
Understanding Microservice Latency for DevOps Teams: An Introduction to New R...
Monitor all your Kubernetes and EKS stack with New Relic
Host for the Most: Cloud Cost Optimization
New Relic Infrastructure in the Real World: AWS
Best Practices for Measuring your Code Pipeline
Top Three Mistakes People Make with Monitoring
Kubernetes in the Wild: Best Practices for Monitoring

Recently uploaded (20)

PPTX
IB Computer Science - Internal Assessment.pptx
PDF
Lecture1 pattern recognition............
PPTX
Leprosy and NLEP programme community medicine
PPTX
The THESIS FINAL-DEFENSE-PRESENTATION.pptx
PPTX
SAP 2 completion done . PRESENTATION.pptx
PPTX
Introduction to Basics of Ethical Hacking and Penetration Testing -Unit No. 1...
PPTX
oil_refinery_comprehensive_20250804084928 (1).pptx
PDF
Galatica Smart Energy Infrastructure Startup Pitch Deck
PPTX
Introduction to Knowledge Engineering Part 1
PDF
Optimise Shopper Experiences with a Strong Data Estate.pdf
PDF
Transcultural that can help you someday.
PPT
Predictive modeling basics in data cleaning process
PPTX
Computer network topology notes for revision
PPTX
AI Strategy room jwfjksfksfjsjsjsjsjfsjfsj
PDF
Capcut Pro Crack For PC Latest Version {Fully Unlocked 2025}
PPT
Quality review (1)_presentation of this 21
PPTX
Managing Community Partner Relationships
PPTX
Database Infoormation System (DBIS).pptx
PPTX
MODULE 8 - DISASTER risk PREPAREDNESS.pptx
PDF
Introduction to Data Science and Data Analysis
IB Computer Science - Internal Assessment.pptx
Lecture1 pattern recognition............
Leprosy and NLEP programme community medicine
The THESIS FINAL-DEFENSE-PRESENTATION.pptx
SAP 2 completion done . PRESENTATION.pptx
Introduction to Basics of Ethical Hacking and Penetration Testing -Unit No. 1...
oil_refinery_comprehensive_20250804084928 (1).pptx
Galatica Smart Energy Infrastructure Startup Pitch Deck
Introduction to Knowledge Engineering Part 1
Optimise Shopper Experiences with a Strong Data Estate.pdf
Transcultural that can help you someday.
Predictive modeling basics in data cleaning process
Computer network topology notes for revision
AI Strategy room jwfjksfksfjsjsjsjsjfsjfsj
Capcut Pro Crack For PC Latest Version {Fully Unlocked 2025}
Quality review (1)_presentation of this 21
Managing Community Partner Relationships
Database Infoormation System (DBIS).pptx
MODULE 8 - DISASTER risk PREPAREDNESS.pptx
Introduction to Data Science and Data Analysis

Application Monitoring in a Post-Server World: Why Data Context is Critical

  • 2. 2Confidential ©2008-15 New Relic, Inc. All rights reserved.
  • 3. The Decline of the Server ▪ Containerization ▪ Docker ▪ Amazon ECS ▪ Zero config infrastructure-less compute ▪ AWS Lambda ©2008-15 New Relic, Inc. All rights reserved.
  • 4. Lessons learned from Docker ©2008-15 New Relic, Inc. All rights reserved.
  • 5. Docker is the app’s lightweight VM Long livedShort lived VM Amazon EC2 ©2008-15 New Relic, Inc. All rights reserved.
  • 6. 6 Well, that was surprising Confidential ©2008-15 New Relic, Inc. All rights reserved. 49 ACCOUNTS USING DOCKER IN LAST 24 HOURS 9,974 CONTAINERS REPORTING IN IN LAST 24 HOURS ©2008-15 New Relic, Inc. All rights reserved.
  • 7. 7 Apparent usage Confidential ©2008-15 New Relic, Inc. All rights reserved. Long livedShort lived Amazon EC2 VM ©2008-15 New Relic, Inc. All rights reserved.
  • 8. 8 Along came New Relic Synthetics… Confidential ©2008-15 New Relic, Inc. All rights reserved. ▪ Test external availability and performance ▪ User authored selenium scripts run in our data center ▪ Each run in its own container for security isolation ▪ Most run for under a minute ©2008-15 New Relic, Inc. All rights reserved.
  • 9. 9 Disposable compute container Confidential ©2008-15 New Relic, Inc. All rights reserved. Long livedShort lived VM Amazon EC2 AWS Lambda ©2008-15 New Relic, Inc. All rights reserved.
  • 10. What the heck’s going on? Confidential ©2008-15 New Relic, Inc. All rights reserved. Long livedShort lived ? ? ? VM Amazon EC2 AWS Lambda ©2008-15 New Relic, Inc. All rights reserved.
  • 11. We’re Data Nerds! Confidential ©2008-15 New Relic, Inc. All rights reserved.©2008-15 New Relic, Inc. All rights reserved.
  • 12. Docker container age, count vs. hours 10 0 10 K 1 M 3.7 M 83 days 333 days ©2008-15 New Relic, Inc. All rights reserved.
  • 13. Docker container age, count vs. hours 10 0 10 K 1 M 3.7 M VM’ish ©2008-15 New Relic, Inc. All rights reserved.
  • 14. Docker container age, count vs. hours Confidential ©2008-15 New Relic, Inc. All rights reserved. 10 0 10 K 1 M 3.7 M EC2’ish ©2008-15 New Relic, Inc. All rights reserved.
  • 15. Docker container age, count vs. hours Confidential ©2008-15 New Relic, Inc. All rights reserved. 10 0 10 K 1 M 3.7 M Lambda’ish ©2008-15 New Relic, Inc. All rights reserved.
  • 16. Container age, by hour under 24 hours Confidential ©2008-15 New Relic, Inc. All rights reserved. 3,741,000 46% under one hour ©2008-15 New Relic, Inc. All rights reserved.
  • 17. Container age, by minute under an hour Confidential ©2008-15 New Relic, Inc. All rights reserved. 950,000 11% under one minute ©2008-15 New Relic, Inc. All rights reserved.
  • 18. Container age, by minute under an hour Confidential ©2008-15 New Relic, Inc. All rights reserved. 27% under 5 minutes (versus a VM?) ©2008-15 New Relic, Inc. All rights reserved.
  • 19. A surprising result Confidential ©2008-15 New Relic, Inc. All rights reserved. Long livedShort lived VMVM Amazon EC2 AWS Lambda ©2008-15 New Relic, Inc. All rights reserved.
  • 20. June versus now: 5x data, same shape Confidential ©2008-15 New Relic, Inc. All rights reserved.©2008-15 New Relic, Inc. All rights reserved.
  • 21. The evolution of computation as a service Short startup time (orders mag.) allows very short lived computing Containers only exist, and only for as long, as they provide value. Full stop. Containers are created Do their work Go away ©2008-15 New Relic, Inc. All rights reserved.
  • 22. Elements of monitoring computation as a service ▪ A mere list of instances doesn’t scale, nor help ▪ De-provisioned containers still contribute to knowledge ▪ Raw metrics just table stakes ▪ Context matters to identify computational intent ©2008-15 New Relic, Inc. All rights reserved.
  • 23. Monitoring servers ©2008-15 New Relic, Inc. All rights reserved.
  • 24. Monitoring computation ©2008-15 New Relic, Inc. All rights reserved.
  • 25. Low friction install New Relic AWS EC2 Beta addresses Confidential ©2008-15 New Relic, Inc. All rights reserved. Managing the dynamic nature of AWS Managing the scale of AWS ©2008-15 New Relic, Inc. All rights reserved.
  • 26. Increased visibility Application Monitoring Server Monitoring EC2 AWS Metadata ©2008-15 New Relic, Inc. All rights reserved.
  • 27. SaaS to SaaS monitoring, under one minute ©2008-15 New Relic, Inc. All rights reserved.
  • 28. Dynamic management Provides AWS status Maintains accurate EC2 list Detects blind spots Shows instance state ©2008-15 New Relic, Inc. All rights reserved.
  • 29. Context via tags and metadata as labels AWS metadata AWS custom tags ©2008-15 New Relic, Inc. All rights reserved.
  • 30. EC2 instance name AWS metadata Custom label Customer example ©2008-15 New Relic, Inc. All rights reserved.
  • 31. New Relic by instance type Selected label Instance count Health status ©2008-15 New Relic, Inc. All rights reserved.
  • 32. New Relic by availability zone ©2008-15 New Relic, Inc. All rights reserved.
  • 33. New Relic by instance type in us-east-1 ©2008-15 New Relic, Inc. All rights reserved.
  • 34. Confidential ©2008-15 New Relic, Inc. All rights reserved. Future requirements for monitoring tools The obvious ones Should handle scale Should handle dynamic lifecycle of resources The less obvious ones It’s a big data problem Ops needs ways of quickly pivoting and drilling in Deeper understanding requires analytics (raw metrics not enough) ©2008-15 New Relic, Inc. All rights reserved.
  • 35. We all love… … and yet Common AWS scenarios No large infrastructure build out Quickly provision Scale out to meet demand Am I under-provisioned? Am I over-provisioned? How well am I responding to demand? ©2008-15 New Relic, Inc. All rights reserved.
  • 36. Prototype examples of Analytics Application and Server metrics Enriched with context from AWS As New Relic Insights events ©2008-15 New Relic, Inc. All rights reserved.
  • 37. Detecting under-provisioned Hmm, that’s bad The smoking gun Aha! ©2008-15 New Relic, Inc. All rights reserved.
  • 38. Detecting over-provisioned Hmm, that’s too good Aha!That’s a waste ©2008-15 New Relic, Inc. All rights reserved.
  • 39. Evaluating availability elasticity Through scale out But never de-provisioned Response time settles back Increased load ©2008-15 New Relic, Inc. All rights reserved.
  • 40. The Ultimate AWS control panel Confidential ©2008-15 New Relic, Inc. All rights reserved. RESOURCES CUSTOMER EXPERIENCE COST ©2008-15 New Relic, Inc. All rights reserved.
  • 41. newrelic.com/aws Sign up for Beta notification AWS Monitoring resources Demo videos Come by the booth!