SlideShare a Scribd company logo
1 of 46
August 1st 2018
#73PRESENTS
Sponsors
What’s On Tonight
6:00 pm
1. AWS Rekognition
“Automating Video Editing with Amazon Rekognition” - John Rotenstein
6:20 pm
2. CloudHealth
“Managing Cost through Reservation Management” - Richard Economides
6:40 pm
Break
Have some pizza & beer, on us!
7:20 pm
3. PagerDuty
“Harness the noise, Evolve with confidence” - David Ridge
7:40 pm Networking
Presentation 1
John Rotenstein
Technology Consultant
“Automated Video Editing with Amazon Rekognition”
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
John Rotenstein (jorote@amazon.com)
Technical Trainer, Amazon Web Services
Automated Video Editing with
Amazon Rekognition
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Three examples of Amazon Rekognition with…
Still Images Video Files Streaming
Video
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
1. Detecting faces in still images
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Loop: Capture an image & draw rectangles
while(True):
# Capture frame
frame = capture.read()...
# Resize image for faster rekognition
image = capture.resize(frame, 0.15, ...)
# Detect faces in image
faces = rekognition.detect_faces(Image={'Bytes':image}, ...)
# Draw rectangle around faces
for face in faces['FaceDetails']:
is_smiling = face['Smile']['Value']
draw_rectangle(image, face['BoundingBox'], is_smiling)
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Attributes returned by DetectFaces()
{
"FaceDetails": [ {
"AgeRange": {"High"..."Low"...},
"Beard": {...},
"BoundingBox": {"Height".."Left".."Top".."Width"..},
"Eyeglasses": {...},
"EyesOpen": {...},
"Gender": {...},
"MouthOpen": {...},
"Mustache": {...},
"Smile": {...},
"Sunglasses": {...}
] }
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
2. Using Amazon Rekognition on Video Files
Find a person,
make a video of
just them
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Create a Collection & Load Faces
$ aws rekognition create-collection
--collection-id trainers
$ aws rekognition index-faces
--collection-id trainers
--image "S3Object={Bucket=mybucket,Name=john.jpg}"
--external-image-id John
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Search for faces
$ aws rekognition start-face-search
--video "S3Object={Bucket=...,Name=trainers.mp4}”
--collection-id trainers
$ aws rekognition get-face-search --job-id...
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
DetectFaces() returns Timestamps and Faces
{ "Persons": [
{
"Timestamp": 7360,
"FaceMatches": [
{
"Face": {
"ExternalImageId": "John",
"Confidence": 99.99750518798828 ...}
}
],
},
{
"Timestamp": 7560,
...
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Clip Stitching with Amazon Elastic Transcoder
Timestamps:
[99800, 99840, 100000, 100040, ...]
Convert into individual scene start/end times:
[(99800, 101480), (127520, 131760), ...]
Convert into clips for Amazon Elastic Transcoder:
[
{'Key': 'trainers.mp4',
'TimeSpan': {'StartTime': '99.8', 'Duration': '1.68'}},
{'Key': 'trainers.mp4',
'TimeSpan': {StartTime': '127.52’, 'Duration': '4.24'}},
...
]
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Result:
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
3. Open a door with your face (Rekognition Streaming)
+ =
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Architecture diagram
Live Camera
Amazon Kinesis
Video Streams
Amazon Rekognition
Video
Face collection
1. Camera-captured video
streams are processed by
Kinesis Video Streams
2. Rekognition Video
analyses the video and
searches faces on screen
against a collection of
millions of faces
IoT thing
lightbulb
AWS Lambda Amazon Kinesis
Streams
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Thank You
John Rotenstein
jorote@amazon.com
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Want to Know More?
Talk to an AWS Team Member
Presentation 2
Richard Economides
Technology Consultant
“Managing Cost through Reservation Management”
Cloud Service Management
Modeling and Managing Reservations
Richard Economides
reconomides@cloudhealthtech.com
www.linkedin.com/in/richard-economides-50764622/
2 © 2018 CLOUDHEALTH
®
TECHNOLOGIES INC.
VisibilityOptimisationGovernance
Define tagging taxonomy &
reporting requirements
Initial Cost & usage reporting
Rightsizing information
gathering & discovery
Wasted cost analysis
(identification)
Define financial management
policies
Phase 1
Onboarding
Reporting on RI utilization
Trending and forecast analysis
Rightsizing baselining &
Analysis (EC2 & EBS)
Reserved instance
procurement
Configuration policies
(Tagging compliance)
Operational management
policies (identify and terminate
zombie infrastructure)
Phase 2
Optimisations
Financial reporting (chargeback
& Budget tracking)
Container cost analysis and
showback
Rightsizing business workflow
On-going RI analysis and
procurement
Data Centre migration
Notify on Budget and cost
variance
Introduce smart workload
scheduling
Phase 3
Self Governing Cloud
Defining a Cost Optimisation Strategy
3 © 2018 CLOUDHEALTH
®
TECHNOLOGIES INC.
Customer Success Stories
CloudHealth Reservation Management
“We manage a fleet of RIs worth millions; one
CloudHealth modification helped save several
thousand dollars in a week. Per year, I’d say
we’re saving hundreds of thousands.”
I have a policy setup that sends an email every
morning showing me which RIs aren’t being
utilised properly. We only use Convertible
Reservations, and this email triggers me to log in to
AWS and make an exchange for a different instance
type.
— Charmaine Honeycutt,
Systems Administrator
“
“
“
“
— Brent Strong, Manager of
Cloud Engineering & Operations
4 © 2018 CLOUDHEALTH
®
TECHNOLOGIES INC.
• On-demand hourly discount
• Three purchasing options: All Upfront, Partial Upfront, No Upfront
• 1 or 3 year terms
• Can be modified in
limited ways
Think Vouchers - Not Instances
What Are EC2 Reserved Instances?
Offer Type Commitment Discount Range
No Upfront 1 Year 27%–50%
Partial Upfront 1 Year 32%–53%
All Upfront 1 Year 34%–53%
No Upfront 3 Year 32%-55%
Partial Upfront 3 Year 38%-74%
All Upfront 3 Year 38%-75%
5 © 2018 CLOUDHEALTH
®
TECHNOLOGIES INC.
When to Use Standard vs Convertible Reservations
Standard Reservations Convertible Reservations
• When you want the biggest possible
discount on reservations, but in exchange
are willing to accept less flexibility in
changes
• When you only want to make a one year
commitment
• When you are willing to pay slightly more to
have significantly more flexibility in changes
to Reservations
• When you are willing to make a 3 year
commitment
6 © 2018 CLOUDHEALTH
®
TECHNOLOGIES INC.
• Understand Cost and Usage patterns, opportunities for
Reservations and on-going auditing
• Reservation Procurement
▪ Producing an Optimized Reservation quote
• Ongoing Operations and Automation
▪ Modifying Reservations
▪ Automated Governance (Underutilized Reservation &
Expiring Reservations)
Reservation Lifecycle through CloudHealth
Demonstration
7 © 2018 CLOUDHEALTH
®
TECHNOLOGIES INC.
Learn More About Amazon Reserved Instances
Download our free eBook:
The Ultimate Guide to Amazon EC2 Reserved
Instances
http://bit.ly/maximizeRI
8 © 2018 CLOUDHEALTH
®
TECHNOLOGIES INC.
Analysis is critical to an optimal purchase
Include an operational framework for the purchase and
ongoing management of Reservations
Reservations is only one aspect of Optimizations
Contact CloudHealth today for a Free Trial
https://go.cloudhealthtech.com/free-trial-
signup?ref=footer
Key Take Aways
Thank You
Richard Economides
Break & Networking
• Refresh your drink
• Grab some pizza
• Make new contacts
• Enter the prize draw!
Presentation 3
David Ridge
Solutions Consultant
“Harness the noise, Evolve with Confidence”
Harness the Noise, Evolve with Confidence
David Ridge
Solutions Consultant
Digital Evolution is On-going
PROPRIETARY & CONFIDENTIAL 5
Platform for Action
Harness Digital Data Make Sense of Data Respond & Engage Teams Analyze & Learn
Incident
Containers
Social
Network
Microservices
Security
Apps & Services
Servers
Database
Cloud
Incident
Incident
Incident
Incident
Harness the Noise
6
millions of events
Deduplication & Filtering
10-90% reduction
Suppression
50-90% reduction
Routing
50-70% reduction
Alert Correlation
25-90% reduction
Handful of actionable
incidents
Triage Resolve PreventMobilize
98% event noise
reduction via
multi-stage process
7
Real-time
Intelligent
Alert Correlation
7
5% free
Real-time
Incident Correlation
Alert Correlation
for
Previous Similar Incidents
World’s Most Successful Companies Trust PagerDuty
FINANCIAL RETAIL MEDIA TECH HEALTHCARE TELCO INTERNET
12
https://www.pagerduty.com/connect/sydney/
Draw Prize
This weeks winner is :
Thanks For Coming
Join Us Next Month – September 5th 2018
Presentations from
&
>> Register @ http://www.meetup.com/AWS-Sydney/ <<

More Related Content

What's hot

Build Smarter Enterprise Apps with AI, AR & VR on AWS
Build Smarter Enterprise Apps with AI, AR & VR on AWSBuild Smarter Enterprise Apps with AI, AR & VR on AWS
Build Smarter Enterprise Apps with AI, AR & VR on AWSAmazon Web Services
 
Database Freedom. Database migration approaches to get to the Cloud - Marcus ...
Database Freedom. Database migration approaches to get to the Cloud - Marcus ...Database Freedom. Database migration approaches to get to the Cloud - Marcus ...
Database Freedom. Database migration approaches to get to the Cloud - Marcus ...Amazon Web Services
 
Serverless Architectural Patterns - ServerlessDays TLV
Serverless Architectural Patterns - ServerlessDays TLVServerless Architectural Patterns - ServerlessDays TLV
Serverless Architectural Patterns - ServerlessDays TLVBoaz Ziniman
 
Crafting a Conversational Platform Strategy (AIM338) - AWS re:Invent 2018
Crafting a Conversational Platform Strategy (AIM338) - AWS re:Invent 2018Crafting a Conversational Platform Strategy (AIM338) - AWS re:Invent 2018
Crafting a Conversational Platform Strategy (AIM338) - AWS re:Invent 2018Amazon Web Services
 
Microservices Building Scalable, Discoverable Secure Services on AWS - Chris ...
Microservices Building Scalable, Discoverable Secure Services on AWS - Chris ...Microservices Building Scalable, Discoverable Secure Services on AWS - Chris ...
Microservices Building Scalable, Discoverable Secure Services on AWS - Chris ...Amazon Web Services
 
Introduction to AI
Introduction to AIIntroduction to AI
Introduction to AIBoaz Ziniman
 
Go to Market with AWS - Kevin Park - AWS TechShift ANZ 2018
Go to Market with AWS - Kevin Park - AWS TechShift ANZ 2018Go to Market with AWS - Kevin Park - AWS TechShift ANZ 2018
Go to Market with AWS - Kevin Park - AWS TechShift ANZ 2018Amazon Web Services
 
Build and Innovate with a Modern Data Architecture
Build and Innovate with a Modern Data ArchitectureBuild and Innovate with a Modern Data Architecture
Build and Innovate with a Modern Data ArchitectureAmazon Web Services
 
AWS Webinar Series - Innovating the Customer Experience with Cloud and AI
AWS Webinar Series - Innovating the Customer Experience with Cloud and AIAWS Webinar Series - Innovating the Customer Experience with Cloud and AI
AWS Webinar Series - Innovating the Customer Experience with Cloud and AIAmazon Web Services
 
How to Do it Right - Your First 90 Days - AWS Summit Sydney 2018
How to Do it Right - Your First 90 Days - AWS Summit Sydney 2018How to Do it Right - Your First 90 Days - AWS Summit Sydney 2018
How to Do it Right - Your First 90 Days - AWS Summit Sydney 2018Amazon Web Services
 
Trends in Digital Transformation (ARC212) - AWS re:Invent 2018
Trends in Digital Transformation (ARC212) - AWS re:Invent 2018Trends in Digital Transformation (ARC212) - AWS re:Invent 2018
Trends in Digital Transformation (ARC212) - AWS re:Invent 2018Amazon Web Services
 
Building the Business Case for Migrating to AWS
Building the Business Case for Migrating to AWSBuilding the Business Case for Migrating to AWS
Building the Business Case for Migrating to AWSAmazon Web Services
 
Breaking Observability Chaos: Best Practices to Monitor AWS Cloud Native Apps...
Breaking Observability Chaos: Best Practices to Monitor AWS Cloud Native Apps...Breaking Observability Chaos: Best Practices to Monitor AWS Cloud Native Apps...
Breaking Observability Chaos: Best Practices to Monitor AWS Cloud Native Apps...Amazon Web Services
 
Innovation for Everyone - AWS Transformation Days Raleigh 2018.pdf
Innovation for Everyone - AWS Transformation Days Raleigh 2018.pdfInnovation for Everyone - AWS Transformation Days Raleigh 2018.pdf
Innovation for Everyone - AWS Transformation Days Raleigh 2018.pdfAmazon Web Services
 
Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOpsBoaz Ziniman
 
Culture Eats Strategy for Breakfast
Culture Eats Strategy for BreakfastCulture Eats Strategy for Breakfast
Culture Eats Strategy for BreakfastAmazon Web Services
 
Use Amazon Rekognition to Build a Facial Recognition System
Use Amazon Rekognition to Build a Facial Recognition SystemUse Amazon Rekognition to Build a Facial Recognition System
Use Amazon Rekognition to Build a Facial Recognition SystemAmazon Web Services
 
Amazon SageMaker Ground Truth: Build High-Quality and Accurate ML Training Da...
Amazon SageMaker Ground Truth: Build High-Quality and Accurate ML Training Da...Amazon SageMaker Ground Truth: Build High-Quality and Accurate ML Training Da...
Amazon SageMaker Ground Truth: Build High-Quality and Accurate ML Training Da...Amazon Web Services
 

What's hot (20)

Build Smarter Enterprise Apps with AI, AR & VR on AWS
Build Smarter Enterprise Apps with AI, AR & VR on AWSBuild Smarter Enterprise Apps with AI, AR & VR on AWS
Build Smarter Enterprise Apps with AI, AR & VR on AWS
 
Database Freedom. Database migration approaches to get to the Cloud - Marcus ...
Database Freedom. Database migration approaches to get to the Cloud - Marcus ...Database Freedom. Database migration approaches to get to the Cloud - Marcus ...
Database Freedom. Database migration approaches to get to the Cloud - Marcus ...
 
Serverless Architectural Patterns - ServerlessDays TLV
Serverless Architectural Patterns - ServerlessDays TLVServerless Architectural Patterns - ServerlessDays TLV
Serverless Architectural Patterns - ServerlessDays TLV
 
Crafting a Conversational Platform Strategy (AIM338) - AWS re:Invent 2018
Crafting a Conversational Platform Strategy (AIM338) - AWS re:Invent 2018Crafting a Conversational Platform Strategy (AIM338) - AWS re:Invent 2018
Crafting a Conversational Platform Strategy (AIM338) - AWS re:Invent 2018
 
Microservices Building Scalable, Discoverable Secure Services on AWS - Chris ...
Microservices Building Scalable, Discoverable Secure Services on AWS - Chris ...Microservices Building Scalable, Discoverable Secure Services on AWS - Chris ...
Microservices Building Scalable, Discoverable Secure Services on AWS - Chris ...
 
Introduction to AI
Introduction to AIIntroduction to AI
Introduction to AI
 
Go to Market with AWS - Kevin Park - AWS TechShift ANZ 2018
Go to Market with AWS - Kevin Park - AWS TechShift ANZ 2018Go to Market with AWS - Kevin Park - AWS TechShift ANZ 2018
Go to Market with AWS - Kevin Park - AWS TechShift ANZ 2018
 
Build and Innovate with a Modern Data Architecture
Build and Innovate with a Modern Data ArchitectureBuild and Innovate with a Modern Data Architecture
Build and Innovate with a Modern Data Architecture
 
AWS Webinar Series - Innovating the Customer Experience with Cloud and AI
AWS Webinar Series - Innovating the Customer Experience with Cloud and AIAWS Webinar Series - Innovating the Customer Experience with Cloud and AI
AWS Webinar Series - Innovating the Customer Experience with Cloud and AI
 
How to Do it Right - Your First 90 Days - AWS Summit Sydney 2018
How to Do it Right - Your First 90 Days - AWS Summit Sydney 2018How to Do it Right - Your First 90 Days - AWS Summit Sydney 2018
How to Do it Right - Your First 90 Days - AWS Summit Sydney 2018
 
Trends in Digital Transformation (ARC212) - AWS re:Invent 2018
Trends in Digital Transformation (ARC212) - AWS re:Invent 2018Trends in Digital Transformation (ARC212) - AWS re:Invent 2018
Trends in Digital Transformation (ARC212) - AWS re:Invent 2018
 
Building the Business Case for Migrating to AWS
Building the Business Case for Migrating to AWSBuilding the Business Case for Migrating to AWS
Building the Business Case for Migrating to AWS
 
Breaking Observability Chaos: Best Practices to Monitor AWS Cloud Native Apps...
Breaking Observability Chaos: Best Practices to Monitor AWS Cloud Native Apps...Breaking Observability Chaos: Best Practices to Monitor AWS Cloud Native Apps...
Breaking Observability Chaos: Best Practices to Monitor AWS Cloud Native Apps...
 
Innovation for Everyone - AWS Transformation Days Raleigh 2018.pdf
Innovation for Everyone - AWS Transformation Days Raleigh 2018.pdfInnovation for Everyone - AWS Transformation Days Raleigh 2018.pdf
Innovation for Everyone - AWS Transformation Days Raleigh 2018.pdf
 
Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOps
 
Culture Eats Strategy for Breakfast
Culture Eats Strategy for BreakfastCulture Eats Strategy for Breakfast
Culture Eats Strategy for Breakfast
 
Amazon SageMaker
Amazon SageMakerAmazon SageMaker
Amazon SageMaker
 
Use Amazon Rekognition to Build a Facial Recognition System
Use Amazon Rekognition to Build a Facial Recognition SystemUse Amazon Rekognition to Build a Facial Recognition System
Use Amazon Rekognition to Build a Facial Recognition System
 
Amazon SageMaker Ground Truth: Build High-Quality and Accurate ML Training Da...
Amazon SageMaker Ground Truth: Build High-Quality and Accurate ML Training Da...Amazon SageMaker Ground Truth: Build High-Quality and Accurate ML Training Da...
Amazon SageMaker Ground Truth: Build High-Quality and Accurate ML Training Da...
 
Cheat your Way into the Cloud
Cheat your Way into the CloudCheat your Way into the Cloud
Cheat your Way into the Cloud
 

Similar to AWS meetup august 2018

Architecting for Real-Time Insights with Amazon Kinesis (ANT310) - AWS re:Inv...
Architecting for Real-Time Insights with Amazon Kinesis (ANT310) - AWS re:Inv...Architecting for Real-Time Insights with Amazon Kinesis (ANT310) - AWS re:Inv...
Architecting for Real-Time Insights with Amazon Kinesis (ANT310) - AWS re:Inv...Amazon Web Services
 
Overview Best Practices for Large Scale Migrations - Transformation Day Phila...
Overview Best Practices for Large Scale Migrations - Transformation Day Phila...Overview Best Practices for Large Scale Migrations - Transformation Day Phila...
Overview Best Practices for Large Scale Migrations - Transformation Day Phila...Amazon Web Services
 
Monitor All Your Things: Amazon CloudWatch in Action with BBC (DEV302) - AWS ...
Monitor All Your Things: Amazon CloudWatch in Action with BBC (DEV302) - AWS ...Monitor All Your Things: Amazon CloudWatch in Action with BBC (DEV302) - AWS ...
Monitor All Your Things: Amazon CloudWatch in Action with BBC (DEV302) - AWS ...Amazon Web Services
 
An Overview of Best Practices for Large Scale Migrations - AWS Transformation...
An Overview of Best Practices for Large Scale Migrations - AWS Transformation...An Overview of Best Practices for Large Scale Migrations - AWS Transformation...
An Overview of Best Practices for Large Scale Migrations - AWS Transformation...Amazon Web Services
 
Optimizing Costs as You Scale on AWS (ENT302) - AWS re:Invent 2018
Optimizing Costs as You Scale on AWS (ENT302) - AWS re:Invent 2018Optimizing Costs as You Scale on AWS (ENT302) - AWS re:Invent 2018
Optimizing Costs as You Scale on AWS (ENT302) - AWS re:Invent 2018Amazon Web Services
 
Best Practices for Large Scale Migrations - AWS Transformation Day Boston 2018
Best Practices for Large Scale Migrations - AWS Transformation Day Boston 2018Best Practices for Large Scale Migrations - AWS Transformation Day Boston 2018
Best Practices for Large Scale Migrations - AWS Transformation Day Boston 2018Amazon Web Services
 
Moving to DevOps the Amazon Way (DEV210-R1) - AWS re:Invent 2018
Moving to DevOps the Amazon Way (DEV210-R1) - AWS re:Invent 2018Moving to DevOps the Amazon Way (DEV210-R1) - AWS re:Invent 2018
Moving to DevOps the Amazon Way (DEV210-R1) - AWS re:Invent 2018Amazon Web Services
 
AWS Cloud Experience CA: Cómo reducir sus costos en AWS (broad cost strategy)
AWS Cloud Experience CA: Cómo reducir sus costos en AWS (broad cost strategy)AWS Cloud Experience CA: Cómo reducir sus costos en AWS (broad cost strategy)
AWS Cloud Experience CA: Cómo reducir sus costos en AWS (broad cost strategy)Amazon Web Services LATAM
 
Cost Optimisation Using Modern Cloud Architectures - AWS Summit Sydney 2018
Cost Optimisation Using Modern Cloud Architectures - AWS Summit Sydney 2018Cost Optimisation Using Modern Cloud Architectures - AWS Summit Sydney 2018
Cost Optimisation Using Modern Cloud Architectures - AWS Summit Sydney 2018Amazon Web Services
 
AWS 金融服務概覽與區塊鍊案例分享
AWS 金融服務概覽與區塊鍊案例分享AWS 金融服務概覽與區塊鍊案例分享
AWS 金融服務概覽與區塊鍊案例分享Amazon Web Services
 
Digital Transformation: Empowering People to Adapt to the Cloud
Digital Transformation: Empowering People to Adapt to the CloudDigital Transformation: Empowering People to Adapt to the Cloud
Digital Transformation: Empowering People to Adapt to the CloudAmazon Web Services
 
애드테크 플랫폼을 위한 AWS 도입 및 운영::김필중 솔루션즈 아키텍트 김석환 과장, IGAWorks::AWS Summit Seoul 2018
애드테크 플랫폼을 위한 AWS 도입 및 운영::김필중 솔루션즈 아키텍트 김석환 과장, IGAWorks::AWS Summit Seoul 2018애드테크 플랫폼을 위한 AWS 도입 및 운영::김필중 솔루션즈 아키텍트 김석환 과장, IGAWorks::AWS Summit Seoul 2018
애드테크 플랫폼을 위한 AWS 도입 및 운영::김필중 솔루션즈 아키텍트 김석환 과장, IGAWorks::AWS Summit Seoul 2018Amazon Web Services Korea
 
BDA309 Build Your First Big Data Application on AWS
BDA309 Build Your First Big Data Application on AWSBDA309 Build Your First Big Data Application on AWS
BDA309 Build Your First Big Data Application on AWSAmazon Web Services
 
Introducing Amazon SageMaker - AWS Online Tech Talks
Introducing Amazon SageMaker - AWS Online Tech TalksIntroducing Amazon SageMaker - AWS Online Tech Talks
Introducing Amazon SageMaker - AWS Online Tech TalksAmazon Web Services
 
Large Scale Migrations - Transformation Day Montreal 2018
Large Scale Migrations - Transformation Day Montreal 2018Large Scale Migrations - Transformation Day Montreal 2018
Large Scale Migrations - Transformation Day Montreal 2018Amazon Web Services
 
Your road to a Well Architected solution in the Cloud - Tel Aviv Summit 2018
Your road to a Well Architected solution in the Cloud - Tel Aviv Summit 2018Your road to a Well Architected solution in the Cloud - Tel Aviv Summit 2018
Your road to a Well Architected solution in the Cloud - Tel Aviv Summit 2018Amazon Web Services
 
Innovation Track AWS Cloud Experience Argentina - Optimizando Costos
Innovation Track AWS Cloud Experience Argentina - Optimizando CostosInnovation Track AWS Cloud Experience Argentina - Optimizando Costos
Innovation Track AWS Cloud Experience Argentina - Optimizando CostosAmazon Web Services LATAM
 
AI/ML with Data Lakes: Counterintuitive Consumer Insights in Retail (RET206) ...
AI/ML with Data Lakes: Counterintuitive Consumer Insights in Retail (RET206) ...AI/ML with Data Lakes: Counterintuitive Consumer Insights in Retail (RET206) ...
AI/ML with Data Lakes: Counterintuitive Consumer Insights in Retail (RET206) ...Amazon Web Services
 
Hitchhiker's Guide to Cloud Ops
Hitchhiker's Guide to Cloud Ops Hitchhiker's Guide to Cloud Ops
Hitchhiker's Guide to Cloud Ops Amazon Web Services
 
Optimize EC2 for Fun and Profit - SRV203 - Anaheim AWS Summit
Optimize EC2 for Fun and Profit - SRV203 - Anaheim AWS SummitOptimize EC2 for Fun and Profit - SRV203 - Anaheim AWS Summit
Optimize EC2 for Fun and Profit - SRV203 - Anaheim AWS SummitAmazon Web Services
 

Similar to AWS meetup august 2018 (20)

Architecting for Real-Time Insights with Amazon Kinesis (ANT310) - AWS re:Inv...
Architecting for Real-Time Insights with Amazon Kinesis (ANT310) - AWS re:Inv...Architecting for Real-Time Insights with Amazon Kinesis (ANT310) - AWS re:Inv...
Architecting for Real-Time Insights with Amazon Kinesis (ANT310) - AWS re:Inv...
 
Overview Best Practices for Large Scale Migrations - Transformation Day Phila...
Overview Best Practices for Large Scale Migrations - Transformation Day Phila...Overview Best Practices for Large Scale Migrations - Transformation Day Phila...
Overview Best Practices for Large Scale Migrations - Transformation Day Phila...
 
Monitor All Your Things: Amazon CloudWatch in Action with BBC (DEV302) - AWS ...
Monitor All Your Things: Amazon CloudWatch in Action with BBC (DEV302) - AWS ...Monitor All Your Things: Amazon CloudWatch in Action with BBC (DEV302) - AWS ...
Monitor All Your Things: Amazon CloudWatch in Action with BBC (DEV302) - AWS ...
 
An Overview of Best Practices for Large Scale Migrations - AWS Transformation...
An Overview of Best Practices for Large Scale Migrations - AWS Transformation...An Overview of Best Practices for Large Scale Migrations - AWS Transformation...
An Overview of Best Practices for Large Scale Migrations - AWS Transformation...
 
Optimizing Costs as You Scale on AWS (ENT302) - AWS re:Invent 2018
Optimizing Costs as You Scale on AWS (ENT302) - AWS re:Invent 2018Optimizing Costs as You Scale on AWS (ENT302) - AWS re:Invent 2018
Optimizing Costs as You Scale on AWS (ENT302) - AWS re:Invent 2018
 
Best Practices for Large Scale Migrations - AWS Transformation Day Boston 2018
Best Practices for Large Scale Migrations - AWS Transformation Day Boston 2018Best Practices for Large Scale Migrations - AWS Transformation Day Boston 2018
Best Practices for Large Scale Migrations - AWS Transformation Day Boston 2018
 
Moving to DevOps the Amazon Way (DEV210-R1) - AWS re:Invent 2018
Moving to DevOps the Amazon Way (DEV210-R1) - AWS re:Invent 2018Moving to DevOps the Amazon Way (DEV210-R1) - AWS re:Invent 2018
Moving to DevOps the Amazon Way (DEV210-R1) - AWS re:Invent 2018
 
AWS Cloud Experience CA: Cómo reducir sus costos en AWS (broad cost strategy)
AWS Cloud Experience CA: Cómo reducir sus costos en AWS (broad cost strategy)AWS Cloud Experience CA: Cómo reducir sus costos en AWS (broad cost strategy)
AWS Cloud Experience CA: Cómo reducir sus costos en AWS (broad cost strategy)
 
Cost Optimisation Using Modern Cloud Architectures - AWS Summit Sydney 2018
Cost Optimisation Using Modern Cloud Architectures - AWS Summit Sydney 2018Cost Optimisation Using Modern Cloud Architectures - AWS Summit Sydney 2018
Cost Optimisation Using Modern Cloud Architectures - AWS Summit Sydney 2018
 
AWS 金融服務概覽與區塊鍊案例分享
AWS 金融服務概覽與區塊鍊案例分享AWS 金融服務概覽與區塊鍊案例分享
AWS 金融服務概覽與區塊鍊案例分享
 
Digital Transformation: Empowering People to Adapt to the Cloud
Digital Transformation: Empowering People to Adapt to the CloudDigital Transformation: Empowering People to Adapt to the Cloud
Digital Transformation: Empowering People to Adapt to the Cloud
 
애드테크 플랫폼을 위한 AWS 도입 및 운영::김필중 솔루션즈 아키텍트 김석환 과장, IGAWorks::AWS Summit Seoul 2018
애드테크 플랫폼을 위한 AWS 도입 및 운영::김필중 솔루션즈 아키텍트 김석환 과장, IGAWorks::AWS Summit Seoul 2018애드테크 플랫폼을 위한 AWS 도입 및 운영::김필중 솔루션즈 아키텍트 김석환 과장, IGAWorks::AWS Summit Seoul 2018
애드테크 플랫폼을 위한 AWS 도입 및 운영::김필중 솔루션즈 아키텍트 김석환 과장, IGAWorks::AWS Summit Seoul 2018
 
BDA309 Build Your First Big Data Application on AWS
BDA309 Build Your First Big Data Application on AWSBDA309 Build Your First Big Data Application on AWS
BDA309 Build Your First Big Data Application on AWS
 
Introducing Amazon SageMaker - AWS Online Tech Talks
Introducing Amazon SageMaker - AWS Online Tech TalksIntroducing Amazon SageMaker - AWS Online Tech Talks
Introducing Amazon SageMaker - AWS Online Tech Talks
 
Large Scale Migrations - Transformation Day Montreal 2018
Large Scale Migrations - Transformation Day Montreal 2018Large Scale Migrations - Transformation Day Montreal 2018
Large Scale Migrations - Transformation Day Montreal 2018
 
Your road to a Well Architected solution in the Cloud - Tel Aviv Summit 2018
Your road to a Well Architected solution in the Cloud - Tel Aviv Summit 2018Your road to a Well Architected solution in the Cloud - Tel Aviv Summit 2018
Your road to a Well Architected solution in the Cloud - Tel Aviv Summit 2018
 
Innovation Track AWS Cloud Experience Argentina - Optimizando Costos
Innovation Track AWS Cloud Experience Argentina - Optimizando CostosInnovation Track AWS Cloud Experience Argentina - Optimizando Costos
Innovation Track AWS Cloud Experience Argentina - Optimizando Costos
 
AI/ML with Data Lakes: Counterintuitive Consumer Insights in Retail (RET206) ...
AI/ML with Data Lakes: Counterintuitive Consumer Insights in Retail (RET206) ...AI/ML with Data Lakes: Counterintuitive Consumer Insights in Retail (RET206) ...
AI/ML with Data Lakes: Counterintuitive Consumer Insights in Retail (RET206) ...
 
Hitchhiker's Guide to Cloud Ops
Hitchhiker's Guide to Cloud Ops Hitchhiker's Guide to Cloud Ops
Hitchhiker's Guide to Cloud Ops
 
Optimize EC2 for Fun and Profit - SRV203 - Anaheim AWS Summit
Optimize EC2 for Fun and Profit - SRV203 - Anaheim AWS SummitOptimize EC2 for Fun and Profit - SRV203 - Anaheim AWS Summit
Optimize EC2 for Fun and Profit - SRV203 - Anaheim AWS Summit
 

Recently uploaded

ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 

Recently uploaded (20)

ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 

AWS meetup august 2018

  • 3. What’s On Tonight 6:00 pm 1. AWS Rekognition “Automating Video Editing with Amazon Rekognition” - John Rotenstein 6:20 pm 2. CloudHealth “Managing Cost through Reservation Management” - Richard Economides 6:40 pm Break Have some pizza & beer, on us! 7:20 pm 3. PagerDuty “Harness the noise, Evolve with confidence” - David Ridge 7:40 pm Networking
  • 4. Presentation 1 John Rotenstein Technology Consultant “Automated Video Editing with Amazon Rekognition”
  • 5. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. John Rotenstein (jorote@amazon.com) Technical Trainer, Amazon Web Services Automated Video Editing with Amazon Rekognition
  • 6. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Three examples of Amazon Rekognition with… Still Images Video Files Streaming Video
  • 7. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. 1. Detecting faces in still images
  • 8. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Loop: Capture an image & draw rectangles while(True): # Capture frame frame = capture.read()... # Resize image for faster rekognition image = capture.resize(frame, 0.15, ...) # Detect faces in image faces = rekognition.detect_faces(Image={'Bytes':image}, ...) # Draw rectangle around faces for face in faces['FaceDetails']: is_smiling = face['Smile']['Value'] draw_rectangle(image, face['BoundingBox'], is_smiling)
  • 9. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Attributes returned by DetectFaces() { "FaceDetails": [ { "AgeRange": {"High"..."Low"...}, "Beard": {...}, "BoundingBox": {"Height".."Left".."Top".."Width"..}, "Eyeglasses": {...}, "EyesOpen": {...}, "Gender": {...}, "MouthOpen": {...}, "Mustache": {...}, "Smile": {...}, "Sunglasses": {...} ] }
  • 10. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. 2. Using Amazon Rekognition on Video Files Find a person, make a video of just them
  • 11. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Create a Collection & Load Faces $ aws rekognition create-collection --collection-id trainers $ aws rekognition index-faces --collection-id trainers --image "S3Object={Bucket=mybucket,Name=john.jpg}" --external-image-id John
  • 12. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Search for faces $ aws rekognition start-face-search --video "S3Object={Bucket=...,Name=trainers.mp4}” --collection-id trainers $ aws rekognition get-face-search --job-id...
  • 13. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. DetectFaces() returns Timestamps and Faces { "Persons": [ { "Timestamp": 7360, "FaceMatches": [ { "Face": { "ExternalImageId": "John", "Confidence": 99.99750518798828 ...} } ], }, { "Timestamp": 7560, ...
  • 14. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Clip Stitching with Amazon Elastic Transcoder Timestamps: [99800, 99840, 100000, 100040, ...] Convert into individual scene start/end times: [(99800, 101480), (127520, 131760), ...] Convert into clips for Amazon Elastic Transcoder: [ {'Key': 'trainers.mp4', 'TimeSpan': {'StartTime': '99.8', 'Duration': '1.68'}}, {'Key': 'trainers.mp4', 'TimeSpan': {StartTime': '127.52’, 'Duration': '4.24'}}, ... ]
  • 15. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Result:
  • 16. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. 3. Open a door with your face (Rekognition Streaming) + =
  • 17. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Architecture diagram Live Camera Amazon Kinesis Video Streams Amazon Rekognition Video Face collection 1. Camera-captured video streams are processed by Kinesis Video Streams 2. Rekognition Video analyses the video and searches faces on screen against a collection of millions of faces IoT thing lightbulb AWS Lambda Amazon Kinesis Streams
  • 18. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Thank You John Rotenstein jorote@amazon.com
  • 19. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Want to Know More? Talk to an AWS Team Member
  • 20. Presentation 2 Richard Economides Technology Consultant “Managing Cost through Reservation Management”
  • 21. Cloud Service Management Modeling and Managing Reservations Richard Economides reconomides@cloudhealthtech.com www.linkedin.com/in/richard-economides-50764622/
  • 22. 2 © 2018 CLOUDHEALTH ® TECHNOLOGIES INC. VisibilityOptimisationGovernance Define tagging taxonomy & reporting requirements Initial Cost & usage reporting Rightsizing information gathering & discovery Wasted cost analysis (identification) Define financial management policies Phase 1 Onboarding Reporting on RI utilization Trending and forecast analysis Rightsizing baselining & Analysis (EC2 & EBS) Reserved instance procurement Configuration policies (Tagging compliance) Operational management policies (identify and terminate zombie infrastructure) Phase 2 Optimisations Financial reporting (chargeback & Budget tracking) Container cost analysis and showback Rightsizing business workflow On-going RI analysis and procurement Data Centre migration Notify on Budget and cost variance Introduce smart workload scheduling Phase 3 Self Governing Cloud Defining a Cost Optimisation Strategy
  • 23. 3 © 2018 CLOUDHEALTH ® TECHNOLOGIES INC. Customer Success Stories CloudHealth Reservation Management “We manage a fleet of RIs worth millions; one CloudHealth modification helped save several thousand dollars in a week. Per year, I’d say we’re saving hundreds of thousands.” I have a policy setup that sends an email every morning showing me which RIs aren’t being utilised properly. We only use Convertible Reservations, and this email triggers me to log in to AWS and make an exchange for a different instance type. — Charmaine Honeycutt, Systems Administrator “ “ “ “ — Brent Strong, Manager of Cloud Engineering & Operations
  • 24. 4 © 2018 CLOUDHEALTH ® TECHNOLOGIES INC. • On-demand hourly discount • Three purchasing options: All Upfront, Partial Upfront, No Upfront • 1 or 3 year terms • Can be modified in limited ways Think Vouchers - Not Instances What Are EC2 Reserved Instances? Offer Type Commitment Discount Range No Upfront 1 Year 27%–50% Partial Upfront 1 Year 32%–53% All Upfront 1 Year 34%–53% No Upfront 3 Year 32%-55% Partial Upfront 3 Year 38%-74% All Upfront 3 Year 38%-75%
  • 25. 5 © 2018 CLOUDHEALTH ® TECHNOLOGIES INC. When to Use Standard vs Convertible Reservations Standard Reservations Convertible Reservations • When you want the biggest possible discount on reservations, but in exchange are willing to accept less flexibility in changes • When you only want to make a one year commitment • When you are willing to pay slightly more to have significantly more flexibility in changes to Reservations • When you are willing to make a 3 year commitment
  • 26. 6 © 2018 CLOUDHEALTH ® TECHNOLOGIES INC. • Understand Cost and Usage patterns, opportunities for Reservations and on-going auditing • Reservation Procurement ▪ Producing an Optimized Reservation quote • Ongoing Operations and Automation ▪ Modifying Reservations ▪ Automated Governance (Underutilized Reservation & Expiring Reservations) Reservation Lifecycle through CloudHealth Demonstration
  • 27. 7 © 2018 CLOUDHEALTH ® TECHNOLOGIES INC. Learn More About Amazon Reserved Instances Download our free eBook: The Ultimate Guide to Amazon EC2 Reserved Instances http://bit.ly/maximizeRI
  • 28. 8 © 2018 CLOUDHEALTH ® TECHNOLOGIES INC. Analysis is critical to an optimal purchase Include an operational framework for the purchase and ongoing management of Reservations Reservations is only one aspect of Optimizations Contact CloudHealth today for a Free Trial https://go.cloudhealthtech.com/free-trial- signup?ref=footer Key Take Aways
  • 30. Break & Networking • Refresh your drink • Grab some pizza • Make new contacts • Enter the prize draw!
  • 31. Presentation 3 David Ridge Solutions Consultant “Harness the noise, Evolve with Confidence”
  • 32. Harness the Noise, Evolve with Confidence David Ridge Solutions Consultant
  • 33.
  • 35.
  • 36. PROPRIETARY & CONFIDENTIAL 5 Platform for Action Harness Digital Data Make Sense of Data Respond & Engage Teams Analyze & Learn Incident Containers Social Network Microservices Security Apps & Services Servers Database Cloud Incident Incident Incident Incident
  • 37. Harness the Noise 6 millions of events Deduplication & Filtering 10-90% reduction Suppression 50-90% reduction Routing 50-70% reduction Alert Correlation 25-90% reduction Handful of actionable incidents Triage Resolve PreventMobilize 98% event noise reduction via multi-stage process
  • 40.
  • 41.
  • 43. World’s Most Successful Companies Trust PagerDuty FINANCIAL RETAIL MEDIA TECH HEALTHCARE TELCO INTERNET 12
  • 45. Draw Prize This weeks winner is :
  • 46. Thanks For Coming Join Us Next Month – September 5th 2018 Presentations from & >> Register @ http://www.meetup.com/AWS-Sydney/ <<