Created
June 23, 2012 06:51
-
-
Save vinayvinay/2977180 to your computer and use it in GitHub Desktop.
infrastructure and the cloud
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 characters
- 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: | |
- time to market | |
- elasticity | |
- reduced costs | |
- managed / automated | |
- 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment