SlideShare a Scribd company logo
Cost Optimisation on AWS
ianmas@amazon.com
@IanMmmm
Ian Massingham — Technical Evangelist
How to make your funding go further
LOWER COSTS WITH THE AWS CLOUD
2 31 4
Replace up-front
capital expense with
low variable cost
Save more money as
you grow bigger
Economies of scale
allow AWS to continually
lower costs
Pricing model choice
to support variable &
stable workloads
LOWER COSTS THAN ON-PREMISES
On-Premises

Traditional

Data Centre
On-Premises

Virtualised

Data Centre
AWS
CAPEX
CAPEX
OPEX
OPEX
OPEX
Cost savings from running
internal IT more efficiently
Cost savings from moving
to a cloud provider
AWS Scale
• Multiple new data centres built each year

• Volume purchasing, highly automated
supply chain optimisation

Utilisation fundamentally higher in the AWS
Cloud
• Aggregating non-correlated workloads,
scale, spot market

Amazon specific hardware designs 

• OEM acquisition of custom servers and
networking equipment

• Direct purchasing of memory, disk & CPU

• AWS controlled hypervisor and network
protocol layers
AWS PRICING PHILOSOPHY
More AWS
Usage
More
Infrastructure
More
Customers
Lower
Infrastructure
Costs
Economies of
Scale
Reduced
Prices
Ecosystem

Global Footprint

New Features

New Services
Infrastructure

Innovation
47PRICE
REDUCTIONS
We pass the savings along to our
customers in the form of low
prices and continuous reductions
Flipboard Example: Handling objection AWS gets expensive as you grow big…
COST OPTIMISATION TIPS & TRICKS
1. CHOSE THE RIGHT INSTANCE TYPES
Choose an instance 

that best meets your basic
requirements
Start with memory & then
choose closest virtual cores
Assess peak IOPS storage
requirements
Run multiple instances 

in multiple Availability Zones
Change instance size up
or down based upon
monitoring
Use CloudWatch &
Trusted Advisor to assess
START DEPLOY & SCALETUNE
2. USE AUTO SCALING
LAUNCH
CONFIGURATION
Describes what Auto Scaling will
create when adding Instances

Only one active launch 

configuration at a time

as-­‐create-­‐launch-­‐config	
  
	
   -­‐-­‐image-­‐id	
  ami-­‐54cf5c3d	
  	
  	
  
	
   -­‐-­‐instance-­‐type	
  m1.small	
  	
  	
  
	
   -­‐-­‐key	
  mykey	
  	
  	
  
	
   -­‐-­‐group	
  webservers	
  	
  	
  
	
   -­‐-­‐launch-­‐config	
  101-­‐launch-­‐config	
  	
  	
  
AUTO SCALING
GROUP
Auto Scaling managed grouping
of EC2 instances
Automatically scale the number
of instances by policy
as-­‐create-­‐auto-­‐scaling-­‐group	
  101-­‐as-­‐group	
  
	
   -­‐-­‐availability-­‐zones	
  us-­‐east-­‐1a	
  us-­‐east-­‐1b	
  	
  
	
   -­‐-­‐launch-­‐configuration	
  101-­‐launch-­‐config	
  	
  
	
   -­‐-­‐load-­‐balancers	
  myELB	
  	
  
	
   -­‐-­‐max-­‐size	
  5	
  	
  
	
   -­‐-­‐min-­‐size	
  1	
  	
  
AUTO SCALING
POLICY
Parameters for performing an Auto
Scaling action
Scale Up/Down and by how much
as-­‐put-­‐scaling-­‐policy	
  101ScaleUpPolicy	
  
	
   -­‐-­‐auto-­‐scaling-­‐group	
  101-­‐as-­‐group	
  
	
   -­‐-­‐adjustment=1	
  
	
   -­‐-­‐type	
  ChangeInCapacity	
  
	
   -­‐-­‐cooldown	
  300	
  
00:00 01:00 02:00 03:00 04:00 05:00 06:00 07:00 08:00 09:00 10:00 11:00 12:00 13:00 14:00 15:00 16:00 17:00 18:00 19:00 20:00 21:00 22:00 23:00
UTILISATION & AUTO SCALING GRANULARITY
00:00 01:00 02:00 03:00 04:00 05:00 06:00 07:00 08:00 09:00 10:00 11:00 12:00 13:00 14:00 15:00 16:00 17:00 18:00 19:00 20:00 21:00 22:00 23:00
UTILISATION & AUTO SCALING GRANULARITY
41 Instance Hours

m3.large @ $0.154/hr

= $6.314/day
00:00 01:00 02:00 03:00 04:00 05:00 06:00 07:00 08:00 09:00 10:00 11:00 12:00 13:00 14:00 15:00 16:00 17:00 18:00 19:00 20:00 21:00 22:00 23:00
UTILISATION & AUTO SCALING GRANULARITY
70 Instance Hours

t2.small @ $0.028/hr

= $1.96/day
69%SAVING
3. TURN OFF UNUSED INSTANCES
Development/test instances
Simple instance stop/start
Tear down & build rapidly
Treat resources as disposable
Deployment & Management
Containers
Dev/ops Tools
Resource
Templates
Usage
Tracking
Monitoring
and Logs
00:00 01:00 02:00 03:00 04:00 05:00 06:00 07:00 08:00 09:00 10:00 11:00 12:00 13:00 14:00 15:00 16:00 17:00 18:00 19:00 20:00 21:00 22:00 23:00
4. USE RESERVED INSTANCES
100%
75%
58%
38%
13%
8%
On Demand Instance
Reserved Instance
AWS SERVICES OFFERING RESERVATIONS
Amazon EC2
	 up to 75% savings

Amazon RDS
	 up to 76% savings

Amazon DynamoDB
	 up to 76% savings

Amazon Redshift
	 up to 73% savings

Amazon ElastiCache
	 up to 70% savings
5. USE SPOT INSTANCES
Pricing
Up to 92% discount
Elastic
Capacity not otherwise
available
Tradeoff
Potential for interruption
USING SPOT INSTANCES FOR HPC WORKLOADSC
ase
Study
Building a Top500 HPC Cluster on AWS
0
18
35
53
70
On-Premises AWS
$68M
$33K
Cost Comparison
1.21 PFLOPS, 16,788 EC2 Instances in 8 Regions, 264 years of computing in 18 hours
6. MAKE USE OF APPROPRIATE STORAGE CLASSES
AWS Cloud
Amazon
Glacier
Gateway Appliance/
AWS Storage Gateway
Amazon
S3
Block File
On-premises Data Center
Archive Backup Disaster
Recovery
Amazon
EBS
Amazon S3 Reduced Redundancy
• 99.99% durability vs. 99.999999999%
• Up to 20% savings
• Great for everything that is easy to
reproduce
Amazon Glacier
• Same durability as S3
• 3 to 5 hours restore time
• Up to 67% savings
• Great for archiving, long-term
backups and cold or old data
7. OFFLOAD FROM YOUR ARCHITECTURE
The more you can offload, the less infrastructure you need to maintain, scale and pay for
• Offload traffic to Amazon CloudFront and S3
• Introduce Caching
No 

CDN
ResponseTime
InstanceLoad
ResponseTime
Instance
Load
CDN for 

Static

Content
ResponseTime
Instance
Load
CDN for 

Static & 

Dynamic

Content
8. USE SERVICES, DON’T REINVENT THE WHEEL
Infrastructure Regions Availability Zones Points of Presence
Enterprise
Applications
Virtual Desktops Sharing & Collaboration
Core Services Storage
(Object, Block
and Archival)
Compute
(VMs, Auto-scaling
and Load Balancing)
Databases
(Relational, NoSQL,
Caching)
Networking
(VPC, DX, DNS)
CDN
Access
Control
Usage & Resource
Tracking
Monitoring
and Logs
Administration &
Security
Key Storage &
Management
Identity
Management
Service
Catalog
Platform
Services
Deployment & Management
One-click web app
deployment
Dev/ops resource
management
Resource Templates
Push
Notifications
Mobile Services
Identity
Sync
Mobile
Analytics
App Services
Queuing &
Notifications
Workflow
App streaming
Transcoding
Email
Search
Analytics
Hadoop
Data
warehouse
Data
Pipelines
Real-time
Streaming Data
Code Deploy
Code Pipeline
Code Commit
AVOID UNDIFFERENTIATED HEAVY LIFTING
Amazon Relational
Database Service (RDS)

Elastic Load
Balancing

Amazon Simple
Queue Service (SQS)

Amazon ElastiCache Amazon Elastic
MapReduce
Amazon Simple
Notification Service (SNS)
9. USE CONSOLIDATED BILLING
• Receive a single bill for all charges incurred across all linked accounts

• Share RI discounts

• Combine tiering benefits
10. TAKE ADVANTAGE OF AWS TOOLS
AWS Trusted Advisor AWS EC2 Usage Reports
Follow
us
for m
ore
events
&
w
ebinars
@AWScloud for Global AWS News & Announcements
@AWS_UKI for local AWS events & news
@IanMmmm
Ian Massingham — Technical Evangelist

More Related Content

PPTX
AWS Cost Optimisation - November 2018
PDF
Proactive Cost Management for AWS Cloud
PPTX
AWS Cost Optimization Strategy
PPTX
Understand AWS Pricing
PPTX
EC2 Pricing Model (deck 0307 of the InfiniteSkills AWS course at http://bit.l...
PDF
AWS STARTUP DAY 2018 I Keeping Your Infrastructure Costs Low
PPTX
EC2 Performance, Spot Instance ROI and EMR Scalability
PDF
Cost Optimisation with AWS
AWS Cost Optimisation - November 2018
Proactive Cost Management for AWS Cloud
AWS Cost Optimization Strategy
Understand AWS Pricing
EC2 Pricing Model (deck 0307 of the InfiniteSkills AWS course at http://bit.l...
AWS STARTUP DAY 2018 I Keeping Your Infrastructure Costs Low
EC2 Performance, Spot Instance ROI and EMR Scalability
Cost Optimisation with AWS

Similar to Cost Optimisation on AWS (20)

PDF
AWS Summit Berlin 2013 - Optimizing your AWS applications and usage to reduce...
PDF
AWS re:Invent re:Cap - 비용 최적화 - 모범사례와 아키텍처 설계 심화편 - 이원일
PDF
AWS Cloud cost optimization
PPTX
KGC 2013 AWS session
PPTX
How to Reduce your Spend on AWS
PPTX
Webcast: AWS Sticker Shock? How can containers and automation help?
PDF
Budget management with Cloud Economics | AWS Summit Tel Aviv 2019
PDF
Aws 101 A walk-through the aws cloud (2013)
PDF
AWS Cost Optimization: Strategies for Maximizing Cloud Efficiency
PPTX
5 Important Points To Remember If You Want To Reduce AWS EC2 Cost
PDF
Advanced cost management strategies in AWS
PPTX
AWS Meet-up Atlanta: AWS Economics
PDF
[Jun AWS 101] Running Lean on AWS
PPTX
AWS Initiate - Otimização de Custos com AWS
PPTX
AWS Melbourne CO Meetup - Introduction - 20 Nov 2017
PDF
AWS Cost Optimization - JLM
PDF
Česko-Slovenský AWS Webinář 07 - Optimalizace nákladů v AWS
PDF
Best Practices and Resources to Effectively Manage and Optimize Your AWS Costs
PPTX
비용을 절감하고 수익을 최대화할 수 있는 클라우드 컴퓨팅 운용 노하우
PDF
Want to Reduce Your AWS Bill.pdf
AWS Summit Berlin 2013 - Optimizing your AWS applications and usage to reduce...
AWS re:Invent re:Cap - 비용 최적화 - 모범사례와 아키텍처 설계 심화편 - 이원일
AWS Cloud cost optimization
KGC 2013 AWS session
How to Reduce your Spend on AWS
Webcast: AWS Sticker Shock? How can containers and automation help?
Budget management with Cloud Economics | AWS Summit Tel Aviv 2019
Aws 101 A walk-through the aws cloud (2013)
AWS Cost Optimization: Strategies for Maximizing Cloud Efficiency
5 Important Points To Remember If You Want To Reduce AWS EC2 Cost
Advanced cost management strategies in AWS
AWS Meet-up Atlanta: AWS Economics
[Jun AWS 101] Running Lean on AWS
AWS Initiate - Otimização de Custos com AWS
AWS Melbourne CO Meetup - Introduction - 20 Nov 2017
AWS Cost Optimization - JLM
Česko-Slovenský AWS Webinář 07 - Optimalizace nákladů v AWS
Best Practices and Resources to Effectively Manage and Optimize Your AWS Costs
비용을 절감하고 수익을 최대화할 수 있는 클라우드 컴퓨팅 운용 노하우
Want to Reduce Your AWS Bill.pdf
Ad

More from Ian Massingham (20)

PDF
Some thoughts on measuring the impact of developer relations
PDF
Leeds IoT Meetup - Nov 2017
PDF
What's New & What's Next from AWS?
PDF
DevTalks Romania - Getting Started with AWS Lambda & the Serverless Cloud
PDF
Getting started with AWS Lambda and the Serverless Cloud
PDF
AWS AWSome Day - Getting Started Best Practices
PDF
AWS IoT Workshop Keynote
PDF
Security Best Practices: AWS AWSome Day Management Track
PDF
AWS re:Invent 2016 Day 2 Keynote re:Cap
PDF
AWS re:Invent 2016 Day 1 Keynote re:Cap
PDF
Getting Started with AWS Lambda & Serverless Cloud
PDF
Building Better IoT Applications without Servers
PDF
AWS AWSome Day Roadshow
PDF
AWS AWSome Day Roadshow Intro
PDF
Hashiconf AWS Lambda Breakout
PDF
Getting started with AWS IoT on Raspberry Pi
PDF
AWSome Day Dublin Intro & Closing Slides
PDF
GOTO Stockholm - AWS Lambda - Logic in the cloud without a back-end
PDF
What's New at AWS Update for AWS User Groups
PDF
Advanced Security Masterclass - Tel Aviv Loft
Some thoughts on measuring the impact of developer relations
Leeds IoT Meetup - Nov 2017
What's New & What's Next from AWS?
DevTalks Romania - Getting Started with AWS Lambda & the Serverless Cloud
Getting started with AWS Lambda and the Serverless Cloud
AWS AWSome Day - Getting Started Best Practices
AWS IoT Workshop Keynote
Security Best Practices: AWS AWSome Day Management Track
AWS re:Invent 2016 Day 2 Keynote re:Cap
AWS re:Invent 2016 Day 1 Keynote re:Cap
Getting Started with AWS Lambda & Serverless Cloud
Building Better IoT Applications without Servers
AWS AWSome Day Roadshow
AWS AWSome Day Roadshow Intro
Hashiconf AWS Lambda Breakout
Getting started with AWS IoT on Raspberry Pi
AWSome Day Dublin Intro & Closing Slides
GOTO Stockholm - AWS Lambda - Logic in the cloud without a back-end
What's New at AWS Update for AWS User Groups
Advanced Security Masterclass - Tel Aviv Loft
Ad

Recently uploaded (20)

PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
A Presentation on Artificial Intelligence
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Machine learning based COVID-19 study performance prediction
PDF
Encapsulation theory and applications.pdf
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPT
Teaching material agriculture food technology
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
Cloud computing and distributed systems.
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
A Presentation on Artificial Intelligence
Network Security Unit 5.pdf for BCA BBA.
Reach Out and Touch Someone: Haptics and Empathic Computing
Building Integrated photovoltaic BIPV_UPV.pdf
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Machine learning based COVID-19 study performance prediction
Encapsulation theory and applications.pdf
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Teaching material agriculture food technology
Digital-Transformation-Roadmap-for-Companies.pptx
Review of recent advances in non-invasive hemoglobin estimation
Encapsulation_ Review paper, used for researhc scholars
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
The Rise and Fall of 3GPP – Time for a Sabbatical?
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Advanced methodologies resolving dimensionality complications for autism neur...
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Cloud computing and distributed systems.

Cost Optimisation on AWS

  • 1. Cost Optimisation on AWS ianmas@amazon.com @IanMmmm Ian Massingham — Technical Evangelist
  • 2. How to make your funding go further
  • 3. LOWER COSTS WITH THE AWS CLOUD 2 31 4 Replace up-front capital expense with low variable cost Save more money as you grow bigger Economies of scale allow AWS to continually lower costs Pricing model choice to support variable & stable workloads
  • 4. LOWER COSTS THAN ON-PREMISES On-Premises Traditional Data Centre On-Premises Virtualised Data Centre AWS CAPEX CAPEX OPEX OPEX OPEX Cost savings from running internal IT more efficiently Cost savings from moving to a cloud provider AWS Scale • Multiple new data centres built each year • Volume purchasing, highly automated supply chain optimisation Utilisation fundamentally higher in the AWS Cloud • Aggregating non-correlated workloads, scale, spot market Amazon specific hardware designs • OEM acquisition of custom servers and networking equipment • Direct purchasing of memory, disk & CPU • AWS controlled hypervisor and network protocol layers
  • 5. AWS PRICING PHILOSOPHY More AWS Usage More Infrastructure More Customers Lower Infrastructure Costs Economies of Scale Reduced Prices Ecosystem Global Footprint New Features New Services Infrastructure Innovation 47PRICE REDUCTIONS We pass the savings along to our customers in the form of low prices and continuous reductions
  • 6. Flipboard Example: Handling objection AWS gets expensive as you grow big…
  • 8. 1. CHOSE THE RIGHT INSTANCE TYPES Choose an instance 
 that best meets your basic requirements Start with memory & then choose closest virtual cores Assess peak IOPS storage requirements Run multiple instances 
 in multiple Availability Zones Change instance size up or down based upon monitoring Use CloudWatch & Trusted Advisor to assess START DEPLOY & SCALETUNE
  • 9. 2. USE AUTO SCALING LAUNCH CONFIGURATION Describes what Auto Scaling will create when adding Instances Only one active launch configuration at a time as-­‐create-­‐launch-­‐config     -­‐-­‐image-­‐id  ami-­‐54cf5c3d         -­‐-­‐instance-­‐type  m1.small         -­‐-­‐key  mykey         -­‐-­‐group  webservers         -­‐-­‐launch-­‐config  101-­‐launch-­‐config       AUTO SCALING GROUP Auto Scaling managed grouping of EC2 instances Automatically scale the number of instances by policy as-­‐create-­‐auto-­‐scaling-­‐group  101-­‐as-­‐group     -­‐-­‐availability-­‐zones  us-­‐east-­‐1a  us-­‐east-­‐1b       -­‐-­‐launch-­‐configuration  101-­‐launch-­‐config       -­‐-­‐load-­‐balancers  myELB       -­‐-­‐max-­‐size  5       -­‐-­‐min-­‐size  1     AUTO SCALING POLICY Parameters for performing an Auto Scaling action Scale Up/Down and by how much as-­‐put-­‐scaling-­‐policy  101ScaleUpPolicy     -­‐-­‐auto-­‐scaling-­‐group  101-­‐as-­‐group     -­‐-­‐adjustment=1     -­‐-­‐type  ChangeInCapacity     -­‐-­‐cooldown  300  
  • 10. 00:00 01:00 02:00 03:00 04:00 05:00 06:00 07:00 08:00 09:00 10:00 11:00 12:00 13:00 14:00 15:00 16:00 17:00 18:00 19:00 20:00 21:00 22:00 23:00 UTILISATION & AUTO SCALING GRANULARITY
  • 11. 00:00 01:00 02:00 03:00 04:00 05:00 06:00 07:00 08:00 09:00 10:00 11:00 12:00 13:00 14:00 15:00 16:00 17:00 18:00 19:00 20:00 21:00 22:00 23:00 UTILISATION & AUTO SCALING GRANULARITY 41 Instance Hours m3.large @ $0.154/hr = $6.314/day
  • 12. 00:00 01:00 02:00 03:00 04:00 05:00 06:00 07:00 08:00 09:00 10:00 11:00 12:00 13:00 14:00 15:00 16:00 17:00 18:00 19:00 20:00 21:00 22:00 23:00 UTILISATION & AUTO SCALING GRANULARITY 70 Instance Hours t2.small @ $0.028/hr = $1.96/day 69%SAVING
  • 13. 3. TURN OFF UNUSED INSTANCES Development/test instances Simple instance stop/start Tear down & build rapidly Treat resources as disposable Deployment & Management Containers Dev/ops Tools Resource Templates Usage Tracking Monitoring and Logs
  • 14. 00:00 01:00 02:00 03:00 04:00 05:00 06:00 07:00 08:00 09:00 10:00 11:00 12:00 13:00 14:00 15:00 16:00 17:00 18:00 19:00 20:00 21:00 22:00 23:00 4. USE RESERVED INSTANCES 100% 75% 58% 38% 13% 8% On Demand Instance Reserved Instance
  • 15. AWS SERVICES OFFERING RESERVATIONS Amazon EC2 up to 75% savings Amazon RDS up to 76% savings Amazon DynamoDB up to 76% savings Amazon Redshift up to 73% savings Amazon ElastiCache up to 70% savings
  • 16. 5. USE SPOT INSTANCES Pricing Up to 92% discount Elastic Capacity not otherwise available Tradeoff Potential for interruption
  • 17. USING SPOT INSTANCES FOR HPC WORKLOADSC ase Study Building a Top500 HPC Cluster on AWS 0 18 35 53 70 On-Premises AWS $68M $33K Cost Comparison 1.21 PFLOPS, 16,788 EC2 Instances in 8 Regions, 264 years of computing in 18 hours
  • 18. 6. MAKE USE OF APPROPRIATE STORAGE CLASSES AWS Cloud Amazon Glacier Gateway Appliance/ AWS Storage Gateway Amazon S3 Block File On-premises Data Center Archive Backup Disaster Recovery Amazon EBS Amazon S3 Reduced Redundancy • 99.99% durability vs. 99.999999999% • Up to 20% savings • Great for everything that is easy to reproduce Amazon Glacier • Same durability as S3 • 3 to 5 hours restore time • Up to 67% savings • Great for archiving, long-term backups and cold or old data
  • 19. 7. OFFLOAD FROM YOUR ARCHITECTURE The more you can offload, the less infrastructure you need to maintain, scale and pay for • Offload traffic to Amazon CloudFront and S3 • Introduce Caching No CDN ResponseTime InstanceLoad ResponseTime Instance Load CDN for Static Content ResponseTime Instance Load CDN for Static & Dynamic Content
  • 20. 8. USE SERVICES, DON’T REINVENT THE WHEEL Infrastructure Regions Availability Zones Points of Presence Enterprise Applications Virtual Desktops Sharing & Collaboration Core Services Storage (Object, Block and Archival) Compute (VMs, Auto-scaling and Load Balancing) Databases (Relational, NoSQL, Caching) Networking (VPC, DX, DNS) CDN Access Control Usage & Resource Tracking Monitoring and Logs Administration & Security Key Storage & Management Identity Management Service Catalog Platform Services Deployment & Management One-click web app deployment Dev/ops resource management Resource Templates Push Notifications Mobile Services Identity Sync Mobile Analytics App Services Queuing & Notifications Workflow App streaming Transcoding Email Search Analytics Hadoop Data warehouse Data Pipelines Real-time Streaming Data Code Deploy Code Pipeline Code Commit
  • 21. AVOID UNDIFFERENTIATED HEAVY LIFTING Amazon Relational Database Service (RDS) Elastic Load Balancing Amazon Simple Queue Service (SQS) Amazon ElastiCache Amazon Elastic MapReduce Amazon Simple Notification Service (SNS)
  • 22. 9. USE CONSOLIDATED BILLING • Receive a single bill for all charges incurred across all linked accounts • Share RI discounts • Combine tiering benefits
  • 23. 10. TAKE ADVANTAGE OF AWS TOOLS AWS Trusted Advisor AWS EC2 Usage Reports
  • 24. Follow us for m ore events & w ebinars @AWScloud for Global AWS News & Announcements @AWS_UKI for local AWS events & news @IanMmmm Ian Massingham — Technical Evangelist