Skip to content

Instantly share code, notes, and snippets.

@vinayvinay
Created June 23, 2012 06:51

Revisions

  1. vinayvinay revised this gist Jun 23, 2012. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions infrastructure-and-the-cloud.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    - components of a typical web application
    - infrastructure:
    - tooling pattern to maintain an infrastructure: http://ranjib.posterous.com/infrastructure-tooling-patterns
    - good block diagram that covers most components: http://docs.amazonwebservices.com/gettingstarted/latest/awsgsg-intro/intro.html?r=3354
    - [tooling pattern to maintain an infrastructure](http://ranjib.posterous.com/infrastructure-tooling-patterns)
    - [good block diagram that covers most components](http://docs.amazonwebservices.com/gettingstarted/latest/awsgsg-intro/intro.html?r=3354)
    - what is devops?
    - what is cloud?
    - benefits of being on the cloud:
    @@ -16,8 +16,8 @@
    - heroku abstracts out everything till the instance
    - aws, exposes all components for you to control
    - walkthrough of aws:
    - start off with the free tier:
    - aws documentation: http://aws.amazon.com/documentation/gettingstarted/
    - [start off with the free tier, you just need a credit card](http://aws.amazon.com/free/)
    - [aws documentation](http://aws.amazon.com/documentation/gettingstarted/)
    - walkthrough of heroku:
    - small rails app: http://guides.rubyonrails.org/getting_started.html
    - heroku documentation: http://www.heroku.com/how
    - [small rails app](http://guides.rubyonrails.org/getting_started.html)
    - [heroku documentation](http://www.heroku.com/how)
  2. vinayvinay renamed this gist Jun 23, 2012. 1 changed file with 0 additions and 0 deletions.
  3. vinayvinay revised this gist Jun 23, 2012. 1 changed file with 12 additions and 3 deletions.
    15 changes: 12 additions & 3 deletions infrastructure-and-the-cloud
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@
    - components of a typical web application
    - infrastructure
    - infrastructure:
    - tooling pattern to maintain an infrastructure: http://ranjib.posterous.com/infrastructure-tooling-patterns
    - good block diagram that covers most components: http://docs.amazonwebservices.com/gettingstarted/latest/awsgsg-intro/intro.html?r=3354
    - what is devops?
    - what is cloud?
    - benefits of being on the cloud:
    @@ -10,5 +12,12 @@
    - mobility
    - allows average skill set
    - different strategies used by companies to market cloud offerings
    - walkthrough of aws
    - walkthrough of heroku
    - google, abstracts out everything till the application
    - heroku abstracts out everything till the instance
    - aws, exposes all components for you to control
    - walkthrough of aws:
    - start off with the free tier:
    - aws documentation: http://aws.amazon.com/documentation/gettingstarted/
    - walkthrough of heroku:
    - small rails app: http://guides.rubyonrails.org/getting_started.html
    - heroku documentation: http://www.heroku.com/how
  4. vinayvinay created this gist Jun 23, 2012.
    14 changes: 14 additions & 0 deletions infrastructure-and-the-cloud
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    - components of a typical web application
    - infrastructure
    - what is devops?
    - what is cloud?
    - benefits of being on the cloud:
    - time to market
    - elasticity
    - reduced costs
    - managed / automated
    - mobility
    - allows average skill set
    - different strategies used by companies to market cloud offerings
    - walkthrough of aws
    - walkthrough of heroku