AWS Administration – The Definitive Guide
eBook - ePub

AWS Administration – The Definitive Guide

Yohan Wadia

Buch teilen
  1. 326 Seiten
  2. English
  3. ePUB (handyfreundlich)
  4. Über iOS und Android verfügbar
eBook - ePub

AWS Administration – The Definitive Guide

Yohan Wadia

Angaben zum Buch
Buchvorschau
Inhaltsverzeichnis
Quellenangaben

Über dieses Buch

Learn to design, build, and manage your infrastructure on the most popular of all the Cloud platforms—Amazon Web ServicesAbout This Book• Learn how to leverage various Amazon Web Services (AWS) components and services to build a secure, reliable, and robust environment to host your applications on• Deep dive into the core AWS service offerings with hands-on tutorials, real-world use case scenarios, and best practices• A self-paced, systematic, and step-by-step guide to learning and implementing AWS in your own environmentWho This Book Is ForThis book is for those who want to learn and leverage AWS. Although no prior experience with AWS is required, it is recommended that you have some hands-on experience of Linux, Web Services, and basic networkingWhat You Will Learn• A brief introduction to Cloud Computing and AWS accompanied by steps to sign up for your first AWS account• Create and manage users, groups, and permissions using AWSS Identity and Access Management services• Get started with deploying and accessing EC2 instances, working with EBS Volumes and Snapshots• Customize and create your very own Amazon Machine Image• Design and deploy your instances on a highly secured, network isolated environment using Amazon VPC• Effectively monitor your AWS environment using specialized alarms, custom monitoring metrics, and much more• Explore the various benefits of Database-as-a-Service offerings and leverage them using Amazon RDS and Amazon DynamoDB• Take an in-depth look at what's new with AWS, including EC2 Container Service and Elastic File SystemIn DetailAWS is at the forefront of Cloud Computing today. Many businesses are moving away from traditional datacenters and toward AWS because of its reliability, vast service offerings, lower costs, and high rate of innovation. Because of its versatility and flexible design, AWS can be used to accomplish a variety of simple and complicated tasks such as hosting multitier websites, running large scale parallel processing, content delivery, petabyte storage and archival, and lots more.Whether you are a seasoned sysadmin or a rookie, this book will provide you with all the necessary skills to design, deploy, and manage your applications on the AWS cloud platform. The book guides you through the core AWS services such as IAM, EC2, VPC, RDS, and S3 using a simple real world application hosting example that you can relate to. Each chapter is designed to provide you with the most information possible about a particular AWS service coupled with easy to follow hands-on steps, best practices, tips, and recommendations.By the end of the book, you will be able to create a highly secure, fault tolerant, and scalable environment for your applications to run on.Style and approach This in-depth and insightful guide is filled with easy-to-follow examples, real-world use cases, best practices, and recommendations that will help you design and leverage AWS.

Häufig gestellte Fragen

Wie kann ich mein Abo kündigen?
Gehe einfach zum Kontobereich in den Einstellungen und klicke auf „Abo kündigen“ – ganz einfach. Nachdem du gekündigt hast, bleibt deine Mitgliedschaft für den verbleibenden Abozeitraum, den du bereits bezahlt hast, aktiv. Mehr Informationen hier.
(Wie) Kann ich Bücher herunterladen?
Derzeit stehen all unsere auf Mobilgeräte reagierenden ePub-Bücher zum Download über die App zur Verfügung. Die meisten unserer PDFs stehen ebenfalls zum Download bereit; wir arbeiten daran, auch die übrigen PDFs zum Download anzubieten, bei denen dies aktuell noch nicht möglich ist. Weitere Informationen hier.
Welcher Unterschied besteht bei den Preisen zwischen den Aboplänen?
Mit beiden Aboplänen erhältst du vollen Zugang zur Bibliothek und allen Funktionen von Perlego. Die einzigen Unterschiede bestehen im Preis und dem Abozeitraum: Mit dem Jahresabo sparst du auf 12 Monate gerechnet im Vergleich zum Monatsabo rund 30 %.
Was ist Perlego?
Wir sind ein Online-Abodienst für Lehrbücher, bei dem du für weniger als den Preis eines einzelnen Buches pro Monat Zugang zu einer ganzen Online-Bibliothek erhältst. Mit über 1 Million Büchern zu über 1.000 verschiedenen Themen haben wir bestimmt alles, was du brauchst! Weitere Informationen hier.
Unterstützt Perlego Text-zu-Sprache?
Achte auf das Symbol zum Vorlesen in deinem nächsten Buch, um zu sehen, ob du es dir auch anhören kannst. Bei diesem Tool wird dir Text laut vorgelesen, wobei der Text beim Vorlesen auch grafisch hervorgehoben wird. Du kannst das Vorlesen jederzeit anhalten, beschleunigen und verlangsamen. Weitere Informationen hier.
Ist AWS Administration – The Definitive Guide als Online-PDF/ePub verfügbar?
Ja, du hast Zugang zu AWS Administration – The Definitive Guide von Yohan Wadia im PDF- und/oder ePub-Format sowie zu anderen beliebten Büchern aus Informatica & Elaborazione di dati su cloud. Aus unserem Katalog stehen dir über 1 Million Bücher zur Verfügung.

Information

Jahr
2016
ISBN
9781782173762

AWS Administration – The Definitive Guide


Table of Contents

AWS Administration – The Definitive Guide
Credits
About the Author
About the Reviewer
www.PacktPub.com
Support files, eBooks, discount offers, and more
Why subscribe?
Free access for Packt account holders
Instant updates on new Packt books
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Downloading the example code
Errata
Piracy
Questions
1. Introducing Amazon Web Services
What is cloud computing?
Cloud computing features and benefits
Cloud computing use cases
Introducing Amazon Web Services
AWS architecture and components
Regions and availability zones
AWS platform overview
Compute
Storage
Databases
Networking
Distributed computing and analytics
Content distribution and delivery
Workflow and messaging
Monitoring
Identity and access management
Getting started with AWS
Introducing the AWS Management Console
Getting started with AWS CLI
Plan of attack!
Summary
2. Security and Access Management
Security and clouds
Is AWS really secure
Shared responsibility model
Identity and Access Management
Business use case scenario
Getting started with the IAM Console
Creating users and groups
Understanding permissions and policies
Creating and assigning policies
Managing access and security using the AWS CLI
Planning your next steps
Recommendations and best practices
Summary
3. Images and Instances
Introducing EC2!
EC2 use cases
Introducing images and instances
Understanding images
Amazon Linux AMI
Understanding instances
EC2 instance pricing options
On-demand instances
Reserved instances
Spot instances
Working with instances
Stage 1 – choose AMI
Stage 2 – choose an instance type
Stage 3 – configure instance details
Stage 4 – add storage
Stage 5 – tag instances
Stage 6 – configure security groups
Stage 7 – review instance launch
Connecting to your instance
Configuring your instances
Launching instances using the AWS CLI
Stage 1 – create a key pair
Stage 2 – create a security group
Stage 3 – add rules to your security group
Stage 4 – launch the instance
Cleaning up!
Planning your next steps
Recommendations and best practices
Summary
4. Security, Storage, Networking, and Lots More!
An overview of security groups
Understanding EC2 networking
Determining your instances IP addresses
Working with Elastic IP addresses
Create an Elastic IP address
Allocating Elastic IP addresses
Disassociating and releasing an Elastic IP address
Understanding EBS volumes
EBS volume types
Getting started with EBS Volumes
Creating EBS volumes
Attaching EBS volumes
Accessing volumes from an instance
Detaching EBS volumes
Managing EBS volumes using the AWS CLI
Backing up volumes using EBS snapshots
Planning your next steps
Recommendations and best practices
Summary
5. Building Your Own Private Clouds Using Amazon VPC
An overview of Amazon VPC
VPC concepts and terminologies
Subnets
Security groups and network ACLs
Routing tables
VPC endpoints
Internet Gateways
NAT instances
DNS and DHCP Option Sets
VPC limits and costs
Working with VPCs
VPC deployment scenarios
Getting started with the VPC wizard
Viewing VPCs
Listing out subnets
Working with route tables
Listing Internet Gateways
Working with security groups and Network ACLs
Launching instances in your VPC
Creating the web servers
Creating the database servers
Planning next steps
Best practices and recommendations
Summary
6. Monitoring Your AWS Infrastructure
An overview of Amazon CloudWatch
Concepts and terminologies
Metrics
Namespaces
Dimensions
Time stamps and periods
Units and statistics
Alarms
CloudWatch limits and costs
Getting started with CloudWatch
Monitoring your account's estimate charges using CloudWatch
Monitoring your instance's CPU Utilization using CloudWatch
Monitoring your instance's memory and disk utilization using CloudWatch Scripts
Creating CloudWatch access roles
Installing the CloudWatch monitoring scripts
Viewing the custom metrics from CloudWatch
Monitoring logs using CloudWatch Logs
CloudWatch Log concepts and terminologies
Getting Started with CloudWatch Logs
Viewing the logs
Creating metric filters and alarms
Planning your next steps
Recommendations and best practices
Summary
7. Manage Your Applications with Auto Scaling and Elastic Load Balancing
An overview of Auto Scaling
Auto scaling components
Auto scaling groups
Launch configurations
Scaling plans
Introducing the Elastic Load Balancer
Creating your first Elastic Load Balancer
Step 1 – Defining the Load Balancer
Step 2 – Assign security groups
Step 3 – configure security settings
Step 4 – Configure Health Check
Step 5 – Add EC2 instances
Step 6 – Add tags
Step 7 – Review and Create
Getting started with Auto Scaling
Creating the Launch Configuration
Step 1 – Choose AMI
Step 2 – Choose Instance type
Step 3 – Configure details
Step 4 – Add storage
Step 5 – Configure Security Group
Step 6 – Review
Creating the Auto Scaling Group
Step 1 – Configure Auto Scaling group details
Step 2 – Configure scaling policies
Step 3 – Configure notifications
Step 4 – Configure tags
Step 5 – Review
Verifying and testing Auto Scaling
Suspend, resume and delete Auto Scaling
Planning your next steps
Recommendations and best practices
Summary
8. Database-as-a-Service Using Amazon RDS
An overview of Amazon RDS
RDS instance types
Multi-AZ deployments and Read Replicas
Working with Amazon RDS
Getting started with MySQL on Amazon RDS
Creating a MySQL DB instance
Step 1 – Select Engine
Step 2 – Production?
Step 3: Specify DB Details
Step 4: Configure Advanced Settings
Connecting remotely to your DB instance
Testing your database
Modifying your DB instances
Backing up DB instances
Creating Read Replicas and promoting them
Logging and monitoring your DB instance
Cleaning up your DB instances
Planning your next steps
Recommendations and best practices
Summary
9. Working with Simple Storage Service
Introducing Amazon S3
Getting s...

Inhaltsverzeichnis