万本电子书0元读

万本电子书0元读

顶部广告

Amazon Web Services Bootcamp电子书

售       价:¥

3人正在读 | 0人评论 9.8

作       者:Sunil Gulabani

出  版  社:Packt Publishing

出版时间:2018-03-30

字       数:29.5万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
This fast-paced guide will quickly enhance your skills to develop a highly scalable Cloud environment About This Book ? Efficiently build a highly scalable and reliable cloud environment for your applications with AWS ? Leverage the various AWS components and services to build a secure, reliable, and robust environment to host your applications on ? This quick-start guide will quickly enhance your skills to develop highly scalable services Who This Book Is For This book is for IT professionals and system administrators looking to design, deploy, and manage your applications and services on the AWS cloud platform. It’s also ideal for developers looking to build highly scalable cloud-based services. A basic understanding of AWS would be beneficial. What You Will Learn ? Find out about IAM to access AWS services securely ? Explore EC2 (virtual server) and scale up/down your application based on heavy traffic ? Learn about unlimited data storage service S3 and host a static website within minutes ? Get to grips with Relational Databases and NoSQL databases under the AWS ecosystem ? Understand the caching mechanism ? Get to know about notifications service and monitor AWS services ? Secure and troubleshoot your AWS architecture In Detail AWS is at the forefront of Cloud Computing today. Businesses are adopting AWS Cloud because of its reliability, versatility, and flexible design. The main focus of this book is teaching you how to build and manage highly reliable and scalable applications and services on AWS. It will provide you with all the necessary skills to design, deploy, and manage your applications and services on the AWS cloud platform. We’ll start by exploring Amazon S3, EC2, and so on to get you well-versed with core Amazon services. Moving on, we’ll teach you how to design and deploy highly scalable and optimized workloads. You’ll also discover easy-to-follow, hands-on steps, tips, and recommendations throughout the book and get to know essential security and troubleshooting concepts. By the end of the book, you’ll be able to create a highly secure, fault tolerant, and scalable environment for your applications to run on. Style and approach This book is all about fast and intensive learning. That means we don’t waste time helping you get started. The new features provided by AWS resources are being covered with highly-effective examples to develop new things, demonstrating different ways to create and use the AWS resources efficiently.
目录展开

Title Page

Copyright and Credits

Amazon Web Services Bootcamp

Packt Upsell

Why subscribe?

PacktPub.com

Contributors

About the author

About the reviewers

Packt is searching for authors like you

Preface

Who this book is for

What this book covers

To get the most out of this book

Download the example code files

Download the color images

Conventions used

Get in touch

Reviews

Getting Started with AWS

Introduction to AWS

Services offered by AWS

Compute

Storage

Database

Networking and content delivery

Migration

Development tools

Management tools

Media services

Machine learning

Security, identity, and compliance

Analytics

Internet of Things

Contact center

Game development

Mobile services

Application integration

Business productivity

Desktop and app streaming

AR and VR

Sign-up process

Sign-in process

Regions

Installing the AWS CLI

Windows

Linux

Summary

Configuring IAM

Policies

AWS Management Console

Creating a policy

AWS CLI

Creating a policy

Creating a policy version

AWS SDK – Java

Creating a policy

Creating a policy version

AWS CloudFormation

Role

AWS Management Console

Creating a role

AWS CLI

Creating a role

Attaching managed policies

Creating an inline role policy

AWS SDK – Java

Creating a role

Attaching managed Policies

Creating an inline role policy

AWS CloudFormation

Group

AWS Management Console

Creating a group

AWS CLI

Creating a group

Attaching a group policy

Adding a group policy – Inline

AWS SDK – Java

Create Group

Attaching a group policy

Adding a group policy – Inline

AWS CloudFormation

Users

AWS Management Console

Create an user

AWS CLI

Create an user

Creating an access key

Creating a login profile

Adding a user to the group

Attaching a user policy

AWS SDK – Java

Creating a user

Create an access key

Creating a login profile

Adding a user to a group

Attaching a user policy

AWS CloudFormation

Summary

Building Servers Using EC2

EC2 instance types

Amazon Machine Images

Key pairs

AWS Management Console

Creating key pairs

AWS CLI

Creating key pairs

AWS SDK - Java

Creating key pairs

Security groups

AWS Management Console

Creating a security group

AWS CLI

Creating a security group

Adding an inbound rule

AWS SDK – Java

Creating a security group

Adding an inbound rule

AWS CloudFormation

EC2 instance

AWS Management Console

Launching an instance

Connecting to the EC2 instance

AWS CLI

Launching an instance

AWS SDK - Java

Launching an instance

AWS CloudFormation

Elastic Load Balancer

AWS Management Console

Creating a load balancer

AWS CLI

Creating a load balancer

Creating load balancer listeners

Configuring a health check

Registering an instance

AWS SDK - Java

Creating a load balancer

Creating load balancer listeners

Configuring a health check

Registering a instance

AWS CloudFormation

Auto Scaling groups

AWS Management Console

Creating an Auto Scaling group

AWS CLI

Creating a launch configuration

Creating an Auto Scaling group

Creating a scaling policy

AWS SDK - Java

Creating a launch configuration

Creating an Auto Scaling group

Creating a Scaling Policy

AWS CloudFormation

Elastic Block Storage

Summary

Storing Files on S3

Bucket

AWS Management Console

Creating a bucket

AWS CLI

Creating a bucket

AWS SDK (Java)

Creating a bucket

AWS Cloud Formation

Objects

AWS Management Console

Creating a folder

Uploading an object

Getting an object

AWS CLI

Creating a folder

Uploading an object

Getting an object

AWS SDK (Java)

Creating a folder

Uploading an object

Getting an Object

Static Website Hosting

AWS Management Console

Summary

Managing RDS

Supported databases

Amazon Aurora

MariaDB

Oracle

MySQL

PostgreSQL

Microsoft SQL Server

DB instance

AWS Management Console

Creating a security group

Creating a DB instance

Testing the database connection

AWS CLI

Creating a DB instance

AWS SDK – Java

Creating a DB instance

AWS CloudFormation

Summary

Implementing DynamoDB – NoSQL Database

Basic concepts

Tables

Items

Attributes

Data types

Primary keys

Secondary indexes

Streams

DynamoDB tables

AWS Management Console

Creating a table

AWS CLI

Creating a table

AWS SDK - Java

Create table

AWS CloudFormation

CRUD operations

Create item

Get item

Query items

Scanning items

Update item

Delete item

Summary

Implementing Caching Using ElastiCache

ElastiCache – Memcached

AWS Management Console

AWS CLI

AWS SDK – Java

AWS CloudFormation

ElastiCache – Redis

AWS Management Console

Creating Redis (cluster mode disabled) ElastiCache server

Creating the Redis (cluster mode enabled) ElastiCache

AWS CLI

Creating Redis ElastiCache node

Creating Redis (cluster mode disabled) ElastiCache

Create Redis (cluster mode enabled) ElastiCache

AWS SDK – Java

Create Redis ElastiCache node

Create Redis (cluster mode disabled) ElastiCache

Create Redis (cluster mode enabled) ElastiCache

AWS CloudFormation

Create Redis ElastiCache node

Create Redis (cluster mode disabled) ElastiCache

Create Redis (cluster mode enabled) ElastiCache

Summary

Triggering Notifications

Protocols

Topics

AWS Management Console

AWS CLI

AWS SDK – Java

AWS CloudFormation

Subscription

AWS Management Console

AWS CLI

AWS SDK – Java

AWS CloudFormation

Publishing a message

AWS Management Console

AWS CLI

AWS SDK – Java

Summary

All About CloudWatch

Metrics

Publishing metric data

Alarms

AWS Management Console

AWS CLI

AWS SDK – Java

AWS CloudFormation

Events

Logs

Publishing logs

Viewing logs

Dashboards

AWS Management Console

Summary

Other Books You May Enjoy

Leave a review - let other readers know what you think

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部