Created
June 23, 2012 06:51
Revisions
-
vinayvinay revised this gist
Jun 23, 2012 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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) - 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, 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) -
vinayvinay renamed this gist
Jun 23, 2012 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
vinayvinay revised this gist
Jun 23, 2012 . 1 changed file with 12 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +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 - 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 - 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 -
vinayvinay created this gist
Jun 23, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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