blackhatx2

Jeff Barr - Host Your Web Site In The Cloud

Sep 7th, 2012
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.99 KB | None | 0 0
  1. https://blackhatx.com/seo-forum/
  2.  
  3. Product Details
  4. * Paperback: 300 pages
  5. * Publisher: SitePoint; 1 edition (September 28, 2010)
  6. * Language: English
  7. * ISBN-10: 0980576830
  8. * ISBN-13: 978-0980576832
  9.  
  10. Sitepoint Website with further Infos and Code Samples:
  11. Host Your Web Site in the Cloud by Jeff Barr
  12.  
  13. Product Description
  14. "Are you paying hundreds or thousands of dollars a month for old-school dedicated servers or rack space at a datacenter? Find out why companies like 37signals, livemocha, Urbanspoon and The Guardian already know: Cloud Computing is the future of webhosting.
  15.  
  16. "Host Your Web Site in the Cloud" is your step-by-step guide to this revolutionary approach to hosting and managing your websites and web applications.
  17.  
  18. Cloud computing gives you the tools you need to prepare and cope with a traffic onslaught while dramatically cutting your monthly costs. Imagine paying just pennies per hour for server usage, and dynamically scaling your hosting infrastructure based on demand.
  19.  
  20. You'll learn how to:
  21.  
  22. gain a thorough understanding of cloud computing master the fundamentals of Amazon Web Services install and configure visual and command line tools store, retrieve, and distribute data quickly and easily build applications that scale manage the monitoring, load balancing, and scaling capabilities of cloud computing
  23.  
  24. As a developer, you need room and flexibility to be innovative. Why waste time worrying about the technical aspects of server capacity? AWS handles security, load balancing, and server resources virtually so you're not restricted to one physical server.
  25.  
  26. With the Amazon Elastic Computing Cloud you can launch new servers in minutes, pay just pennies per GB for bandwidth, and store terabytes of data at a fraction of the cost of using a traditional data center.
  27.  
  28. Stop wasting time, money, and resources on servers that can't grow with you. This books straightforward, practical advice and step-by-step guides will have you running your website on the cloud in no time!
  29.  
  30. About the Author
  31. Jeff Barr is a long-time member of the Amazon Web Services team, where he holds the position of Senior Manager of Cloud Computing Solutions. In this role, Jeff watches large-scale industry and customer trends within the cloud computing space, seeking to understand the current state and future direction of the industry. Jeff joined Amazon in July of 2002 and has also held the positions of Senior Software Developer and Senior Web Services Evangelist.
  32.  
  33. Contents
  34. 1. Welcome to Cloud Computing
  35. 2. Amazon Web Services Overview
  36. 3. Tooling Up
  37. 4. Storing Data with Amazon S3
  38. 5. Web Hosting with Amazon EC2
  39. 6. Building a Scalable Architecture with Amazon SQS
  40. 7. EC2 Monitoring, Auto Scaling, and Elastic Load Balancing
  41. 8. Amazon SimpleDB: A Cloud Database
  42. 9. Amazon Relational Database Service
  43. 10. Advanced AWS
  44. 11. Putting It All Together: CloudList
  45.  
  46. Who Should Read This Book?
  47. This book is aimed at web developers who have built a web application or two, and are ready to leap into the world of cloud computing using Amazon Web Services.
  48. This book makes use of the PHP language, but if you have experience in any serverside scripting language, you’ll find the examples clear and easy to understand. It’ s also assumed that you know the fundamentals of HTML and CSS, and that you’re comfortable with the Linux command line. Knowledge of basic system administration tasks, such as creating and mounting file systems, will also be helpful.
  49. By the end of this book, you can expect to have a firm grasp of the concept of cloud computing and its role in enabling a whole new class of scalable and reliable web applications. You’ll also have gained a clear understanding of the range of Amazon Web Ser vi ces, such as t he Si mpl e Storage Service, the Elastic Compute Cloud, the Simple Queue Service, and SimpleDB. You’ll be able to make use of all these services in your web applications as you write commands, tools, and processes in PHP.
  50.  
  51. What’ s Covered in This Book?
  52. The book comprises 11 chapters. Chapters 3 through to 10 detail specific Amazon Web Services, and the final chapter explores building a sample application. I would recommend that you read the book from start to finish on your first go, but keep it by your side to dip in and out of the chapters if you need a refresher on a particular web service.
  53.  
  54. Chapter 1: Welcome to Cloud Computing
  55. In this chapter, you’ll learn the basics of cloud computing, and how it both builds on but differs from earlier hosting technologies. You will also see how organizations and individuals are putting it to use.
  56.  
  57. Chapter 2: Amazon Web Services Overview
  58. This chapter moves from concept to reality, where you’ll learn more about the fundamentals of each of the Amazon Web Services. Each web service is explained in detail and key terminology is introduced.
  59.  
  60. Chapter 3: Tooling Up
  61. By now you’re probably anxious to start. But before you jump in and start programming, you’ll need to make sure your tools are in order. In Chapter 3, you’ll install and configure visual and command line tools, and the CloudFusion PHP library.
  62.  
  63. Chapter 4: Storing Data with Amazon S3
  64. In Chapter 4, you will write your first PHP scripts. You will dive head-first into Amazon S3 and Amazon CloudFront, and learn how to store, retrieve, and distribute data on a world scale.
  65.  
  66. Chapter 5: Web Hosting with Amazon EC2
  67. Chapter 5 is all about the Elastic Compute Cloud infrastructure and web service. You ’ll see how to use the AWS Management Console to launch an EC2 instance, create and attach disk storage space, and allocate IP addresses. For the climax, you’ll develop a PHP script to do it all in code. To finish off, you’ll create your very own Amazon Machine Image.
  68.  
  69. Chapter 6: Building a Scalable Architecture with Amazon SQS
  70. In this chapter, you will learn how to build applications that scale to handle high or variable workloads, using message-passing architecture constructed using the Amazon Simple Queue Service. As an example of how powerful this approach is, you’ll build an image downloading and processing pipeline with four queues that can be independently assigned greater or lesser resources.
  71.  
  72. Chapter 7: EC2 Monitoring, Auto Scaling, and Elastic Load Balancing
  73. Chapter 7 will teach you how to use three powerful EC2 features—monitoring, auto scaling, and load balancing. These hardy features will aid you in keeping a watchful eye on system performance, scaling up and down in response to load, and distributing load across any number of EC2 instances.
  74.  
  75. Chapter 8: Amazon SimpleDB: A Cloud Database
  76. In Chapter 8, you’ll learn how to store and retrieve any amount of structured or semi-structured data using Amazon SimpleDB. You will also construct an application for parsing and storing RSS feeds, and also make use of Amazon SQS to increase performance.
  77.  
  78. Chapter 9: Amazon Relational Database Service
  79. In Chapter 9, we’ll look at Amazon Relational Database Service, which allows you to use relational databases in your applications, and query them using SQL. Amazon RDS is a powerful alternative to SimpleDB for cases in which the full query power of a relational database is required. You’ll learn how to create database instances, back them up, scale them up or down, and delete them when they’re no longer necessary.
  80.  
  81. Chapter 10: Advanced AWS
  82. In this introspective chapter, you’ll learn how to track your AWS usage in SimpleDB. You’ll also explore Amazon EC2’ s Elastic Block Storage feature, see how to do backups, learn about public data sets, and discover how to increase performance or capacity by creating a RAID device on top of multiple EBS volumes. Finally, you will learn how to retrieve EC2 instance metadata, and construct system diagrams.
  83.  
  84. Chapter 11: Putting It AllToget her: CloudList
  85. Combining all the knowledge gained from the previous chapters, you’ll create a classified advertising application using EC2 services, S3, and SimpleDB.
  86.  
  87. Download here
  88. http://www.multiupload.com/HFHJW1BE5C
  89.  
  90.  
  91. For more information please visit are site...
  92. https://blackhatx.com/seo-forum/
Advertisement
Add Comment
Please, Sign In to add comment