Elastic Beanstalk
While it's always been possible to run Java applications on Amazon EC2, Amazon's Elastic Beanstalk makes the process easier-especially if you understand how it works beneath the surface. This concise, hands-on book not only walks you through Beanstalk for deploying and managing web applic...
Otros Autores: | , , , , |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Beijing ; Sebastopol, California :
O'Reilly
2011.
|
Edición: | First edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628305806719 |
Tabla de Contenidos:
- Copyright; Table of Contents; Preface; Audience; Conventions Used in This Book; Using Code Examples; Safari® Books Online; How to Contact Us; Acknowledgments; Chapter 1. Up and Running with Elastic Beanstalk; What Is Elastic Beanstalk?; Which Apps Run on Elastic Beanstalk?; Sign Up; Candidates for Running on Elastic Beanstalk; Hystqio, Our Pick; The Hystqio Code; Creating the hash for the short URLs; SimpleDB as a database; Building Hystqio; Deploy Hystqio to Elastic Beanstalk; Conclusion; Chapter 2. Elastic Beanstalk Explained; Elastic Beanstalk and AWS; Regions and Availability Zones
- Working with AWS ServicesCommand-Line Tools; The AWS Console; Elastic Compute Cloud (EC2); Instances; AMIs; Elastic Block Store; Security Groups; Elastic Load Balancers; Key Pairs; Other AWS Services; Auto Scaling; CloudWatch; Database; Simple Notification Service; S3; Identity and Access Management; Hystqio on Elastic Beanstalk; Conclusion; Chapter 3. Working with Elastic Beanstalk; Different Environments with Elastic Beanstalk; Interacting with Elastic Beanstalk; Developing with Eclipse; Setting Up Your Environment; Scala; Configure your environment; Deploying Your Application
- Continuous Integration with HudsonLaunch an EC2 Instance; Install Hudson; Install Hudson Plugins; A Java App to Deploy a WAR to Beanstalk; Create a Hudson Job; Create an Image; Setting Up Production; Server (EC2 Instances); Elastic Load Balancer; Auto Scaling; Container; Configurations; Staging New Versions; Launching the Environment; Looking for Limits; The Environment; Updating the Production Environment; Conclusion; Chapter 4. Hacking Elastic Beanstalk; The Instance; Logging; Sun JDK; Nginx; The Infrastructure; Conclusion; Colophon