SlideShare une entreprise Scribd logo
1  sur  67
Optimizing for Cost in the Cloud

             Jinesh Varia
               @jinman
         Technology Evangelist
Multiple dimensions of optimizations


                                  Cost
                                  Performance
                                  Response time
                                  Time to market
                                  High-availability
                                  Scalability
                                  Security
                                  Manageability
                                  …….
Optimizing for Cost
When you turn off your cloud resources,
     you actually stop paying for them
Continuous optimization in your architecture results
       in recurring savings in your next month’s bill
Elasticity is one of the fundamental
properties of the cloud that drives many of its
                            economic benefits
Optimizing for Cost…


  #1 Use only what you need (use Auto Scaling Service, modify–db)
Turn off what you don’t need (automatically)
Daily CPU Load
         14
         12
         10
         8
  Load




         6                           25% Savings
         4
         2
         0
              1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
                                      Hour



Optimize by the time of day
www.MyWebSite.com
         (dynamic data)
                       Amazon Route 53
                                             media.MyWebSite.com
                       (DNS)
                                                  (static data)
  Elastic Load
  Balancer




                                                        Amazon
    Auto Scaling group : Web Tier                       CloudFront

  Amazon EC2




    Auto Scaling group : App Tier




             Amazon RDS                           Amazon S3
                                         Amazon
Availability Zone #1                     RDS



          Availability Zone #2
Web Servers           50% Savings




                1   5    9   13   17   21   25   29   33   37   41   45   49
                                            Week

Optimize during a year
Auto scaling : Types of Scaling

Scaling by Schedule
• Use Scheduled Actions in Auto Scaling Service
    • Date
    • Time
    • Min and Max of Auto Scaling Group Size
• You can create up to 125 actions, scheduled up to 31 days
  into the future, for each of your auto scaling groups. This
  gives you the ability to scale up to four times a day for a
  month.
Scaling by Policy
• Scaling up Policy - Double the group size
• Scaling down Policy - Decrement by 1
Auto scaling Best Practices


Use Auto Scaling Tags
Use Auto scaling Alarms and Email Notifications
Scale up and down symmetrically
Scale up quickly and scaling down slowly
Auto Scaling across Availability Zones
Leverage Suspend and Resume Processes
Example:



Scale up by 10%
if CPU utilization is greater than 60%
for 5 minutes,

Scale down by 10%
if CPU utilization is less than 30%
for 20 minutes.
Instances   Agg. CPU
RDS DB Servers                        75% Savings




                 1   3   5   7   9   11   13   15   17   19   21   23   25   27   29
                                      Days of the Month

Optimize during a month
End of the month processing
Expand the cluster at the end of the month
• Expand/Shrink feature in Amazon Elastic MapReduce
Vertically Scale up at the end of the month
• Modify-DB-Instance (in Amazon RDS) (or a New RDS DB Instance )
• CloudFormation Script (in Amazon EC2)
Tip: Use “Reminder scripts”


   Disassociate your unused EIPs
   Delete unassociated EBS volumes
   Delete older EBS snapshots
   Leverage S3 Object Expiration
AWS Support – Trusted Advisor –
  Your personal cloud assistant
Tip – Instance Optimizer

             Free Memory
              Free CPU         PUT                       2 weeks
              Free HDD
               At 1-min
               intervals                                           Alarm
                                     Amazon CloudWatch

Instance
              Custom Metrics




              “You could save a bunch of money by switching
              to a small instance, Click on CloudFormation Script to
              Save”
 $$$ in
Savings
Optimizing for Cost…


  #1 Use only what you need (use Auto Scaling Service, modify–db)

        #2 Invest time in Reserved Pricing analysis (EC2, RDS)
Save more when you reserve

   On-demand           Reserved
    Instances          Instances                          Heavy
                                                      Utilization RI
• Pay as you go    • One time low
                     upfront fee +    1-year and 3-     Medium
                     Pay as you go     year terms     Utilization RI
• Starts from      • $23 for 1 year
                     term and                              Light
  $0.02/Hour                                          Utilization RI
                     $0.01/Hour
The Total Cost Of (Non) Ownership in the
               Cloud Whitepaper (New!)




         Whitepaper: http://bit.ly/aws-tco-webapps
Web Application Usage Patterns




       Steady State             Spiky Predictable    Uncertain unpredictable
       Usage Pattern              Usage Pattern            Usage Pattern


(Example: Corporate Website)   (Example: Marketing   (Example: Social game or
                               Promotions Website)       Mobile Website)
www.MyWebSite.com
                                  (dynamic data)
     Example: TCO of a                          Amazon Route 53
                                                                      media.MyWebSite.com
                                                (DNS)
3-tier Web Application     Elastic Load
                                                                           (static data)

                           Balancer




                                                                                 Amazon
                             Auto Scaling group : Web Tier                       CloudFront

                           Amazon EC2




                             Auto Scaling group : App Tier




                                      Amazon RDS                  Amazon   Amazon S3
                         Availability Zone #1                     RDS



                                   Availability Zone #2
$14,000
                     m2.xlarge running Linux in US-East Region
          $12,000
                     over 3 Year period
                                                                                   Break-even
          $10,000                                                                  point
           $8,000
   Cost



                                                                              Heavy Utilization
           $6,000                                                             Medium Utilization
           $4,000
                                                                              Light Utilization
                                                                              On-Demand
           $2,000


              $-




                                           Utilization


Utilization        Sweet Spot                Feature                       Savings over On-Demand
<10%               On-Demand                 No Upfront Commitment
10% - 40%          Light Utilization RI      Ideal for Disaster Recovery   Up to 56% (3-Year)
40% - 75%          Medium Utilization RI     Standard Reserved Capacity    Up to 66% (3-Year)
>75%               Heavy Utilization RI      Lowest Total Cost             Up to 71% (3-Year)
                                             Ideal for Baseline Servers
Spiky Predictable Usage Pattern
                                        12
Traffic measured in Servers/Instances




                                        10



                                         8



                                         6
                                                                                            Traffic Pattern

                                                                                             EC2 Reserved
                                         4
                                                                                            EC2 On-Demand

                                                                                             Physical servers
                                                                                             (on-premises)
                                         2



                                         0
                                             0   5    10    15    20    25    30       35

                                                             Months
TCO of Spiky Predictable Web Application

   TCO                                   Web Application - Spiky Usage Pattern
                              On-Premises       AWS Option 1 AWS Option 2 AWS Option 3
   Amortized monthly costs                       All Reserved        Mix of On-Demand   All On-Demand
                                Option
   over 3 years                                                        and Reserved
Option 1: All Reserved
   Compute/Server Costs
          Server Hardware               $510                    $0                 $0               $0

          Network Hardware              $103                    $0                 $0               $0
Option 2: Mix of On-Demand and Reserved
          Hardware Maintenance
Recommended Option (Most Cost-         $78                      $0                 $0               $0

effective)Power and Cooling           $286                      $0                 $0               $0

          Data Center Space             $240                    $0                 $0               $0

          Personnel                    $2,000                   $0                 $0               $0
Option 3: AWS Instances
          All On-Demand                   $0               $992                  $881           $1,940
Commitment-free and Risk-free Option
   Total - Per Month                $3,220                $992                 $881            $1,940
   Total - 3 Years                $115,920            $35,717               $31,731          $69,854
   Savings over On-premises
                                                          69%                   72%              40%
   Option
Recommendations

Steady State Usage Pattern
• For 100% utilization
    • 3-Year Heavy RI (for maximum savings over on-demand)
Spiky Predictable Usage Pattern
• Baseline
    • 3-Year Heavy RI (for maximum savings over on-demand)
    • 1-Year Light RI (for lowest upfront commitment) + savings over on-demand
• Peak: On-Demand
Uncertain and unpredictable Usage Pattern
• Start out small with On-Demand Instances (risk-free and commitment-
  free)
• Switch to some combination of Reserved and On-Demand, if application is
  successful
• If not successful, you walk away having spent a fraction of what you would
  pay to buy your own technology infrastructure
Optimizing for Cost…


  #1 Use only what you need (use Auto Scaling Service, modify–db)

        #2 Invest time in Reserved Pricing analysis (EC2, RDS)

    #3 Architect for Spot Instances (bidding strategies)
Optimize by using Spot Instances

  On-demand                  Reserved                     Spot
   Instances                 Instances                 Instances
• Pay as you go          • One time low           • Requested Bid
                           upfront fee +            Price and Pay
                           Pay as you go            as you go
• Starts from            • $23 for 1 year         • $0.005/Hour
  $0.02/Hour               term and                 as of today at
                           $0.01/Hour               9 AM


                   1-year and 3-
                    year terms


            Heavy              Medium         Light Utilization
        Utilization RI       Utilization RI          RI
What are Spot Instances?


             Sold at                                               Sold at
               50%
             Unused                                                  54%
                                                                   Unused
            Discount!                                             Discount!



                         Sold at               Sold at
                          56%
                        Unused                   59%
                                               Unused
                        Discount!             Discount!



 Sold at                                                           Sold at
   66%
 Unused                                                              63%
                                                                  Unused
Discount!                                                         Discount!


                          Availability Zone               Availability Zone




                                                                   Region
What is the tradeoff?



            Unused                                             Unused




                       Unused
                      Reclaimed              Unused




 Unused
Reclaimed                                                      Unused



                        Availability Zone             Availability Zone




                                                               Region
Spot Use cases
Use Case                  Types of Applications
Batch Processing          Generic background processing (scale out
                          computing)
Hadoop                    Hadoop/MapReduce processing type jobs (e.g.
                          Search, Big Data, etc.)

Scientific Computing      Scientific trials/simulations/analysis in chemistry,
                          physics, and biology
Video and Image      Transform videos into specific formats
Processing/Rendering
Testing              Provide testing of software, web sites, etc

Web/Data Crawling         Analyzing data and processing it
Financial                 Hedgefund analytics, energy trading, etc
HPC                       Utilize HPC servers to do embarrassingly
                          parallel jobs
Cheap Compute             Backend servers for Facebook games
Save more money by using Spot Instances




Reserved Hourly Price > Spot Price < On-Demand Price
Spot: Example Customers

                57%


                           50%
63%

               50%
                          56%



50%
                           66%


                           50%
Typical Spot Bidding Strategies

                                        Bid Distribution (for last 3 months)
                                 20%                                                    1. Bid near the
                                 18%
                                                                                           Reserved
                                                                                           Hourly Price
Percentage of the Distribution




                                 16%

                                 14%
                                                                                        2. Bid above the
                                 12%
                                                                                           Spot Price
                                 10%                                                       History
                                 8%

                                 6%
                                                                                        3. Bid near On-
                                 4%
                                                                                           Demand Price
                                 2%
                                                                                        4. Bid above the
                                 0%
                                                                                           On-Demand
                                                                                           Price
                                       Bid Price as Percentage of the On-Demand Price
1. Bid Near the Reserved Hourly Price




$$$$$$$$$$$$$$$$$$ $$$        $   $       $   $




                                      66% Savings over
                                      On-Demand
2. Bid above the Spot Price History




                                      50% Savings over
                                      On-Demand
3. Bid near the On-Demand Price




                                  50% Savings over
                                  On-Demand
4. Bid above the On-Demand Price




                                   57% Savings over
                                   On-Demand
Managing Interruption
Amazon EMR (Hadoop): Run Task Nodes on Spot

                                                            Amazon S3
                          Upload large
                          datasets or log                                                      Amazon S3
    Data                  files directly
                                                              Input
   Source                                                      Data
                                                                                                 Outpu
                                                                                                 tData

                                                                         Task
                         Amazon Elastic                                  Node
                          MapReduce                                                           Amazon DynamoDB

             Mapper
   Code/     Reducer                              Name                     Task
                              Service                                                            Metadata
   Scripts   HiveQL
                                                  Node                     Node
             Pig Latin
             Cascading                      Runs multiple
                                            JobFlow Steps                Core     HiveQL
                                                                         Node     Pig Latin
                                                                                              Query
                                                                  Core
                                                                  Node
                                                                           HDFS
                                                                                              BI Apps
                                               Amazon Elastic MapReduce           JDBC/ODB
                                                                                  C
                                                   Hadoop Cluster
Amazon EMR: Reducing Cost with Spot


Scenario #1
                    #1: Cost without Spot
   Job Flow         4 instances *14 hrs * $0.45 = $25.20




   Duration:
   14 Hours         #2: Cost with Spot
                    4 instances *7 hrs * $0.45 = $12.60 +
                    5 instances * 7 hrs * $0.225 = $7.875
Scenario #2         Total = $20.475
   Job Flow



                    Time Savings: 50%
    Duration:
                    Cost Savings: ~19%
    7 Hours
Made for each other: MapReduce + Spot

                           Use Case: Web crawling/Search
                           using Hadoop type clusters. Use
                           Reserved Instances for their DB
                           workloads and Spot instances for
                           their indexing clusters. Launch
                           100’s of instances.
                           Bidding Strategy: Bid a little
                           above the On-Demand price to
                           prevent interruption.
                           Interruption Strategy: Restart
                           the cluster if interrupted




                                     66% Savings over
                                     On-Demand
Video Transcoding Application Example
                     Amazon S3                                              Amazon S3



                                             Amazon
                                     Elastic Compute Cloud
                       Input                                                  Output
                      Bucket                                                  Bucket
Amazon EC2

                     Amazon SQS                                             Amazon SQS
             Job                                               Completed                      Reports
                                                                 Job                          Website

                      Input                                                   Output
  Website             Queue                                                   Queue          Amazon EC2
    (Job
  Manager)


                                       On-demand + Spot


                                                  Amazon
                   Amazon DynamoDB
                                                  CloudWatch
                                                                           Amazon DynamoDB




                                           Amazon EC2
                                              Intranet
Use of Amazon SQS in Spot Architectures




VisibilityTimeOut
                     Amazon EC2
                    Spot Instance
Optimizing Video Transcoding Workloads


   Free Offering                          Premium Offering
    • Optimize for reducing cost             Optimized for Faster response times
    • Acceptable Delay Limits                No Delays

Implementation                          Implementation
    • Set Persistent Requests               Invest in RIs
    • Use on-demand Instances, if           Use on-demand for Elasticity
      delay

       Maximum Bid Price                   Maximum Bid Price
       < On-demand Rate                    >= On-demand Rate
       Get your set reduced price for      Get Instant Capacity for higher price
       your workload
Persistent Requests
Architecting for Spot Instances : Best Practices

Manage interruption
• Split up your work into small increments
• Checkpointing: Save your work frequently and periodically
Test Your Application
Track when Spot Instances Start and Stop
Spot Requests
• Use Persistent Requests for continuous tasks
• Choose maximum price for your requests
Optimizing for Cost…


  #1 Use only what you need (use Auto Scaling Service, modify–db)

        #2 Invest time in Reserved Pricing analysis (EC2, RDS)

    #3 Architect for Spot Instances (bidding strategies)

#4 Leverage Application Services (ELB, SNS, SQS, SWF, SES)
Optimize by converting ancillary instances into
                                       services



                       Monitoring: CloudWatch
                       Notifications: SNS
                       Queuing: SQS
                       SendMail: SES
                       Load Balancing: ELB
                       Workflow: SWF
                       Search: CloudSearch
Elastic Load Balancing


Software LB on EC2                   Elastic Load Balancing
Pros                                 Pros
   Application-tier load                Elastic and Fault-tolerant
   balancer
                                        Auto scaling
                                        Monitoring included

Cons
  SPOF                               Cons
  Elasticity has to be                 For Internet-facing traffic
  implemented manually                 only
  Not as cost-effective
$0.025
 per hour
                   DNS   Elastic Load
                                                      Web Servers
                           Balancer
                                                Availability Zone




$0.08
 per hour
(small instance)
                           EC2 instance
                   DNS     + software LB              Web Servers
                                        Availability Zone
Application Services


Software on EC2                  SNS, SQS, SES, SWF
Pros                             Pros
   Custom features                  Pay as you go
                                    Scalability
Cons                                Availability
  Requires an instance              High performance
  SPOF
  Limited to one AZ
  DIY administration
Consumers
                          Producer     SQS queue

$0.01 per
10,000 Requests
($0.000001 per Request)




  $0.08
     per hour
    (small instance)      Producer
                                       EC2 instance          Consumers
                                     + software queue
Optimizing for Cost…


  #1 Use only what you need (use Auto Scaling Service, modify–db)

        #2 Invest time in Reserved Pricing analysis (EC2, RDS)

    #3 Architect for Spot Instances (bidding strategies)

#4 Leverage Application Services (ELB, SNS, SQS, SWF, SES)

    #5 Implement Caching (ElastiCache, CloudFront)
caching




             Optimize for performance and cost
by page caching and edge-caching static content
When am I charged?
                                                    Paris

                                                                                 Client



                                                    Edge Location


                  Amazon Simple
                  Storage Service
                       (S3)                                                               Client
                                                     Singapore

 Amazon Elastic
 Compute Cloud
    (EC2)
                                                        Edge Location




                                    London



                                    Edge Location


                                                                        Client
When content is popular…
                                                    Paris

                                                                                 Client



                                                    Edge Location


                  Amazon Simple
                  Storage Service
                       (S3)
                                                                                          Client
                                                     Singapore

 Amazon Elastic
 Compute Cloud
    (EC2)
                                                        Edge Location




                                    London



                                    Edge Location


                                                                        Client
Architectural Recommendations

Use Amazon S3 + CloudFront as it will reduce the cost as well
as reduce latency for static data
• Depends on cache-hit ratio
For Video Streaming, use CloudFront as there is no need of a
separate streaming server running Adobe FMS
Use managed caching service (Amazon ElastiCache)
Number of ways to further save with AWS…


  #1 Use only what you need (use Auto Scaling Service, modify–db)

        #2 Invest time in Reserved Pricing analysis (EC2, RDS)

    #3 Architect for Spot Instances (bidding strategies)

#4 Leverage Application Services (ELB SNS, SQS, SWF, SES)

    #5 Implement Caching (ElastiCache, CloudFront)
Thank you!




jvaria@amazon.com
  Twitter: @jinman
http://aws.amazon.com

Contenu connexe

Tendances

AWS re:Invent re:Cap - 비용 최적화 - 모범사례와 아키텍처 설계 심화편 - 이원일
AWS re:Invent re:Cap - 비용 최적화 - 모범사례와 아키텍처 설계 심화편 - 이원일AWS re:Invent re:Cap - 비용 최적화 - 모범사례와 아키텍처 설계 심화편 - 이원일
AWS re:Invent re:Cap - 비용 최적화 - 모범사례와 아키텍처 설계 심화편 - 이원일Amazon Web Services Korea
 
AWS Summit 2013 | Auckland - Optimizing Your AWS Applications and Usage to Re...
AWS Summit 2013 | Auckland - Optimizing Your AWS Applications and Usage to Re...AWS Summit 2013 | Auckland - Optimizing Your AWS Applications and Usage to Re...
AWS Summit 2013 | Auckland - Optimizing Your AWS Applications and Usage to Re...Amazon Web Services
 
Cloud manager synergy final
Cloud manager synergy finalCloud manager synergy final
Cloud manager synergy finalachaloori
 
Optimising TCO with AWS at Websummit Dublin
Optimising TCO with AWS at Websummit DublinOptimising TCO with AWS at Websummit Dublin
Optimising TCO with AWS at Websummit DublinAmazon Web Services
 
Journey Through the AWS Cloud: Cost Optimisation
Journey Through the AWS Cloud: Cost OptimisationJourney Through the AWS Cloud: Cost Optimisation
Journey Through the AWS Cloud: Cost OptimisationAmazon Web Services
 
How to Scale to Millions of Users with AWS
How to Scale to Millions of Users with AWSHow to Scale to Millions of Users with AWS
How to Scale to Millions of Users with AWSAmazon Web Services
 
AWS Summit London 2014 | From One to Many - Evolving VPC Design (400)
AWS Summit London 2014 | From One to Many - Evolving VPC Design (400)AWS Summit London 2014 | From One to Many - Evolving VPC Design (400)
AWS Summit London 2014 | From One to Many - Evolving VPC Design (400)Amazon Web Services
 
Disaster Recovery with AWS - Simone Brunozzi - AWS Summit 2012 Australia -
Disaster Recovery with AWS - Simone Brunozzi - AWS Summit 2012 Australia - Disaster Recovery with AWS - Simone Brunozzi - AWS Summit 2012 Australia -
Disaster Recovery with AWS - Simone Brunozzi - AWS Summit 2012 Australia - Amazon Web Services
 
Designing Resource-Aware Applications for the Cloud with ABS
Designing Resource-Aware Applications for the Cloud with ABSDesigning Resource-Aware Applications for the Cloud with ABS
Designing Resource-Aware Applications for the Cloud with ABSEinar Broch Johnsen
 
AWS S3 Cost Optimization
AWS S3 Cost OptimizationAWS S3 Cost Optimization
AWS S3 Cost OptimizationEric Kim
 
AWS Summit London 2014 | Uses and Best Practices for Amazon Redshift (200)
AWS Summit London 2014 | Uses and Best Practices for Amazon Redshift (200)AWS Summit London 2014 | Uses and Best Practices for Amazon Redshift (200)
AWS Summit London 2014 | Uses and Best Practices for Amazon Redshift (200)Amazon Web Services
 
Optimizing Your AWS Applications and Usage to Reduce Costs
Optimizing Your AWS Applications and Usage to Reduce CostsOptimizing Your AWS Applications and Usage to Reduce Costs
Optimizing Your AWS Applications and Usage to Reduce CostsAmazon Web Services
 
AWS Summit London 2014 | Deployment Done Right (300)
AWS Summit London 2014 | Deployment Done Right (300)AWS Summit London 2014 | Deployment Done Right (300)
AWS Summit London 2014 | Deployment Done Right (300)Amazon Web Services
 
AWS 기반 실시간 서비스 개발 및 운영 사례 - AWS Summit Seoul 2017
AWS 기반 실시간 서비스 개발 및 운영 사례 - AWS Summit Seoul 2017AWS 기반 실시간 서비스 개발 및 운영 사례 - AWS Summit Seoul 2017
AWS 기반 실시간 서비스 개발 및 운영 사례 - AWS Summit Seoul 2017Amazon Web Services Korea
 
AWS Summit Auckland 2014 | Moving to the Cloud. What does it Mean to your Bus...
AWS Summit Auckland 2014 | Moving to the Cloud. What does it Mean to your Bus...AWS Summit Auckland 2014 | Moving to the Cloud. What does it Mean to your Bus...
AWS Summit Auckland 2014 | Moving to the Cloud. What does it Mean to your Bus...Amazon Web Services
 
AWS Summit Milan - Opening Keynote
AWS Summit Milan - Opening KeynoteAWS Summit Milan - Opening Keynote
AWS Summit Milan - Opening KeynoteAmazon Web Services
 
Media Content Ingest, Storage, and Archiving with AWS (MED301) | AWS re:Inven...
Media Content Ingest, Storage, and Archiving with AWS (MED301) | AWS re:Inven...Media Content Ingest, Storage, and Archiving with AWS (MED301) | AWS re:Inven...
Media Content Ingest, Storage, and Archiving with AWS (MED301) | AWS re:Inven...Amazon Web Services
 
EC2 Performance, Spot Instance ROI and EMR Scalability
EC2 Performance, Spot Instance ROI and EMR ScalabilityEC2 Performance, Spot Instance ROI and EMR Scalability
EC2 Performance, Spot Instance ROI and EMR ScalabilityJesse Anderson
 
Gaming on AWS - 3. DynamoDB 모델링 및 Streams 활용법
Gaming on AWS - 3. DynamoDB 모델링 및 Streams 활용법Gaming on AWS - 3. DynamoDB 모델링 및 Streams 활용법
Gaming on AWS - 3. DynamoDB 모델링 및 Streams 활용법Amazon Web Services Korea
 
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)Amazon Web Services
 

Tendances (20)

AWS re:Invent re:Cap - 비용 최적화 - 모범사례와 아키텍처 설계 심화편 - 이원일
AWS re:Invent re:Cap - 비용 최적화 - 모범사례와 아키텍처 설계 심화편 - 이원일AWS re:Invent re:Cap - 비용 최적화 - 모범사례와 아키텍처 설계 심화편 - 이원일
AWS re:Invent re:Cap - 비용 최적화 - 모범사례와 아키텍처 설계 심화편 - 이원일
 
AWS Summit 2013 | Auckland - Optimizing Your AWS Applications and Usage to Re...
AWS Summit 2013 | Auckland - Optimizing Your AWS Applications and Usage to Re...AWS Summit 2013 | Auckland - Optimizing Your AWS Applications and Usage to Re...
AWS Summit 2013 | Auckland - Optimizing Your AWS Applications and Usage to Re...
 
Cloud manager synergy final
Cloud manager synergy finalCloud manager synergy final
Cloud manager synergy final
 
Optimising TCO with AWS at Websummit Dublin
Optimising TCO with AWS at Websummit DublinOptimising TCO with AWS at Websummit Dublin
Optimising TCO with AWS at Websummit Dublin
 
Journey Through the AWS Cloud: Cost Optimisation
Journey Through the AWS Cloud: Cost OptimisationJourney Through the AWS Cloud: Cost Optimisation
Journey Through the AWS Cloud: Cost Optimisation
 
How to Scale to Millions of Users with AWS
How to Scale to Millions of Users with AWSHow to Scale to Millions of Users with AWS
How to Scale to Millions of Users with AWS
 
AWS Summit London 2014 | From One to Many - Evolving VPC Design (400)
AWS Summit London 2014 | From One to Many - Evolving VPC Design (400)AWS Summit London 2014 | From One to Many - Evolving VPC Design (400)
AWS Summit London 2014 | From One to Many - Evolving VPC Design (400)
 
Disaster Recovery with AWS - Simone Brunozzi - AWS Summit 2012 Australia -
Disaster Recovery with AWS - Simone Brunozzi - AWS Summit 2012 Australia - Disaster Recovery with AWS - Simone Brunozzi - AWS Summit 2012 Australia -
Disaster Recovery with AWS - Simone Brunozzi - AWS Summit 2012 Australia -
 
Designing Resource-Aware Applications for the Cloud with ABS
Designing Resource-Aware Applications for the Cloud with ABSDesigning Resource-Aware Applications for the Cloud with ABS
Designing Resource-Aware Applications for the Cloud with ABS
 
AWS S3 Cost Optimization
AWS S3 Cost OptimizationAWS S3 Cost Optimization
AWS S3 Cost Optimization
 
AWS Summit London 2014 | Uses and Best Practices for Amazon Redshift (200)
AWS Summit London 2014 | Uses and Best Practices for Amazon Redshift (200)AWS Summit London 2014 | Uses and Best Practices for Amazon Redshift (200)
AWS Summit London 2014 | Uses and Best Practices for Amazon Redshift (200)
 
Optimizing Your AWS Applications and Usage to Reduce Costs
Optimizing Your AWS Applications and Usage to Reduce CostsOptimizing Your AWS Applications and Usage to Reduce Costs
Optimizing Your AWS Applications and Usage to Reduce Costs
 
AWS Summit London 2014 | Deployment Done Right (300)
AWS Summit London 2014 | Deployment Done Right (300)AWS Summit London 2014 | Deployment Done Right (300)
AWS Summit London 2014 | Deployment Done Right (300)
 
AWS 기반 실시간 서비스 개발 및 운영 사례 - AWS Summit Seoul 2017
AWS 기반 실시간 서비스 개발 및 운영 사례 - AWS Summit Seoul 2017AWS 기반 실시간 서비스 개발 및 운영 사례 - AWS Summit Seoul 2017
AWS 기반 실시간 서비스 개발 및 운영 사례 - AWS Summit Seoul 2017
 
AWS Summit Auckland 2014 | Moving to the Cloud. What does it Mean to your Bus...
AWS Summit Auckland 2014 | Moving to the Cloud. What does it Mean to your Bus...AWS Summit Auckland 2014 | Moving to the Cloud. What does it Mean to your Bus...
AWS Summit Auckland 2014 | Moving to the Cloud. What does it Mean to your Bus...
 
AWS Summit Milan - Opening Keynote
AWS Summit Milan - Opening KeynoteAWS Summit Milan - Opening Keynote
AWS Summit Milan - Opening Keynote
 
Media Content Ingest, Storage, and Archiving with AWS (MED301) | AWS re:Inven...
Media Content Ingest, Storage, and Archiving with AWS (MED301) | AWS re:Inven...Media Content Ingest, Storage, and Archiving with AWS (MED301) | AWS re:Inven...
Media Content Ingest, Storage, and Archiving with AWS (MED301) | AWS re:Inven...
 
EC2 Performance, Spot Instance ROI and EMR Scalability
EC2 Performance, Spot Instance ROI and EMR ScalabilityEC2 Performance, Spot Instance ROI and EMR Scalability
EC2 Performance, Spot Instance ROI and EMR Scalability
 
Gaming on AWS - 3. DynamoDB 모델링 및 Streams 활용법
Gaming on AWS - 3. DynamoDB 모델링 및 Streams 활용법Gaming on AWS - 3. DynamoDB 모델링 및 Streams 활용법
Gaming on AWS - 3. DynamoDB 모델링 및 Streams 활용법
 
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
 

En vedette

Sabrina Compton Resume Jan 2016
Sabrina Compton Resume Jan 2016Sabrina Compton Resume Jan 2016
Sabrina Compton Resume Jan 2016Sabrina Compton
 
Подарочные карты "SPAR Оптика".
Подарочные карты "SPAR Оптика".Подарочные карты "SPAR Оптика".
Подарочные карты "SPAR Оптика".spar-71
 
Immonova miert jo az automatizalas 0527 B
Immonova miert jo az automatizalas 0527 BImmonova miert jo az automatizalas 0527 B
Immonova miert jo az automatizalas 0527 BImmonova Okosház
 
Bedő Andrea: Androidos tabletek az oktatásban
 Bedő Andrea: Androidos tabletek az oktatásban Bedő Andrea: Androidos tabletek az oktatásban
Bedő Andrea: Androidos tabletek az oktatásbandigitalisnemzedek
 
оржаховская,неравенство
оржаховская,неравенствооржаховская,неравенство
оржаховская,неравенствоBalabas
 
Conducir la empresa hacer que las cosas sucedan
Conducir la empresa hacer que las cosas sucedanConducir la empresa hacer que las cosas sucedan
Conducir la empresa hacer que las cosas sucedanJorge Ramallo
 
Revista da guerra fria
Revista da guerra friaRevista da guerra fria
Revista da guerra friaAurelio Junior
 
Организация самостоятельной работы учащихся на уроках математики
Организация самостоятельной работы учащихся на уроках математикиОрганизация самостоятельной работы учащихся на уроках математики
Организация самостоятельной работы учащихся на уроках математикиBalabas
 
Zakariás Péter: Játékosított értékelés és óraszervezés a felsőoktatásban
Zakariás Péter: Játékosított értékelés és óraszervezés a felsőoktatásbanZakariás Péter: Játékosított értékelés és óraszervezés a felsőoktatásban
Zakariás Péter: Játékosított értékelés és óraszervezés a felsőoktatásbandigitalisnemzedek
 
Kompetenciafejlesztés interaktív AR alkalmazások segítségével
Kompetenciafejlesztés interaktív AR alkalmazások segítségévelKompetenciafejlesztés interaktív AR alkalmazások segítségével
Kompetenciafejlesztés interaktív AR alkalmazások segítségévelIKT Masterminds Research Group
 
Ombodi Gábor: Hitelesség, személyes márka és a közösségi média
Ombodi Gábor: Hitelesség, személyes márka és a közösségi médiaOmbodi Gábor: Hitelesség, személyes márka és a közösségi média
Ombodi Gábor: Hitelesség, személyes márka és a közösségi médiadigitalisnemzedek
 
Guia de ingles 1 periodo grado 2°
Guia de ingles 1 periodo grado 2°Guia de ingles 1 periodo grado 2°
Guia de ingles 1 periodo grado 2°Monica Muñoz
 

En vedette (16)

Sabrina Compton Resume Jan 2016
Sabrina Compton Resume Jan 2016Sabrina Compton Resume Jan 2016
Sabrina Compton Resume Jan 2016
 
Подарочные карты "SPAR Оптика".
Подарочные карты "SPAR Оптика".Подарочные карты "SPAR Оптика".
Подарочные карты "SPAR Оптика".
 
Immonova miert jo az automatizalas 0527 B
Immonova miert jo az automatizalas 0527 BImmonova miert jo az automatizalas 0527 B
Immonova miert jo az automatizalas 0527 B
 
Bedő Andrea: Androidos tabletek az oktatásban
 Bedő Andrea: Androidos tabletek az oktatásban Bedő Andrea: Androidos tabletek az oktatásban
Bedő Andrea: Androidos tabletek az oktatásban
 
оржаховская,неравенство
оржаховская,неравенствооржаховская,неравенство
оржаховская,неравенство
 
Small Business Whitepaper - FINAL
Small Business Whitepaper - FINALSmall Business Whitepaper - FINAL
Small Business Whitepaper - FINAL
 
Conducir la empresa hacer que las cosas sucedan
Conducir la empresa hacer que las cosas sucedanConducir la empresa hacer que las cosas sucedan
Conducir la empresa hacer que las cosas sucedan
 
Revista da guerra fria
Revista da guerra friaRevista da guerra fria
Revista da guerra fria
 
Организация самостоятельной работы учащихся на уроках математики
Организация самостоятельной работы учащихся на уроках математикиОрганизация самостоятельной работы учащихся на уроках математики
Организация самостоятельной работы учащихся на уроках математики
 
Zakariás Péter: Játékosított értékelés és óraszervezés a felsőoktatásban
Zakariás Péter: Játékosított értékelés és óraszervezés a felsőoktatásbanZakariás Péter: Játékosított értékelés és óraszervezés a felsőoktatásban
Zakariás Péter: Játékosított értékelés és óraszervezés a felsőoktatásban
 
Kompetenciafejlesztés interaktív AR alkalmazások segítségével
Kompetenciafejlesztés interaktív AR alkalmazások segítségévelKompetenciafejlesztés interaktív AR alkalmazások segítségével
Kompetenciafejlesztés interaktív AR alkalmazások segítségével
 
Ombodi Gábor: Hitelesség, személyes márka és a közösségi média
Ombodi Gábor: Hitelesség, személyes márka és a közösségi médiaOmbodi Gábor: Hitelesség, személyes márka és a közösségi média
Ombodi Gábor: Hitelesség, személyes márka és a közösségi média
 
Wiesbaden Magazin Ausgabe 2015
Wiesbaden Magazin Ausgabe 2015Wiesbaden Magazin Ausgabe 2015
Wiesbaden Magazin Ausgabe 2015
 
stevia
steviastevia
stevia
 
Guia de ingles 1 periodo grado 2°
Guia de ingles 1 periodo grado 2°Guia de ingles 1 periodo grado 2°
Guia de ingles 1 periodo grado 2°
 
Autocad Basics
Autocad BasicsAutocad Basics
Autocad Basics
 

Similaire à 14h00 aws costoptimization_jvaria

Increasing your predictability and decreasing your cost with AWS - Simone Br...
Increasing your predictability and decreasing your cost with AWS  - Simone Br...Increasing your predictability and decreasing your cost with AWS  - Simone Br...
Increasing your predictability and decreasing your cost with AWS - Simone Br...Amazon Web Services
 
Cloud Economics: Optimising for Cost
Cloud Economics: Optimising for CostCloud Economics: Optimising for Cost
Cloud Economics: Optimising for CostAmazon Web Services
 
Cost Optimisation with Amazon Web Services
 Cost Optimisation with Amazon Web Services Cost Optimisation with Amazon Web Services
Cost Optimisation with Amazon Web ServicesAmazon Web Services
 
The Total Cost of Ownership (TCO) of Web Applications in the AWS Cloud - Jine...
The Total Cost of Ownership (TCO) of Web Applications in the AWS Cloud - Jine...The Total Cost of Ownership (TCO) of Web Applications in the AWS Cloud - Jine...
The Total Cost of Ownership (TCO) of Web Applications in the AWS Cloud - Jine...Amazon Web Services
 
The Lean Cloud for Startups with AWS - Cost Optimisation
The Lean Cloud for Startups with AWS - Cost OptimisationThe Lean Cloud for Startups with AWS - Cost Optimisation
The Lean Cloud for Startups with AWS - Cost OptimisationAmazon Web Services
 
Building Cost-Aware Cloud Architectures - Jinesh Varia (AWS) and Adrian Cockc...
Building Cost-Aware Cloud Architectures - Jinesh Varia (AWS) and Adrian Cockc...Building Cost-Aware Cloud Architectures - Jinesh Varia (AWS) and Adrian Cockc...
Building Cost-Aware Cloud Architectures - Jinesh Varia (AWS) and Adrian Cockc...Amazon Web Services
 
Cloud Economics; How to Quantify the Benefits of Moving to the Cloud - Transf...
Cloud Economics; How to Quantify the Benefits of Moving to the Cloud - Transf...Cloud Economics; How to Quantify the Benefits of Moving to the Cloud - Transf...
Cloud Economics; How to Quantify the Benefits of Moving to the Cloud - Transf...Amazon Web Services
 
Building Web Applications on AWS - AWS Summit 2012 - NYC
Building Web Applications on AWS - AWS Summit 2012 - NYCBuilding Web Applications on AWS - AWS Summit 2012 - NYC
Building Web Applications on AWS - AWS Summit 2012 - NYCAmazon Web Services
 
Introduction to Amazon Web Services
Introduction to Amazon Web ServicesIntroduction to Amazon Web Services
Introduction to Amazon Web ServicesAmazon Web Services
 
AWS Boot Camp in Taipei
AWS Boot Camp in TaipeiAWS Boot Camp in Taipei
AWS Boot Camp in TaipeiErnest Chiang
 
Architecture Best Practices: Practical Design Steps to Save Costs - Level 200
Architecture Best Practices: Practical Design Steps to Save Costs - Level 200Architecture Best Practices: Practical Design Steps to Save Costs - Level 200
Architecture Best Practices: Practical Design Steps to Save Costs - Level 200Amazon Web Services
 
Preparing your IT infrastructure for thanksgiving
Preparing your IT infrastructure for thanksgivingPreparing your IT infrastructure for thanksgiving
Preparing your IT infrastructure for thanksgiving8KMiles Software Services
 
Cloud Economics, from Genesis to Scale
Cloud Economics, from Genesis to ScaleCloud Economics, from Genesis to Scale
Cloud Economics, from Genesis to ScaleAmazon Web Services
 
Cost Optimization Best Practices: Rotem Yosef
Cost Optimization Best Practices: Rotem Yosef Cost Optimization Best Practices: Rotem Yosef
Cost Optimization Best Practices: Rotem Yosef Amazon Web Services
 

Similaire à 14h00 aws costoptimization_jvaria (20)

Optimizing for Costs in the Cloud
Optimizing for Costs in the CloudOptimizing for Costs in the Cloud
Optimizing for Costs in the Cloud
 
Increasing your predictability and decreasing your cost with AWS - Simone Br...
Increasing your predictability and decreasing your cost with AWS  - Simone Br...Increasing your predictability and decreasing your cost with AWS  - Simone Br...
Increasing your predictability and decreasing your cost with AWS - Simone Br...
 
Cloud Economics: Optimising for Cost
Cloud Economics: Optimising for CostCloud Economics: Optimising for Cost
Cloud Economics: Optimising for Cost
 
Cost Optimisation with Amazon Web Services
 Cost Optimisation with Amazon Web Services Cost Optimisation with Amazon Web Services
Cost Optimisation with Amazon Web Services
 
Optimize Cost Efficiency on AWS
Optimize Cost Efficiency on AWSOptimize Cost Efficiency on AWS
Optimize Cost Efficiency on AWS
 
The Total Cost of Ownership (TCO) of Web Applications in the AWS Cloud - Jine...
The Total Cost of Ownership (TCO) of Web Applications in the AWS Cloud - Jine...The Total Cost of Ownership (TCO) of Web Applications in the AWS Cloud - Jine...
The Total Cost of Ownership (TCO) of Web Applications in the AWS Cloud - Jine...
 
The Lean Cloud for Startups with AWS - Cost Optimisation
The Lean Cloud for Startups with AWS - Cost OptimisationThe Lean Cloud for Startups with AWS - Cost Optimisation
The Lean Cloud for Startups with AWS - Cost Optimisation
 
Building Cost-Aware Cloud Architectures - Jinesh Varia (AWS) and Adrian Cockc...
Building Cost-Aware Cloud Architectures - Jinesh Varia (AWS) and Adrian Cockc...Building Cost-Aware Cloud Architectures - Jinesh Varia (AWS) and Adrian Cockc...
Building Cost-Aware Cloud Architectures - Jinesh Varia (AWS) and Adrian Cockc...
 
Cost Optimization at Scale
Cost Optimization at ScaleCost Optimization at Scale
Cost Optimization at Scale
 
KGC 2013 AWS session
KGC 2013 AWS session KGC 2013 AWS session
KGC 2013 AWS session
 
Cloud Economics; How to Quantify the Benefits of Moving to the Cloud - Transf...
Cloud Economics; How to Quantify the Benefits of Moving to the Cloud - Transf...Cloud Economics; How to Quantify the Benefits of Moving to the Cloud - Transf...
Cloud Economics; How to Quantify the Benefits of Moving to the Cloud - Transf...
 
Building Web Applications on AWS - AWS Summit 2012 - NYC
Building Web Applications on AWS - AWS Summit 2012 - NYCBuilding Web Applications on AWS - AWS Summit 2012 - NYC
Building Web Applications on AWS - AWS Summit 2012 - NYC
 
Introduction to Amazon Web Services
Introduction to Amazon Web ServicesIntroduction to Amazon Web Services
Introduction to Amazon Web Services
 
AWS Boot Camp in Taipei
AWS Boot Camp in TaipeiAWS Boot Camp in Taipei
AWS Boot Camp in Taipei
 
The Cloud Changing the Game
The Cloud Changing the GameThe Cloud Changing the Game
The Cloud Changing the Game
 
Achieving Profitability on AWS
Achieving Profitability on AWSAchieving Profitability on AWS
Achieving Profitability on AWS
 
Architecture Best Practices: Practical Design Steps to Save Costs - Level 200
Architecture Best Practices: Practical Design Steps to Save Costs - Level 200Architecture Best Practices: Practical Design Steps to Save Costs - Level 200
Architecture Best Practices: Practical Design Steps to Save Costs - Level 200
 
Preparing your IT infrastructure for thanksgiving
Preparing your IT infrastructure for thanksgivingPreparing your IT infrastructure for thanksgiving
Preparing your IT infrastructure for thanksgiving
 
Cloud Economics, from Genesis to Scale
Cloud Economics, from Genesis to ScaleCloud Economics, from Genesis to Scale
Cloud Economics, from Genesis to Scale
 
Cost Optimization Best Practices: Rotem Yosef
Cost Optimization Best Practices: Rotem Yosef Cost Optimization Best Practices: Rotem Yosef
Cost Optimization Best Practices: Rotem Yosef
 

Plus de infolive

Projeto Exame Forum Virtual 3.0 v2
Projeto Exame Forum Virtual 3.0 v2Projeto Exame Forum Virtual 3.0 v2
Projeto Exame Forum Virtual 3.0 v2infolive
 
17h30 aws-databases-summit
17h30   aws-databases-summit17h30   aws-databases-summit
17h30 aws-databases-summitinfolive
 
16h30 aws gru security deck
16h30   aws gru security deck16h30   aws gru security deck
16h30 aws gru security deckinfolive
 
16h00 globant - aws globant-big-data_summit2012
16h00   globant - aws globant-big-data_summit201216h00   globant - aws globant-big-data_summit2012
16h00 globant - aws globant-big-data_summit2012infolive
 
15h00 intel - intel big data for aws summits rev3
15h00   intel - intel big data for aws summits rev315h00   intel - intel big data for aws summits rev3
15h00 intel - intel big data for aws summits rev3infolive
 
13h00 aws 2012-fault_tolerant_applications
13h00   aws 2012-fault_tolerant_applications13h00   aws 2012-fault_tolerant_applications
13h00 aws 2012-fault_tolerant_applicationsinfolive
 
Keynote aws summit 2012 final
Keynote aws summit 2012 finalKeynote aws summit 2012 final
Keynote aws summit 2012 finalinfolive
 
Infolive apresentação 2012
Infolive apresentação 2012Infolive apresentação 2012
Infolive apresentação 2012infolive
 

Plus de infolive (8)

Projeto Exame Forum Virtual 3.0 v2
Projeto Exame Forum Virtual 3.0 v2Projeto Exame Forum Virtual 3.0 v2
Projeto Exame Forum Virtual 3.0 v2
 
17h30 aws-databases-summit
17h30   aws-databases-summit17h30   aws-databases-summit
17h30 aws-databases-summit
 
16h30 aws gru security deck
16h30   aws gru security deck16h30   aws gru security deck
16h30 aws gru security deck
 
16h00 globant - aws globant-big-data_summit2012
16h00   globant - aws globant-big-data_summit201216h00   globant - aws globant-big-data_summit2012
16h00 globant - aws globant-big-data_summit2012
 
15h00 intel - intel big data for aws summits rev3
15h00   intel - intel big data for aws summits rev315h00   intel - intel big data for aws summits rev3
15h00 intel - intel big data for aws summits rev3
 
13h00 aws 2012-fault_tolerant_applications
13h00   aws 2012-fault_tolerant_applications13h00   aws 2012-fault_tolerant_applications
13h00 aws 2012-fault_tolerant_applications
 
Keynote aws summit 2012 final
Keynote aws summit 2012 finalKeynote aws summit 2012 final
Keynote aws summit 2012 final
 
Infolive apresentação 2012
Infolive apresentação 2012Infolive apresentação 2012
Infolive apresentação 2012
 

Dernier

8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCRashishs7044
 
Case study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailCase study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailAriel592675
 
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,noida100girls
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...lizamodels9
 
Investment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy CheruiyotInvestment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy Cheruiyotictsugar
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...lizamodels9
 
Organizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessOrganizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessSeta Wicaksana
 
/:Call Girls In Indirapuram Ghaziabad ➥9990211544 Independent Best Escorts In...
/:Call Girls In Indirapuram Ghaziabad ➥9990211544 Independent Best Escorts In.../:Call Girls In Indirapuram Ghaziabad ➥9990211544 Independent Best Escorts In...
/:Call Girls In Indirapuram Ghaziabad ➥9990211544 Independent Best Escorts In...lizamodels9
 
Digital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdfDigital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdfJos Voskuil
 
Annual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesAnnual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesKeppelCorporation
 
Islamabad Escorts | Call 03070433345 | Escort Service in Islamabad
Islamabad Escorts | Call 03070433345 | Escort Service in IslamabadIslamabad Escorts | Call 03070433345 | Escort Service in Islamabad
Islamabad Escorts | Call 03070433345 | Escort Service in IslamabadAyesha Khan
 
Future Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionFuture Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionMintel Group
 
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxContemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxMarkAnthonyAurellano
 
Market Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 EditionMarket Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 EditionMintel Group
 
APRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfAPRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfRbc Rbcua
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607dollysharma2066
 
Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Riya Pathan
 
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...lizamodels9
 
Buy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy Verified Accounts
 

Dernier (20)

8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
 
Case study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailCase study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detail
 
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
 
Investment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy CheruiyotInvestment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy Cheruiyot
 
Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
 
Organizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessOrganizational Structure Running A Successful Business
Organizational Structure Running A Successful Business
 
/:Call Girls In Indirapuram Ghaziabad ➥9990211544 Independent Best Escorts In...
/:Call Girls In Indirapuram Ghaziabad ➥9990211544 Independent Best Escorts In.../:Call Girls In Indirapuram Ghaziabad ➥9990211544 Independent Best Escorts In...
/:Call Girls In Indirapuram Ghaziabad ➥9990211544 Independent Best Escorts In...
 
Digital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdfDigital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdf
 
Annual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesAnnual General Meeting Presentation Slides
Annual General Meeting Presentation Slides
 
Islamabad Escorts | Call 03070433345 | Escort Service in Islamabad
Islamabad Escorts | Call 03070433345 | Escort Service in IslamabadIslamabad Escorts | Call 03070433345 | Escort Service in Islamabad
Islamabad Escorts | Call 03070433345 | Escort Service in Islamabad
 
Future Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionFuture Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted Version
 
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxContemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
 
Market Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 EditionMarket Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 Edition
 
APRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfAPRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdf
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
 
Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737
 
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
 
Buy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail Accounts
 

14h00 aws costoptimization_jvaria

  • 1. Optimizing for Cost in the Cloud Jinesh Varia @jinman Technology Evangelist
  • 2.
  • 3. Multiple dimensions of optimizations Cost Performance Response time Time to market High-availability Scalability Security Manageability …….
  • 5. When you turn off your cloud resources, you actually stop paying for them
  • 6. Continuous optimization in your architecture results in recurring savings in your next month’s bill
  • 7. Elasticity is one of the fundamental properties of the cloud that drives many of its economic benefits
  • 8. Optimizing for Cost… #1 Use only what you need (use Auto Scaling Service, modify–db)
  • 9. Turn off what you don’t need (automatically)
  • 10. Daily CPU Load 14 12 10 8 Load 6 25% Savings 4 2 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 Hour Optimize by the time of day
  • 11. www.MyWebSite.com (dynamic data) Amazon Route 53 media.MyWebSite.com (DNS) (static data) Elastic Load Balancer Amazon Auto Scaling group : Web Tier CloudFront Amazon EC2 Auto Scaling group : App Tier Amazon RDS Amazon S3 Amazon Availability Zone #1 RDS Availability Zone #2
  • 12. Web Servers 50% Savings 1 5 9 13 17 21 25 29 33 37 41 45 49 Week Optimize during a year
  • 13. Auto scaling : Types of Scaling Scaling by Schedule • Use Scheduled Actions in Auto Scaling Service • Date • Time • Min and Max of Auto Scaling Group Size • You can create up to 125 actions, scheduled up to 31 days into the future, for each of your auto scaling groups. This gives you the ability to scale up to four times a day for a month. Scaling by Policy • Scaling up Policy - Double the group size • Scaling down Policy - Decrement by 1
  • 14. Auto scaling Best Practices Use Auto Scaling Tags Use Auto scaling Alarms and Email Notifications Scale up and down symmetrically Scale up quickly and scaling down slowly Auto Scaling across Availability Zones Leverage Suspend and Resume Processes
  • 15. Example: Scale up by 10% if CPU utilization is greater than 60% for 5 minutes, Scale down by 10% if CPU utilization is less than 30% for 20 minutes.
  • 16. Instances Agg. CPU
  • 17. RDS DB Servers 75% Savings 1 3 5 7 9 11 13 15 17 19 21 23 25 27 29 Days of the Month Optimize during a month
  • 18. End of the month processing Expand the cluster at the end of the month • Expand/Shrink feature in Amazon Elastic MapReduce Vertically Scale up at the end of the month • Modify-DB-Instance (in Amazon RDS) (or a New RDS DB Instance ) • CloudFormation Script (in Amazon EC2)
  • 19. Tip: Use “Reminder scripts”  Disassociate your unused EIPs  Delete unassociated EBS volumes  Delete older EBS snapshots  Leverage S3 Object Expiration
  • 20. AWS Support – Trusted Advisor – Your personal cloud assistant
  • 21. Tip – Instance Optimizer Free Memory Free CPU PUT 2 weeks Free HDD At 1-min intervals Alarm Amazon CloudWatch Instance Custom Metrics “You could save a bunch of money by switching to a small instance, Click on CloudFormation Script to Save” $$$ in Savings
  • 22. Optimizing for Cost… #1 Use only what you need (use Auto Scaling Service, modify–db) #2 Invest time in Reserved Pricing analysis (EC2, RDS)
  • 23. Save more when you reserve On-demand Reserved Instances Instances Heavy Utilization RI • Pay as you go • One time low upfront fee + 1-year and 3- Medium Pay as you go year terms Utilization RI • Starts from • $23 for 1 year term and Light $0.02/Hour Utilization RI $0.01/Hour
  • 24. The Total Cost Of (Non) Ownership in the Cloud Whitepaper (New!) Whitepaper: http://bit.ly/aws-tco-webapps
  • 25. Web Application Usage Patterns Steady State Spiky Predictable Uncertain unpredictable Usage Pattern Usage Pattern Usage Pattern (Example: Corporate Website) (Example: Marketing (Example: Social game or Promotions Website) Mobile Website)
  • 26. www.MyWebSite.com (dynamic data) Example: TCO of a Amazon Route 53 media.MyWebSite.com (DNS) 3-tier Web Application Elastic Load (static data) Balancer Amazon Auto Scaling group : Web Tier CloudFront Amazon EC2 Auto Scaling group : App Tier Amazon RDS Amazon Amazon S3 Availability Zone #1 RDS Availability Zone #2
  • 27. $14,000 m2.xlarge running Linux in US-East Region $12,000 over 3 Year period Break-even $10,000 point $8,000 Cost Heavy Utilization $6,000 Medium Utilization $4,000 Light Utilization On-Demand $2,000 $- Utilization Utilization Sweet Spot Feature Savings over On-Demand <10% On-Demand No Upfront Commitment 10% - 40% Light Utilization RI Ideal for Disaster Recovery Up to 56% (3-Year) 40% - 75% Medium Utilization RI Standard Reserved Capacity Up to 66% (3-Year) >75% Heavy Utilization RI Lowest Total Cost Up to 71% (3-Year) Ideal for Baseline Servers
  • 28. Spiky Predictable Usage Pattern 12 Traffic measured in Servers/Instances 10 8 6 Traffic Pattern EC2 Reserved 4 EC2 On-Demand Physical servers (on-premises) 2 0 0 5 10 15 20 25 30 35 Months
  • 29. TCO of Spiky Predictable Web Application TCO Web Application - Spiky Usage Pattern On-Premises AWS Option 1 AWS Option 2 AWS Option 3 Amortized monthly costs All Reserved Mix of On-Demand All On-Demand Option over 3 years and Reserved Option 1: All Reserved Compute/Server Costs Server Hardware $510 $0 $0 $0 Network Hardware $103 $0 $0 $0 Option 2: Mix of On-Demand and Reserved Hardware Maintenance Recommended Option (Most Cost- $78 $0 $0 $0 effective)Power and Cooling $286 $0 $0 $0 Data Center Space $240 $0 $0 $0 Personnel $2,000 $0 $0 $0 Option 3: AWS Instances All On-Demand $0 $992 $881 $1,940 Commitment-free and Risk-free Option Total - Per Month $3,220 $992 $881 $1,940 Total - 3 Years $115,920 $35,717 $31,731 $69,854 Savings over On-premises 69% 72% 40% Option
  • 30. Recommendations Steady State Usage Pattern • For 100% utilization • 3-Year Heavy RI (for maximum savings over on-demand) Spiky Predictable Usage Pattern • Baseline • 3-Year Heavy RI (for maximum savings over on-demand) • 1-Year Light RI (for lowest upfront commitment) + savings over on-demand • Peak: On-Demand Uncertain and unpredictable Usage Pattern • Start out small with On-Demand Instances (risk-free and commitment- free) • Switch to some combination of Reserved and On-Demand, if application is successful • If not successful, you walk away having spent a fraction of what you would pay to buy your own technology infrastructure
  • 31.
  • 32.
  • 33. Optimizing for Cost… #1 Use only what you need (use Auto Scaling Service, modify–db) #2 Invest time in Reserved Pricing analysis (EC2, RDS) #3 Architect for Spot Instances (bidding strategies)
  • 34. Optimize by using Spot Instances On-demand Reserved Spot Instances Instances Instances • Pay as you go • One time low • Requested Bid upfront fee + Price and Pay Pay as you go as you go • Starts from • $23 for 1 year • $0.005/Hour $0.02/Hour term and as of today at $0.01/Hour 9 AM 1-year and 3- year terms Heavy Medium Light Utilization Utilization RI Utilization RI RI
  • 35. What are Spot Instances? Sold at Sold at 50% Unused 54% Unused Discount! Discount! Sold at Sold at 56% Unused 59% Unused Discount! Discount! Sold at Sold at 66% Unused 63% Unused Discount! Discount! Availability Zone Availability Zone Region
  • 36. What is the tradeoff? Unused Unused Unused Reclaimed Unused Unused Reclaimed Unused Availability Zone Availability Zone Region
  • 37. Spot Use cases Use Case Types of Applications Batch Processing Generic background processing (scale out computing) Hadoop Hadoop/MapReduce processing type jobs (e.g. Search, Big Data, etc.) Scientific Computing Scientific trials/simulations/analysis in chemistry, physics, and biology Video and Image Transform videos into specific formats Processing/Rendering Testing Provide testing of software, web sites, etc Web/Data Crawling Analyzing data and processing it Financial Hedgefund analytics, energy trading, etc HPC Utilize HPC servers to do embarrassingly parallel jobs Cheap Compute Backend servers for Facebook games
  • 38. Save more money by using Spot Instances Reserved Hourly Price > Spot Price < On-Demand Price
  • 39. Spot: Example Customers 57% 50% 63% 50% 56% 50% 66% 50%
  • 40. Typical Spot Bidding Strategies Bid Distribution (for last 3 months) 20% 1. Bid near the 18% Reserved Hourly Price Percentage of the Distribution 16% 14% 2. Bid above the 12% Spot Price 10% History 8% 6% 3. Bid near On- 4% Demand Price 2% 4. Bid above the 0% On-Demand Price Bid Price as Percentage of the On-Demand Price
  • 41. 1. Bid Near the Reserved Hourly Price $$$$$$$$$$$$$$$$$$ $$$ $ $ $ $ 66% Savings over On-Demand
  • 42. 2. Bid above the Spot Price History 50% Savings over On-Demand
  • 43. 3. Bid near the On-Demand Price 50% Savings over On-Demand
  • 44. 4. Bid above the On-Demand Price 57% Savings over On-Demand
  • 46. Amazon EMR (Hadoop): Run Task Nodes on Spot Amazon S3 Upload large datasets or log Amazon S3 Data files directly Input Source Data Outpu tData Task Amazon Elastic Node MapReduce Amazon DynamoDB Mapper Code/ Reducer Name Task Service Metadata Scripts HiveQL Node Node Pig Latin Cascading Runs multiple JobFlow Steps Core HiveQL Node Pig Latin Query Core Node HDFS BI Apps Amazon Elastic MapReduce JDBC/ODB C Hadoop Cluster
  • 47. Amazon EMR: Reducing Cost with Spot Scenario #1 #1: Cost without Spot Job Flow 4 instances *14 hrs * $0.45 = $25.20 Duration: 14 Hours #2: Cost with Spot 4 instances *7 hrs * $0.45 = $12.60 + 5 instances * 7 hrs * $0.225 = $7.875 Scenario #2 Total = $20.475 Job Flow Time Savings: 50% Duration: Cost Savings: ~19% 7 Hours
  • 48. Made for each other: MapReduce + Spot Use Case: Web crawling/Search using Hadoop type clusters. Use Reserved Instances for their DB workloads and Spot instances for their indexing clusters. Launch 100’s of instances. Bidding Strategy: Bid a little above the On-Demand price to prevent interruption. Interruption Strategy: Restart the cluster if interrupted 66% Savings over On-Demand
  • 49. Video Transcoding Application Example Amazon S3 Amazon S3 Amazon Elastic Compute Cloud Input Output Bucket Bucket Amazon EC2 Amazon SQS Amazon SQS Job Completed Reports Job Website Input Output Website Queue Queue Amazon EC2 (Job Manager) On-demand + Spot Amazon Amazon DynamoDB CloudWatch Amazon DynamoDB Amazon EC2 Intranet
  • 50. Use of Amazon SQS in Spot Architectures VisibilityTimeOut Amazon EC2 Spot Instance
  • 51. Optimizing Video Transcoding Workloads Free Offering Premium Offering • Optimize for reducing cost  Optimized for Faster response times • Acceptable Delay Limits  No Delays Implementation Implementation • Set Persistent Requests  Invest in RIs • Use on-demand Instances, if  Use on-demand for Elasticity delay Maximum Bid Price Maximum Bid Price < On-demand Rate >= On-demand Rate Get your set reduced price for Get Instant Capacity for higher price your workload
  • 53. Architecting for Spot Instances : Best Practices Manage interruption • Split up your work into small increments • Checkpointing: Save your work frequently and periodically Test Your Application Track when Spot Instances Start and Stop Spot Requests • Use Persistent Requests for continuous tasks • Choose maximum price for your requests
  • 54. Optimizing for Cost… #1 Use only what you need (use Auto Scaling Service, modify–db) #2 Invest time in Reserved Pricing analysis (EC2, RDS) #3 Architect for Spot Instances (bidding strategies) #4 Leverage Application Services (ELB, SNS, SQS, SWF, SES)
  • 55. Optimize by converting ancillary instances into services Monitoring: CloudWatch Notifications: SNS Queuing: SQS SendMail: SES Load Balancing: ELB Workflow: SWF Search: CloudSearch
  • 56. Elastic Load Balancing Software LB on EC2 Elastic Load Balancing Pros Pros Application-tier load Elastic and Fault-tolerant balancer Auto scaling Monitoring included Cons SPOF Cons Elasticity has to be For Internet-facing traffic implemented manually only Not as cost-effective
  • 57. $0.025 per hour DNS Elastic Load Web Servers Balancer Availability Zone $0.08 per hour (small instance) EC2 instance DNS + software LB Web Servers Availability Zone
  • 58. Application Services Software on EC2 SNS, SQS, SES, SWF Pros Pros Custom features Pay as you go Scalability Cons Availability Requires an instance High performance SPOF Limited to one AZ DIY administration
  • 59. Consumers Producer SQS queue $0.01 per 10,000 Requests ($0.000001 per Request) $0.08 per hour (small instance) Producer EC2 instance Consumers + software queue
  • 60. Optimizing for Cost… #1 Use only what you need (use Auto Scaling Service, modify–db) #2 Invest time in Reserved Pricing analysis (EC2, RDS) #3 Architect for Spot Instances (bidding strategies) #4 Leverage Application Services (ELB, SNS, SQS, SWF, SES) #5 Implement Caching (ElastiCache, CloudFront)
  • 61. caching Optimize for performance and cost by page caching and edge-caching static content
  • 62. When am I charged? Paris Client Edge Location Amazon Simple Storage Service (S3) Client Singapore Amazon Elastic Compute Cloud (EC2) Edge Location London Edge Location Client
  • 63. When content is popular… Paris Client Edge Location Amazon Simple Storage Service (S3) Client Singapore Amazon Elastic Compute Cloud (EC2) Edge Location London Edge Location Client
  • 64. Architectural Recommendations Use Amazon S3 + CloudFront as it will reduce the cost as well as reduce latency for static data • Depends on cache-hit ratio For Video Streaming, use CloudFront as there is no need of a separate streaming server running Adobe FMS Use managed caching service (Amazon ElastiCache)
  • 65. Number of ways to further save with AWS… #1 Use only what you need (use Auto Scaling Service, modify–db) #2 Invest time in Reserved Pricing analysis (EC2, RDS) #3 Architect for Spot Instances (bidding strategies) #4 Leverage Application Services (ELB SNS, SQS, SWF, SES) #5 Implement Caching (ElastiCache, CloudFront)
  • 66. Thank you! jvaria@amazon.com Twitter: @jinman

Notes de l'éditeur

  1. Brazillian Soap Opera Joke to break the ice..
  2. Cloud is highly cost-effective because you can turn off and stop paying for it when you don’t need it or your users are not accessing. Build websites that sleep at night
  3. Only happens in the cloud
  4. Cloud is highly cost-effective because you can turn off and stop paying for it when you don’t need it or your users are not accessing. Build websites that sleep at night
  5. Our strategy of pricing each service independently gives you tremendous flexibility to choose the services you need for each project and to pay only for what you use
  6. Build websites that sleep at night. Build machines only live when you need it
  7. Shrink your server fleet from 6 to 2 at night and bring back
  8. Perhaps you expect a lot of traffic as part of a planned announcement and you want to increase the size of your EC2 fleet just ahead of your press release. Maybe your site is busy once a day because you have a daily deal or a daily special, or only on weekends when people are at sporting events. Or maybe you run a college registration site and you want to scale up during day and evening hours for the four-day registration period.
  9. Perhaps you expect a lot of traffic as part of a planned announcement and you want to increase the size of your EC2 fleet just ahead of your press release. Maybe your site is busy once a day because you have a daily deal or a daily special, or only on weekends when people are at sporting events. Or maybe you run a college registration site and you want to scale up during day and evening hours for the four-day registration period.
  10. 80% of your desired threshold20
  11. Perhaps you expect a lot of traffic as part of a planned announcement and you want to increase the size of your EC2 fleet just ahead of your press release. Maybe your site is busy once a day because you have a daily deal or a daily special, or only on weekends when people are at sporting events. Or maybe you run a college registration site and you want to scale up during day and evening hours for the four-day registration period.
  12. For example, if the application always scales 2 larges in each AZ, there is pretty much no difference between this approach and 1 extra large in each AZ.  However it would be safer for the customer to scale 1 large in 2 AZs rather than 1 extra large in 1 AZ (and cheaper than 2 extra larges).
  13. Personal Optimization Assistant
  14. Option 1: This option offers 69% savings over the on-premises option. By purchasing 3-Year Heavy Utilization Reserved Instances (to match the capacity in the on-premises option), you get the lowest hourly rate for your Amazon EC2 and Amazon RDS DB instances. Option 2: This is the most cost-effective option and also the most flexible option. By purchasing 3-Year Heavy Utilization Reserved Instances to handle your baseline traffic and leveraging On-Demand Instances for your peaks, you not only get maximum savings but also enhanced flexibility. The significant savings is due to efficient use of your resources. You use them only when you need to without having to provision for peak capacity. You also have lower total upfront cost ($6,200) than AWS option 1 ($15,500) and on-premises option ($24,920).Option 3: In this option, there is no upfront commitment and you still get significant savings (40%) over the on-premises option. By leveraging On-Demand Instances, you only pay for what you use. This option is best if you want maximum flexibility and zero up-front cost (e.g. many early-stage start-ups fit this profile). Your savings are not as high as in the AWS options with Reserved Instances, but you still get significant savings and flexibility with this option
  15. 1 or 3 years is our commitment to the customer not theirs to us.  Therefore, if a customer plans on running for at least 8 months the only sensible purchase is the 3 year.
  16. Engineered application towards a costSet low maximum bid price to minimize costsWere comfortable if process ran longer or jobs were re-runDid not pay for hour if they are interrupted
  17. Show graph – and add in the picsPrice Set 10% above Average Price Last HourMaximum price threshold of 80% of On-Demand PriceOne time spot requests; one instance per request; across all availability zonesNot more than 10 open Spot requests at any timeSpot requests expire in 10 minuteLaunch Spot instances first and then on-demand instances if you don’t get the spot instances in under 15 minutes
  18. Bid around the On-Demand priceUse On-Demand instance when Spot Price exceeds On-Demand price (or slightly higher)May pay more some hours, but on average they pay significantly lessThis bidding strategy ensures a discount over On-Demand
  19. Bid around the On-Demand priceUse On-Demand instance when Spot Price exceeds On-Demand price (or slightly higher)May pay more some hours, but on average they pay significantly lessThis bidding strategy ensures a discount over On-Demand
  20. For Non-hadoop Grid computing (scientific modeling) Use Spot and On-demand in Hybrid Fashion. Master Node in Cluster is on-demand instance, worker nodes are spot instances
  21. Batch Processing architecture using Amazon EC2, S3, SQS, SimpleDB
  22. Vimeo is about to come out with a case study. We are pushing for by the Summit, but if not you can remove the name and just use it as an example. They have 2 offerings: free and premium. The free case they want to minimize cost. They have the ability to have some delay in the service while they transcode the data. So, they set a maximum of $x on the amount they would pay for an hour, and use Spot for the task. If they haven’t gotten capacity in a long time, they choose to start in On-Demand. The premium case they want the media encoding to happen immediately. So, they purchase Reserved Instances to optimize their expected level of demand (note breakeven is around 30% utilization, so buying more RIs may make sense). Then, they use On-Demand for elasticity. If they can’t get the On-Demand when they need it, they try in Spot (e.g. you can get capacity not available anywhere else). In all, they have optimized for their SLA for the premium offering, and minimized cost in their free offering. Both are legitimate scenarios, and AWS is the only provider to support the pricing models to allow them to do it.
  23. Save Your Work Frequently: Because Spot Instances can be terminated with no warning, it is importantto build your applications in a way that allows you to make progress even if your application isinterrupted. There are many ways to accomplish this, two of which are adding checkpoints to yourapplication or splitting your work into small increments.Add Checkpoints: Depending on fluctuations in the Spot Price caused by changes in the supply ordemand for Spot capacity, Spot Instance requests may not be fulfilled immediately and may beterminated without warning. In order to protect your work from potential interruptions, werecommend inserting regular checkpoints to save your work periodically. One way to do this is by savingall of your data to an Amazon EBS volume. Another approach is to run your instances using Amazon EBS-backed AMIs. By setting theDeleteOnTermination flag to false as part of your launch request, the Amazon EBS volume used as theinstance’s root partition will persist after instance termination, and you can recover all of the data savedto that volume. You can read more details on the use of Amazon EBS-backed AMIs here.Note: When using this technique with a persistent request, bear in mind that a new EBS volumewill be created for each new Spot Instance.Split up Your Work: Another best practice is to split your workload into small increments if possible.Using Amazon SQS, you can queue up work increments and keep track of what work has already beendone (as in the example from the previous section). When using this approach, ensure that processing aunit of work is idempotent (can be safely processed multiple times) to ensure that resuming aninterrupted task doesn’t cause problems. You can do this by enqueuing a message to your Amazon SQS queue for each increment of work. Youcan then build an AMI that, when run, discovers the queue from which to pull its work. Discovery can bedone by building it into the AMI, passing in user data or by storing the configuration remotely (forexample in Amazon SimpleDB or Amazon S3), which will tell the AMI in which queue to look.More details on using Amazon SQS with Amazon EC2 and a detailed walkthrough on how to set up thistype of architecture can be found here.Test Your Application: When using Spot Instances, it is important to make sure that your application isfault tolerant and will correctly handle interruptions. While we attempt to cleanly terminate yourinstances, your application should be prepared to deal with sudden shutdowns. You can test yourapplication by running an On-Demand Instance and then terminating it. This can help you to determinewhether your application is sufficiently fault tolerant and is able to handle unexpected interruptions.18Minimize Group Instance Launches: There are two options for launching instances together in a cluster.The Launch Group is a request option that ensures your instances will be launched and terminatedsimultaneously. The Availability Zone Group is a second request option that ensures your instances willbe launched together in one Availability Zone. Although they may be necessary for some applications,avoiding these restrictions whenever possible will increase the chances of your request being fulfilled.When Launch Groups are required, try to minimize the group size because larger groups have a lowerchance of being fulfilled. Additionally whenever possible, try to avoid specifying a specific AvailabilityZone in order to increase your chances of successfully launching.Use Persistent Requests for Continuous Tasks: Spot Instance Requests can be one-time or persistent. Aone-time request will only be satisfied once; a persistent request will remain in consideration after eachinstance termination. This means that after your request has been satisfied and your instance has beenterminated—by you or by Amazon EC2—your request will be submitted again automatically with thesame parameters as your initial request. A persistent request will continue submitting the request untilyou cancel it. These requests can be helpful if you have continuous work that can be stopped andresumed, such as data processing or video rendering. We recommend that you revisit these requestsfrom time to time to examine whether or not you want to change your maximum price or the AMI.Changing parameters will require that you cancel your existing request and resubmit a new request.Note: Terminating your instance is not the same as cancelling a persistent request. If youterminate your instance without cancelling your persistent request, Amazon EC2 willautomatically launch a replacement Spot Instance given that your maximum price is above thecurrent Spot Price.Track when Spot Instances Start and Stop: The simplest way to know the current status of your SpotInstances is to either poll the DescribeSpotInstanceRequests API or view the status of your instance usingthe AWS Management Console. By polling the DescribeSpotInstanceRequests at whatever frequency youdesire (e.g. every ten minutes), you can look for state changes to your requests. This will tell you when arequest is successful, because it will change from “open” to “active” and it will have an associatedinstance ID. You can use this same approach to detect terminations by checking to see if the “instanceid” field disappears.You can also use Amazon SQS to create your own notifications. One way of doing this is to create an AMIthat has a start-up script that enqueues a message on an Amazon SQS queue. You can take the sameapproach to detect when a Spot Instance begins the process of shutting down.For instructions on how to build your own AMI, please see the Amazon EC2 User Guide located here.Access Large Pools of Compute Capacity: Spot Instances can be used to help you meet occasional needsfor large amounts of compute capacity (note that the default limit for Spot Instances is 100 versus thedefault limit of 20 for On-Demand Instances.) If your needs are urgent, you can specify a high maximumprice (possibly even higher than the On-Demand price), which will raise your request’s relative priorityand allow you to gain access to as much immediate capacity as possible given other requests and the19Spot Instance capacity available at the time. While Spot Instances are generally not suitable for steadystatetasks such as serving web content, they can be used as a valuable source of instance capacity evenfor steady state applications when applications have urgent computing needs due to unanticipated orshort-term demand spikes.