Cargando…

AWS Administration Cookbook.

Build, automate, and manage your AWS-based cloud environments About This Book Install, configure, and administer computing, storage, and networking in the AWS cloud Automate your infrastructure and control every aspect of it through infrastructure as code Work through exciting recipes to administer...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Chan, Lucas
Otros Autores: Udell, Rowan
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2017.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Authors; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: AWS Fundamentals; Introduction; Creating an account; Regions and Availability Zones; The AWS web console; CloudFormation templates; Infrastructure as Code; Visibility; Consistency; Troubleshooting; Scale; Costs; DevOps; Server configuration; IaC on AWS; CloudFormation; What is CloudFormation?; Why is CloudFormation important?; The layer cake; CloudFormation templates; YAML versus JSON; A closer look at CloudFormation templates; Parameters; Resources.
  • OutputsMappings; Dependencies and ordering; Functions; Fn::Join; Fn::Sub; Conditionals; Permissions and service roles; Custom resources; Cross-stack references; Updating resources; Change sets; Other things to know; Name collisions; Rollback; Limits; Circular dependencies; DSLs and generators; Credentials; Stack policies; The command-line interface tool; Installation; Upgrade; Configuration; Default profile; Named profiles; Environment variables; Instance roles; Usage; Commands; Subcommands; Options; Output; JSON; Table; Text; Querying; Generate CLI skeleton; Input; Output; Pagination.
  • AutocompleteRelated tools; jq; Chapter 2: Managing AWS Accounts; Introduction; Setting up a master account; How to do it ... ; How it works ... ; There's more ... ; Multi-factor authentication; Using the CLI; See also; Creating a member account; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Accessing the member account; Service control policies; Root credentials; Deleting accounts; See also; Inviting an account; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Removing accounts; Consolidated billing; See also; Managing your accounts; Getting ready.
  • How to do it ... Getting the root ID for your organization; Creating an OU; Getting the ID of an OU; Adding an account to an OU; Removing an account from an OU; Deleting an OU; How it works ... ; There's more ... ; See also; Adding a service control policy; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Chapter 3: Storage and Content Delivery; Introduction; Storage; Elastic Block Store; Elastic File System; Simple Storage Service; Glacier; Content delivery; Hosting a static website; How to do it ... ; Creating S3 buckets and hosting content; Creating a hosted zone.
  • Creating DNS recordsUploading website content; How it works ... ; There's more ... ; Delegating your domain to AWS; Cross-origin resource sharing ; Caching a website; Getting ready; About dynamic content; Configuring CloudFront distributions; How to do it ... ; Working with network storage; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Backing up data for compliance; How to do it ... ; How it works ... ; Chapter 4: Using AWS Compute; Introduction; Creating a key pair; Getting ready; How to do it ... ; How it works ... ; Launching an instance; Getting ready; How to do it ...