SlideShare a Scribd company logo
1 of 30
Infrastructure in the
             Cloud Era
        Adam Jacob - Co-founder & CTO, Opscode
Ezra Zygmuntowicz - Co-Founder & Mad Scientist Engine Yard


                Opscode
Please Join our Ad-Hoc
              Cloud
 If you have a Mac with Developer Tools
               installed...
curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
What are you guys
 talking about?




curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
What are you guys
     talking about?

•   Bootstrapping




     curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
What are you guys
   talking about?

•Bootstrapping
• Configuration


  curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
What are you guys
   talking about?

•Bootstrapping
• Configuration
• Command and Control

  curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
Many
  Different
   Tools
curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
Bootstrapping


curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
Bootstrapping Approaches
                            Good                         Bad                Time

                       Known Costs, No           High Waste (Hoarding)
                           Variation.                  Red Tape
Corp Approvals                                                              6-8w
                   Anything you want, as long     Expensive ($/Time)
                     as IT pre-approved it.          Long lead time


                                                      Lower Waste
  Agile Corp             Known Costs.                Less Red Tape
                                                                            2-4w
                    Total Hardware Control.             Still slow
  Approvals            Trivial Approvals.          Expensive ($/Time)
                                                    Shorter lead time


                        Variable Costs.
                       Highly Adaptable.             Variable Costs.
    Cloud                                                                   5-10m
                      Minimal lead time.        No control over hardware.
                       Trivial approvals.            Must re-train.
                      No humans needed.

               curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
Why Time Matters
Total Bootstrapping Time in Weeks
                      Corp Approvals
                      Agile Approvals
                      Cloud
                          8



  6



                                4

         2


                  0
      Best Time                         0
                          Worst Time
                  curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
Tools for Bootstrapping
  PXE Boot
     FAI
System Imager
  Kickstart
  Cobbler




         curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
Bootstrapping Demo
                      Engine Yard Solo




Now would be a totally sweet time to pull out your Mac and run...
  curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
Configuration



curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
Manage
Complexity
 curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
java            logrotate bind postgresql
                                                 redmine
     rubygems
                 iptables      mongrel      rails


      Manage
                   memcached munin resolver
    perlbal
         nginx                             php logwatch
                            maradns
   ports     ebuilds                      erlang
    apt-proxy nagios openssh

     Complexity
                                        nscd       sudo
                         apache
                                mysql
         keepalived                         trac
 dpkgs                  ntp     openldap
       rpms     ipvsadm
jira                                  subversion
                              rsync
                                              couchdb

          curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
Configuration Approaches
                               Good                               Bad

                                                                  Slow.
                         You can do anything.
                                                         Error Prone (Bus Error!)
    Manual              Results in an intimate
                                                             Non-repeatable.
                       knowledge of the details.
                                                       Difficult knowledge transfer.



                                                           Rarely idempotent.
                            More repeatable.
                                                           Hard to collaborate.
    Ad-Hoc               Knowledge is dispersed.
                                                                 Brittle.
                    Built your way, with your model.
                                                                 No API.


                              Repeatable.
Infrastructure as             Idempotent.              Have to learn how to use it.
                                 Agile.                 Hard things remain hard.
      Code                      Sharable.                  Not magic. (Yet!)
                           Self documenting.

             curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
Tools for Configuration
            Chef, Puppet, Cfengine, Bcfg2



        Shell Scripts, Perl, Python, Ruby, etc.



               Operating System tools
               Your favorite text editor




   curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
Infrastructure as Code



Manage configuration as idempotent Resources.
        Put them together in Recipes.
          Track it like source code.
           Configure your servers.
  You can learn more about Chef at http://wiki.opscode.com/display/chef/Home
           curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
You need an API


You can learn more about Chef at http://wiki.opscode.com/display/chef/Home
         curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
Command and Control



  You are running out of time to join the Ad-Hoc Cloud Party!
  curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
Command and Control
                                   Good                             Bad

                                Super flexible.                   Error Prone.
                           Can do almost anything.                  Slow.
 Meatcloud*             Always easy to find someone to         Expensive to Scale.
                                    blame.                     Not repeatable.
                                  Free will.                      Free will.


                                                            One-off by neccessity.
                               More repeatable.
                                                               Tooling sprawl.
    Ad-Hoc                      Easier to scale.
                                                           Hard to share solutions.
                         Less error prone (hopefully!)
                                                          Much higher learning curve.


                             One system to learn.
                                 Scales well.             Not everything maps cleanly.
 Framework                    Paint by numbers.          Trades depth of knowledge for
                                 Repeatable.                      ease of use.
                                  Two-Way.

*Meatcloud appears in this presentation courtesy of Andrew Shafer - http://is.gd/Ega
       Last Chance! - curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
Tools for Command
    and Control
               Nanite, Capistrano, Control Tier



             Shell Scripts, Perl, Python, Ruby, etc.



                               You
                         Your co-workers




Last Chance! - curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
Command and Control
     Demo


You can learn more about Nanite at http://github.com/ezmobius/nanite/tree/master
What else can you do?

• Application Deployment
• Starting and stopping services
• Maintenance
• You name it.
In Practice
Typical Peak Load


1.       Bring on capacity as traffic ramps up
2.       Take down capacity as it ramps down
3.         10-15 Minutes on either side, fully
                    unattended


     Graphs in this portion of the presentation taken from Theo Schlossnagle
         http://omniti.com/seeds/dissecting-todays-internet-traffic-spikes
Atypical Load
No way                                                                  However,
around                                                                    you are
Capacity                                                                still better
Planning                                                                     off!

   1.           Hope you know it is coming.
   2.           Increase capacity in advance.
   3.       Take down capacity as it ramps down.
        Graphs in this portion of the presentation taken from Theo Schlossnagle
            http://omniti.com/seeds/dissecting-todays-internet-traffic-spikes
1. Signal Command and
        Control
2. Analyze Responses
3. Rinse and Repeat
4.         Profit
1. Your infrastructure
      is disposable.
2. Make sure you can
  turn each layer off.
3. New efficiencies
   often lead to new
    hard problems.
Q &A
                      Brought to you by...

                     Opscode


  You can learn more about Chef at http://wiki.opscode.com/display/chef/Home
You can learn more about Nanite at http://github.com/ezmobius/nanite/tree/master

More Related Content

Viewers also liked

Panduit IA UPS Benefits for Zone Networks
Panduit IA UPS Benefits for Zone NetworksPanduit IA UPS Benefits for Zone Networks
Panduit IA UPS Benefits for Zone NetworksPanduit
 
Cloud Taxonomy: Platform vs Infrastructure
Cloud Taxonomy: Platform vs InfrastructureCloud Taxonomy: Platform vs Infrastructure
Cloud Taxonomy: Platform vs InfrastructureAppistry
 
Plant Wide Benefits of Ethernet IP
Plant Wide Benefits of Ethernet IPPlant Wide Benefits of Ethernet IP
Plant Wide Benefits of Ethernet IPPanduit
 
Hypervisor Security - OpenStack Summit Hong Kong
Hypervisor Security - OpenStack Summit Hong KongHypervisor Security - OpenStack Summit Hong Kong
Hypervisor Security - OpenStack Summit Hong KongRobert Clark
 
Panduit Stainless Steel Cable Tie & Marking Systems For Cable & Pipe Identifi...
Panduit Stainless Steel Cable Tie & Marking Systems For Cable & Pipe Identifi...Panduit Stainless Steel Cable Tie & Marking Systems For Cable & Pipe Identifi...
Panduit Stainless Steel Cable Tie & Marking Systems For Cable & Pipe Identifi...Thorne & Derrick International
 
Hp Fortify Cloud Application Security
Hp Fortify Cloud Application SecurityHp Fortify Cloud Application Security
Hp Fortify Cloud Application SecurityEd Wong
 
Everything about Cloud Computing
Everything about Cloud ComputingEverything about Cloud Computing
Everything about Cloud ComputingIDS Infotech
 
Expanding Your Data Center with Hybrid Cloud Infrastructure
Expanding Your Data Center with Hybrid Cloud InfrastructureExpanding Your Data Center with Hybrid Cloud Infrastructure
Expanding Your Data Center with Hybrid Cloud InfrastructureAmazon Web Services
 
Cloud Service Architecture - Overcoming HIPAA Challenges - Click Software
Cloud Service Architecture  - Overcoming HIPAA Challenges - Click SoftwareCloud Service Architecture  - Overcoming HIPAA Challenges - Click Software
Cloud Service Architecture - Overcoming HIPAA Challenges - Click SoftwareIsrael AWS User Group
 

Viewers also liked (13)

4 hp converged_cloud
4 hp converged_cloud4 hp converged_cloud
4 hp converged_cloud
 
Panduit IA UPS Benefits for Zone Networks
Panduit IA UPS Benefits for Zone NetworksPanduit IA UPS Benefits for Zone Networks
Panduit IA UPS Benefits for Zone Networks
 
Cloud Taxonomy: Platform vs Infrastructure
Cloud Taxonomy: Platform vs InfrastructureCloud Taxonomy: Platform vs Infrastructure
Cloud Taxonomy: Platform vs Infrastructure
 
Plant Wide Benefits of Ethernet IP
Plant Wide Benefits of Ethernet IPPlant Wide Benefits of Ethernet IP
Plant Wide Benefits of Ethernet IP
 
Hypervisor Security - OpenStack Summit Hong Kong
Hypervisor Security - OpenStack Summit Hong KongHypervisor Security - OpenStack Summit Hong Kong
Hypervisor Security - OpenStack Summit Hong Kong
 
Panduit Stainless Steel Cable Tie & Marking Systems For Cable & Pipe Identifi...
Panduit Stainless Steel Cable Tie & Marking Systems For Cable & Pipe Identifi...Panduit Stainless Steel Cable Tie & Marking Systems For Cable & Pipe Identifi...
Panduit Stainless Steel Cable Tie & Marking Systems For Cable & Pipe Identifi...
 
Panduit MEHT187 Cable Marking Hand Tools
Panduit MEHT187 Cable Marking Hand ToolsPanduit MEHT187 Cable Marking Hand Tools
Panduit MEHT187 Cable Marking Hand Tools
 
Hp Fortify Cloud Application Security
Hp Fortify Cloud Application SecurityHp Fortify Cloud Application Security
Hp Fortify Cloud Application Security
 
Everything about Cloud Computing
Everything about Cloud ComputingEverything about Cloud Computing
Everything about Cloud Computing
 
Expanding Your Data Center with Hybrid Cloud Infrastructure
Expanding Your Data Center with Hybrid Cloud InfrastructureExpanding Your Data Center with Hybrid Cloud Infrastructure
Expanding Your Data Center with Hybrid Cloud Infrastructure
 
AWS
AWSAWS
AWS
 
Cloud Service Architecture - Overcoming HIPAA Challenges - Click Software
Cloud Service Architecture  - Overcoming HIPAA Challenges - Click SoftwareCloud Service Architecture  - Overcoming HIPAA Challenges - Click Software
Cloud Service Architecture - Overcoming HIPAA Challenges - Click Software
 
Virus and worms
Virus and wormsVirus and worms
Virus and worms
 

Recently uploaded

Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 

Recently uploaded (20)

Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 

Infrastructure In The Cloud Era

  • 1. Infrastructure in the Cloud Era Adam Jacob - Co-founder & CTO, Opscode Ezra Zygmuntowicz - Co-Founder & Mad Scientist Engine Yard Opscode
  • 2. Please Join our Ad-Hoc Cloud If you have a Mac with Developer Tools installed... curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
  • 3. What are you guys talking about? curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
  • 4. What are you guys talking about? • Bootstrapping curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
  • 5. What are you guys talking about? •Bootstrapping • Configuration curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
  • 6. What are you guys talking about? •Bootstrapping • Configuration • Command and Control curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
  • 7. Many Different Tools curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
  • 9. Bootstrapping Approaches Good Bad Time Known Costs, No High Waste (Hoarding) Variation. Red Tape Corp Approvals 6-8w Anything you want, as long Expensive ($/Time) as IT pre-approved it. Long lead time Lower Waste Agile Corp Known Costs. Less Red Tape 2-4w Total Hardware Control. Still slow Approvals Trivial Approvals. Expensive ($/Time) Shorter lead time Variable Costs. Highly Adaptable. Variable Costs. Cloud 5-10m Minimal lead time. No control over hardware. Trivial approvals. Must re-train. No humans needed. curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
  • 10. Why Time Matters Total Bootstrapping Time in Weeks Corp Approvals Agile Approvals Cloud 8 6 4 2 0 Best Time 0 Worst Time curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
  • 11. Tools for Bootstrapping PXE Boot FAI System Imager Kickstart Cobbler curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
  • 12. Bootstrapping Demo Engine Yard Solo Now would be a totally sweet time to pull out your Mac and run... curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
  • 14. Manage Complexity curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
  • 15. java logrotate bind postgresql redmine rubygems iptables mongrel rails Manage memcached munin resolver perlbal nginx php logwatch maradns ports ebuilds erlang apt-proxy nagios openssh Complexity nscd sudo apache mysql keepalived trac dpkgs ntp openldap rpms ipvsadm jira subversion rsync couchdb curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
  • 16. Configuration Approaches Good Bad Slow. You can do anything. Error Prone (Bus Error!) Manual Results in an intimate Non-repeatable. knowledge of the details. Difficult knowledge transfer. Rarely idempotent. More repeatable. Hard to collaborate. Ad-Hoc Knowledge is dispersed. Brittle. Built your way, with your model. No API. Repeatable. Infrastructure as Idempotent. Have to learn how to use it. Agile. Hard things remain hard. Code Sharable. Not magic. (Yet!) Self documenting. curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
  • 17. Tools for Configuration Chef, Puppet, Cfengine, Bcfg2 Shell Scripts, Perl, Python, Ruby, etc. Operating System tools Your favorite text editor curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
  • 18. Infrastructure as Code Manage configuration as idempotent Resources. Put them together in Recipes. Track it like source code. Configure your servers. You can learn more about Chef at http://wiki.opscode.com/display/chef/Home curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
  • 19. You need an API You can learn more about Chef at http://wiki.opscode.com/display/chef/Home curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
  • 20. Command and Control You are running out of time to join the Ad-Hoc Cloud Party! curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
  • 21. Command and Control Good Bad Super flexible. Error Prone. Can do almost anything. Slow. Meatcloud* Always easy to find someone to Expensive to Scale. blame. Not repeatable. Free will. Free will. One-off by neccessity. More repeatable. Tooling sprawl. Ad-Hoc Easier to scale. Hard to share solutions. Less error prone (hopefully!) Much higher learning curve. One system to learn. Scales well. Not everything maps cleanly. Framework Paint by numbers. Trades depth of knowledge for Repeatable. ease of use. Two-Way. *Meatcloud appears in this presentation courtesy of Andrew Shafer - http://is.gd/Ega Last Chance! - curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
  • 22. Tools for Command and Control Nanite, Capistrano, Control Tier Shell Scripts, Perl, Python, Ruby, etc. You Your co-workers Last Chance! - curl -O https://cloud.engineyard.com/w2e.sh && sh w2e.sh
  • 23. Command and Control Demo You can learn more about Nanite at http://github.com/ezmobius/nanite/tree/master
  • 24. What else can you do? • Application Deployment • Starting and stopping services • Maintenance • You name it.
  • 26. Typical Peak Load 1. Bring on capacity as traffic ramps up 2. Take down capacity as it ramps down 3. 10-15 Minutes on either side, fully unattended Graphs in this portion of the presentation taken from Theo Schlossnagle http://omniti.com/seeds/dissecting-todays-internet-traffic-spikes
  • 27. Atypical Load No way However, around you are Capacity still better Planning off! 1. Hope you know it is coming. 2. Increase capacity in advance. 3. Take down capacity as it ramps down. Graphs in this portion of the presentation taken from Theo Schlossnagle http://omniti.com/seeds/dissecting-todays-internet-traffic-spikes
  • 28. 1. Signal Command and Control 2. Analyze Responses 3. Rinse and Repeat 4. Profit
  • 29. 1. Your infrastructure is disposable. 2. Make sure you can turn each layer off. 3. New efficiencies often lead to new hard problems.
  • 30. Q &A Brought to you by... Opscode You can learn more about Chef at http://wiki.opscode.com/display/chef/Home You can learn more about Nanite at http://github.com/ezmobius/nanite/tree/master

Editor's Notes

  1. Woot