|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_on1048255281 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu|||unuuu |
008 |
180809s2018 caua o 001 0 eng d |
040 |
|
|
|a N$T
|b eng
|e rda
|e pn
|c N$T
|d N$T
|d EBLCP
|d OCLCF
|d YDX
|d UMI
|d UAB
|d TOH
|d TEFOD
|d STF
|d G3B
|d MERER
|d OCLCQ
|d VT2
|d C6I
|d OCLCQ
|d UKAHL
|d OCLCQ
|d HS0
|d OCLCQ
|d OCLCO
|d NZAUC
|d OCLCQ
|d OCLCO
|
015 |
|
|
|a GBB505140
|2 bnb
|
016 |
7 |
|
|a 017010008
|2 Uk
|
019 |
|
|
|a 1049582376
|a 1060617293
|a 1122594850
|a 1202558203
|a 1227634610
|a 1240533169
|
020 |
|
|
|a 9781449342555
|q (electronic bk.)
|
020 |
|
|
|a 1449342558
|q (electronic bk.)
|
020 |
|
|
|a 9781449342531
|q (electronic bk.)
|
020 |
|
|
|a 1449342531
|q (electronic bk.)
|
020 |
|
|
|z 9781449342579
|
020 |
|
|
|z 1449342574
|
029 |
1 |
|
|a AU@
|b 000067104579
|
035 |
|
|
|a (OCoLC)1048255281
|z (OCoLC)1049582376
|z (OCoLC)1060617293
|z (OCoLC)1122594850
|z (OCoLC)1202558203
|z (OCoLC)1227634610
|z (OCoLC)1240533169
|
037 |
|
|
|a CL0501000003
|b Safari Books Online
|
037 |
|
|
|a 01A4D528-D556-4CF7-A794-4EB774535859
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a TK5105.88813
|
072 |
|
7 |
|a COM
|x 000000
|2 bisacsh
|
082 |
0 |
4 |
|a 006.78
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Ryan, Mike,
|e author.
|
245 |
1 |
0 |
|a AWS system administration :
|b best practices for sysadmins in the Amazon cloud /
|c Mike Ryan and Federico Lucifredi.
|
250 |
|
|
|a First edition.
|
264 |
|
1 |
|a Sebastopol, CA :
|b O'Reilly Media,
|c 2018.
|
300 |
|
|
|a 1 online resource :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
500 |
|
|
|a Includes index.
|
588 |
0 |
|
|a Online resource; title from PDF title page (EBSCO, viewed August 10, 2018).
|
505 |
0 |
|
|a Intro; Copyright; Table of Contents; Foreword; Preface; Audience; Conventions Used in This Book; Using Code Examples; O'Reilly Safari; How to Contact Us; Acknowledgments; Chapter 1. Setting Up AWS Tools; Getting Started; Preparing Your Tools; Installing the AWS Command Line Interface; Parsing JSON Output with jq; Legacy AWS Command-Line Tools; Managing Your Costs; Chapter 2. First Steps with EC2 and CloudFormation; What Is an Instance?; Instance Types; Processing Power; Storage; Networking; Launching Instances; Launching from the Management Console; Launching with Command-Line Tools
|
505 |
8 |
|
|a Launching from Your Own Programs and ScriptsIntroducing CloudFormation; Working with CloudFormation Stacks; Creating the Stack; Updating the Stack; Looking Before You Leap; Deleting the Stack; Which Method Should I Use?; Amazon Machine Images; Building Your Own AMI; Deregistering AMIs; Pets versus Cattle; Chapter 3. Access Management and Security Groups; The AWS Security Model; Account Security Checklist; Multi-Factor Authentication; Identity and Access Management; Amazon Resource Names; IAM Policies; IAM Users and Groups; IAM Roles; Using IAM Roles from Other AWS Accounts
|
505 |
8 |
|
|a Using IAM in CloudFormation StacksSecurity Groups; Protecting Instances with SSH Whitelists; Virtual Private Networks and Security Groups; A Security State of Mind; Chapter 4. Configuration Management; Why Use Configuration Management?; OpsWorks; Choosing a Configuration Management Package; Puppet on AWS; A Quick Introduction to Puppet; Puppet and CloudFormation; User Data and Tags; Executing Tasks with Fabric; Masterless Puppet; Building AMIs with Packer; Automate All the Things; Chapter 5. An Example Application Stack; Overview of Application Components; The Web Application
|
505 |
8 |
|
|a Database and CachingBackground Task Processing; Installing the Web Application; Preparing Puppet and CloudFormation; Puppet Files; CloudFormation Files; Creating an RDS Database; RDS: Updating Puppet and CloudFormation; Creating an ElastiCache Node; ElastiCache: Updating Puppet and CloudFormation; Installing Celery with Simple Queuing Service; Celery: Updating Puppet and CloudFormation; Building the AMIs; Creating the Stack with CloudFormation; Application Factory; Chapter 6. Auto Scaling and Elastic Load Balancing; Static Auto Scaling Groups; Notifications of Scaling Activities
|
505 |
8 |
|
|a Scaling PoliciesScaling on CloudWatch Metrics; Elastic Load Balancing; Elastic Load Balancer and Auto Scaling Groups; ELB Health Checks; Managing Outages; Mastering Scale; Chapter 7. Deployment Strategies; Instance-Based Deployments; Executing Code on Running Instances with Fabric; Updating Instances at Launch Time; AMI-Based Deployments; Deploying AMIs with CloudFormation; Deploying AMIs with the EC2 API; Webscale Thinking; Application Immutability; Takeaways; Chapter 8. Building Reusable Components; The Importance of Being Reusable; Role-Based AMIs; Mapping Instances to Roles
|
520 |
8 |
|
|a Annotation
|b Building and deploying infrastructure with Amazon Web Services is simply not the same as dealing with static servers. With tools that let you automatically replace instances and scale up and down in response to demand, it's actually more like programming than traditional system administration--and ideal for a DevOps environment. This comprehensive guide shows developers and system administrators alike how to configure and manage AWS services, such as CloudFormation, OpsWorks, Elastic Load Balancing, and Route 53. System administrators will learn how to integrate their favorite tools and processes, while developers will pick up enough system administration knowledge to build a robust and resilient AWS application infrastructure. Launch instances with EC2 or CloudFormationApply AWS security tools at the beginning of your projectLearn configuration management with OpsWorks and PuppetDeploy applications with Auto Scaling and Elastic Load BalancingExplore methods to deploy application and infrastructure updatesReuse resources to save time on development and operationsLearn strategies for managing log files in AWSConfigure a cloud-aware DNS service with Route 53Use CloudWatch or traditional tools to monitor your application.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
610 |
2 |
0 |
|a Amazon Web Services (Firm)
|
610 |
2 |
7 |
|a Amazon Web Services (Firm)
|2 fast
|
650 |
|
0 |
|a Web services.
|
650 |
|
0 |
|a Cloud computing.
|
650 |
|
0 |
|a Operating systems (Computers)
|
650 |
|
6 |
|a Services Web.
|
650 |
|
6 |
|a Infonuagique.
|
650 |
|
6 |
|a Systèmes d'exploitation (Ordinateurs)
|
650 |
|
7 |
|a operating systems.
|2 aat
|
650 |
|
7 |
|a COMPUTERS
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Cloud computing
|2 fast
|
650 |
|
7 |
|a Operating systems (Computers)
|2 fast
|
650 |
|
7 |
|a Web services
|2 fast
|
700 |
1 |
|
|a Lucifredi, Federico,
|e author
|
776 |
0 |
8 |
|i Print version:
|z 1449342574
|z 9781449342579
|w (OCoLC)880566735
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781449342562/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH35136909
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL5489424
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1866533
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 15634641
|
994 |
|
|
|a 92
|b IZTAP
|