Cargando…

Effective DevOps with AWS.

Scale gracefully and maintain outstanding performance with your AWS-based infrastructure using DevOps principlesAbout This Book* Implement DevOps principles to take full advantage of the AWS stack and services* Take expert look at solving problems faced by real developers and operation teams and lea...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Felsen, Nathaniel
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2017.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Mu 4500
001 EBOOKCENTRAL_ocn999658534
003 OCoLC
005 20240329122006.0
006 m o d
007 cr |n|---|||||
008 170805s2017 enk o 000 0 eng d
040 |a EBLCP  |b eng  |e pn  |c EBLCP  |d YDX  |d IDEBK  |d OCLCQ  |d NLE  |d OCLCO  |d OCLCF  |d IDB  |d MERUC  |d COO  |d VT2  |d OCLCQ  |d OCLCO  |d WYU  |d OCLCQ  |d LVT  |d UKAHL  |d UKMGB  |d OCLCQ  |d OCLCO  |d K6U  |d OCLCQ  |d OCLCO  |d OCLCL 
015 |a GBB798288  |2 bnb 
016 7 |a 018377748  |2 Uk 
019 |a 999661265  |a 999667316  |a 1000033876  |a 1003499784 
020 |a 9781786462459 
020 |a 1786462451 
020 |a 1786466813 
020 |a 9781786466815 
020 |z 1786466813 
020 |z 9781786466815 
024 3 |a 9781786466815 
029 1 |a AU@  |b 000066231127 
029 1 |a UKMGB  |b 018377748 
029 1 |a AU@  |b 000069948015 
035 |a (OCoLC)999658534  |z (OCoLC)999661265  |z (OCoLC)999667316  |z (OCoLC)1000033876  |z (OCoLC)1003499784 
037 |a 1024796  |b MIL 
050 4 |a T55.4-60.8 
082 0 4 |a 006.76 
049 |a UAMI 
100 1 |a Felsen, Nathaniel. 
245 1 0 |a Effective DevOps with AWS. 
260 |a Birmingham :  |b Packt Publishing,  |c 2017. 
300 |a 1 online resource (392 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Print version record. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: The Cloud and the DevOps Revolution; Thinking in terms of cloud and not infrastructure; Deploying your own hardware versus in the cloud; Cost analysis; Just-in-time infrastructure; The different layers of building a cloud; Adopting a DevOps culture; The origin of DevOps; The developers versus operations dilemma; Too much code changing at once; Differences in the production environment; Communication; Key characteristics of a DevOps culture. 
505 8 |a Source control everythingAutomate testing; Automate infrastructure provisioning and configuration; Automate deployment; Measure everything; Deploying in AWS; How to best take advantage of the AWS ecosystem; How AWS synergizes with a DevOps culture; Summary; Chapter 2: Deploying Your First Web Application; Creating and configuring your account; Signing up; Enabling multi-factor authentication on the root account; Creating a new user in IAM; Installing and configuring the command-line interface (CLI); Installing Windows Subsystem for Linux (Windows only); Installing the AWS CLI package. 
505 8 |a Configuring the AWS CLICreating our first web server; AMI; Instance type; Security group; Generating your ssh keys; Launching an EC2 instance; Connecting to the EC2 instance using ssh; Creating a simple Hello World web application; Installing node.js; Running a node.js Hello World.; Turning our simple code into a service using upstart; Terminating our EC2 instance; Summary; Chapter 3: Treating Your Infrastructure As Code; Managing your infrastructure with CloudFormation; Getting started with CloudFormation; AWS CloudFormation designer; CloudFormer. 
505 8 |a Recreating our helloworld example with CloudFormationUsing troposphere to create a Python script for our template; Creating the stack in the CloudFormation console; Adding our template to a source control system; Updating our CloudFormation stack; Updating our Python script; Updating our stack; Change sets; Deleting our CloudFormation stack; Adding a configuration management system; Getting started with Ansible; Installing Ansible on your computer; Creating our Ansible playground; Creating our Ansible repository; Executing modules; Running arbitrary commands; Ansible playbooks. 
505 8 |a Creating a playbookCreating roles to deploy and start our web application; Creating the playbook file; Executing a playbook; Canary-testing changes; Running Ansible in pull mode; Installing Git and Ansible on our EC2 instance; Configuring Ansible to run on localhost; Adding a cronjob to our EC2 instance; Integrating Ansible with CloudFormation; Monitoring; Summary; Chapter 4: Adding Continuous Integration and Continuous Deployment; Building a continuous integration pipeline; Creating a Jenkins server using Ansible and CloudFormation; Creating the Ansible playbook for Jenkins. 
500 |a Creating the CloudFormation template. 
520 8 |a Scale gracefully and maintain outstanding performance with your AWS-based infrastructure using DevOps principlesAbout This Book* Implement DevOps principles to take full advantage of the AWS stack and services* Take expert look at solving problems faced by real developers and operation teams and learn to overcome them* Learn from expert insights of the author who has worked with Silicon Valley's most high-profile companiesWho This Book Is ForThis book is for developers, DevOps engineers and teams who want to build and use AWS for their software infrastructure. Basic computer science knowledge is required for this book. What You Will Learn* Find out what it means to practice DevOps and what its principles are* Build repeatable infrastructures using templates and configuration management* Deploy multiple times a day by implementing continuous integration and continuous deployment pipelines* Use the latest technologies, including containers and serverless computing, to scale your infrastructure* Collect metrics and logs and implement an alerting strategy* Make your system robust and secureIn DetailThe DevOps movement has transformed the way modern tech companies work. AWS which has been on the forefront of the Cloud computing revolution has also been a key contributor of this DevOps movement creating a huge range of managed services that help you implement the DevOps principles. In this book, you'll see how the most successful tech start-ups launch and scale their services on AWS and how you can too. Written by a lead member of Mediums DevOps team, this book explains how to treat infrastructure as code, meaning you can bring resources online and offline as necessary with the code as easily as you control your software. You will also build a continuous integration and continuous deployment pipeline to keep your app up to date. You'll find out how to scale your applications to offer maximum performance to users anywhere in the world, even when traffic spikes with the latest technologies, such as containers and serverless computing. You will also take a deep dive into monitoring and alerting to make sure your users have the best experience when using your service. Finally, you'll get to grips with ensuring the security of your platform and data. Style and approachThis is a practical, hands-on, comprehensive guide to AWS, helping readers understand AWS in a step by step manner. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
610 2 0 |a Amazon.com (Firm)  |x Computer network resources. 
610 2 7 |a Amazon.com (Firm)  |2 fast 
650 0 |a Computer software  |x Development. 
650 0 |a Software architecture. 
650 0 |a Cloud computing. 
650 0 |a Web services. 
650 6 |a Architecture logicielle. 
650 6 |a Infonuagique. 
650 6 |a Services Web. 
650 7 |a Cloud computing  |2 fast 
650 7 |a Computer network resources  |2 fast 
650 7 |a Computer software  |x Development  |2 fast 
650 7 |a Software architecture  |2 fast 
650 7 |a Web services  |2 fast 
758 |i has work:  |a Effective DevOps with AWS (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCY6Ftp7JYJHtDYFRfqV6Kd  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Felsen, Nathaniel.  |t Effective DevOps with AWS.  |d Birmingham : Packt Publishing, ©2017 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=4933227  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH32239315 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4933227 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis37299903 
938 |a YBP Library Services  |b YANK  |n 14736471 
994 |a 92  |b IZTAP