aws 101 lunch and learn jan 2013

101
AWS 101 Ryan Shuttleworth Technical Evangelist @ryanAWS Lunch & Learn

Upload: amazon-web-services

Post on 13-Jan-2015

1.872 views

Category:

Business


1 download

DESCRIPTION

Developing applications on Amazon Web Services (AWS) or moving your business into the cloud is more straightforward than you think. Whether you are a developer eager to learn new skills, a solutions architect who wants to solve existing technology problems, the IT professional who wants access to cost-effective, on-demand computing resources, this workshop is for you.

TRANSCRIPT

Page 1: AWS 101 Lunch and Learn Jan 2013

AWS 101

Ryan Shuttleworth Technical Evangelist

@ryanAWS

Lunch & Learn

Page 2: AWS 101 Lunch and Learn Jan 2013

Agenda

12:00 - 12:45 Presentation – AWS 101 Introducing the concepts behind AWS such as utility computing and elasticity

12:45 - 13:00 Working lunch 13:00 - 14:00 Presentation and Demonstration

Live demonstration and interactive walkthrough

Page 3: AWS 101 Lunch and Learn Jan 2013

What we are going to cover

Keypairs

Security groups

EC2 instances

Metadata service

Autoscaling

Amazon Machine Images

S3

CloudFront

Elastic Load balancer

RDS

Feel free to follow along on your laptops

Page 4: AWS 101 Lunch and Learn Jan 2013

background

Page 5: AWS 101 Lunch and Learn Jan 2013

Consumer

Business

Tens of millions of

active customer

accounts

Eight countries:

US, UK, Germany,

Japan, France,

Canada, China, Italy

Seller

Business

Sell on Amazon

websites

Use Amazon

technology for your

own retail website

Leverage Amazon’s

massive fulfillment

center network

IT Infrastructure

Business

Cloud computing

infrastructure for

hosting web-scale

solutions

Hundreds of

thousands of

registered

customers in over

190 countries

Page 6: AWS 101 Lunch and Learn Jan 2013

Deep experience in

building and

operating global web

scale systems

About Amazon

Web Services

?

…get into cloud computing?

How did Amazon…

Page 7: AWS 101 Lunch and Learn Jan 2013

Over 10 years in the making

Enablement of sellers on Amazon

Internal need for scalable deployment environment

Early forays proved developers were hungry for more

Page 8: AWS 101 Lunch and Learn Jan 2013

AWS Mission

Enable businesses and

developers to use web

services* to build scalable,

sophisticated applications.

*What people now call “the cloud”

Page 9: AWS 101 Lunch and Learn Jan 2013
Page 10: AWS 101 Lunch and Learn Jan 2013

Not excess capacity!

Page 11: AWS 101 Lunch and Learn Jan 2013
Page 12: AWS 101 Lunch and Learn Jan 2013

Each day AWS adds the equivalent server

capacity to power Amazon when it was a

global, $5B enterprise

Page 13: AWS 101 Lunch and Learn Jan 2013

Each day AWS adds the equivalent server

capacity to power Amazon when it was a

global, $5B enterprise

$5.2B retail business

7,800 employees

A whole lot of servers

2003

Page 14: AWS 101 Lunch and Learn Jan 2013

1.3 Trillion

835k peak transactions per second

Objects in S3

Page 15: AWS 101 Lunch and Learn Jan 2013

EMR Jobs

0

500,000

1,000,000

1,500,000

2,000,000

2,500,000

3,000,000

3,500,000

4,000,000

3.7 M clusters

launched since May 2010

Page 16: AWS 101 Lunch and Learn Jan 2013

Utility computing

Page 17: AWS 101 Lunch and Learn Jan 2013

On demand Pay as you go

Uniform Available

Utility computing

Page 18: AWS 101 Lunch and Learn Jan 2013

Utility computing

On demand Pay as you go

Uniform Available

Page 19: AWS 101 Lunch and Learn Jan 2013

Utility computing

Page 20: AWS 101 Lunch and Learn Jan 2013

Utility computing

Compute

Storage

Security Scaling

Database

Networking Monitoring

Messaging

Workflow

DNS

Load Balancing

Backup CDN

On demand Pay as you go

Uniform Available

Page 21: AWS 101 Lunch and Learn Jan 2013

On a global footprint

Region

US-WEST (N. California) EU-WEST (Ireland)

ASIA PAC

(Tokyo)

ASIA PAC

(Singapore)

US-WEST (Oregon)

SOUTH AMERICA (Sao

Paulo)

US-EAST (Virginia)

GOV CLOUD

ASIA PAC

(Sydney)

Page 22: AWS 101 Lunch and Learn Jan 2013

Availability Zone

On a global footprint

Page 23: AWS 101 Lunch and Learn Jan 2013

Edge Locations

Dallas(2)

St.Louis

Miami

Jacksonville Los Angeles (2)

Palo Alto

Seattle

Ashburn(2)

Newark

New York (3)

Dublin

London(2)

Amsterdam (2)

Stockholm

Frankfurt(2)

Paris(2)

Singapore(2)

Hong Kong

Tokyo (2)

Sao Paulo

South Bend

San Jose

Osaka Milan

Sydney

On a global footprint

Madrid

Page 24: AWS 101 Lunch and Learn Jan 2013

At the end of a web service

ec2-run-instances ami-b232d0db

--instance-count 3

--availability-zone eu-west-1a

--instance-type m1.small

ec2-run-instances ami-b232d0db

--instance-count 5

--availability-zone eu-west-1c

--instance-type m1.medium

Page 25: AWS 101 Lunch and Learn Jan 2013

ec2-run-instances ami-b232d0db

--instance-count 2

--availability-zone us-east-1b

--instance-type m1.xlarge

ec2-run-instances ami-b232d0db

--instance-count 2

--availability-zone us-east-1d

--instance-type m1.xlarge

At the end of a web service

Page 26: AWS 101 Lunch and Learn Jan 2013

At the end of a web service

elb-create-lb

myLoadBalancer

as-create-auto-scaling-group MyGroup

--launch-configuration MyConfig

--availability-zones eu-west-1c

--min-size 2

--max-size 200

ec2-authorize default -p 80

Page 27: AWS 101 Lunch and Learn Jan 2013

and rich console services

Page 28: AWS 101 Lunch and Learn Jan 2013

Elasticity

Page 29: AWS 101 Lunch and Learn Jan 2013

Traditional IT

capacity

Elastic capacity

Capacity

Time

Your IT needs

Page 30: AWS 101 Lunch and Learn Jan 2013

On and Off Fast Growth

Variable peaks Predictable peaks

Elastic capacity

Page 31: AWS 101 Lunch and Learn Jan 2013

Elastic capacity

On and Off Fast Growth

Predictable peaks Variable peaks

WASTE

CUSTOMER DISSATISFACTION

Page 32: AWS 101 Lunch and Learn Jan 2013

Elastic cloud capacity

Traditional

IT capacity

Your IT needs

Time

Capacity

Elastic capacity

Page 33: AWS 101 Lunch and Learn Jan 2013

Elastic capacity

Fast Growth On and Off

Predictable peaks Variable peaks

Page 34: AWS 101 Lunch and Learn Jan 2013

503 Service Temporarily Unavailable

The server is temporarily unable

to service your request due to

maintenance downtime or capacity

problems. Please try again later.

Page 35: AWS 101 Lunch and Learn Jan 2013

503 Service Temporarily Unavailable

The server is temporarily unable

to service your request due to

maintenance downtime or capacity

problems. Please try again later.

Page 36: AWS 101 Lunch and Learn Jan 2013

From one instance…

Page 37: AWS 101 Lunch and Learn Jan 2013

…to thousands

Page 38: AWS 101 Lunch and Learn Jan 2013

Time: +00h

<10 cores

Elastic Capacity

Page 39: AWS 101 Lunch and Learn Jan 2013

Time: +24h >1500

cores

Elastic Capacity

Page 40: AWS 101 Lunch and Learn Jan 2013

Time: +72h

<10 cores

Elastic Capacity

Page 41: AWS 101 Lunch and Learn Jan 2013

Time: +120h

>600 cores

Elastic Capacity

Page 42: AWS 101 Lunch and Learn Jan 2013

Num

ber

of E

C2 I

nsta

nces

4/12/2008 4/14/2008 4/15/2008 4/16/2008 4/18/2008 4/19/2008 4/20/2008 4/17/2008 4/13/2008

40 servers to 5000 in 3 days

EC2 scaled to peak of 5000 instances

“Techcrunched”

Launch of Facebook modification

Steady state of ~40 instances

Page 43: AWS 101 Lunch and Learn Jan 2013

The Toolbox

Page 44: AWS 101 Lunch and Learn Jan 2013

Compute Storage

AWS Global Infrastructure

Database

App Services

Deployment & Administration

Networking

Reference Model

Page 45: AWS 101 Lunch and Learn Jan 2013

Compute Storage

AWS Global Infrastructure

Database

App Services

Deployment & Administration

Networking

Global infrastructure

Regions An independent collection of AWS resources in a

defined geography

A solid foundation for meeting location-dependent

privacy and compliance requirements

Page 46: AWS 101 Lunch and Learn Jan 2013

Compute Storage

AWS Global Infrastructure

Database

App Services

Deployment & Administration

Networking

Global infrastructure

Availability Zones Designed as independent failure zones

Physically separated within a typical metropolitan

region

Page 47: AWS 101 Lunch and Learn Jan 2013

Compute Storage

AWS Global Infrastructure

Database

App Services

Deployment & Administration

Networking

Global infrastructure

Edge Locations To deliver content to end users with lower latency

A global network of edge locations

Supports global DNS infrastructure (Route53) and

Cloud Front CDN

Page 48: AWS 101 Lunch and Learn Jan 2013

Compute Storage

AWS Global Infrastructure

Database

App Services

Deployment & Administration

Networking

Networking

Direct Connect Dedicated connection between your IT

infrastructure and the AWS datacenters

Extend your network infrastructure and VLANs

into AWS

Page 49: AWS 101 Lunch and Learn Jan 2013

Compute Storage

AWS Global Infrastructure

Database

App Services

Deployment & Administration

Networking

Networking

VPN Connection A Hardware VPN connection connects amazon

environment to your datacenter

Internet Protocol security (IPsec) VPN connection

Commonly used hardware supported

Internet

Page 50: AWS 101 Lunch and Learn Jan 2013

Compute Storage

AWS Global Infrastructure

Database

App Services

Deployment & Administration

Networking

Networking

Virtual Private Cloud Private, isolated section of the AWS Cloud

Launch resources in a virtual network that you define

complete control over your virtual networking

environment

Internet

Page 51: AWS 101 Lunch and Learn Jan 2013

Compute Storage

AWS Global Infrastructure

Database

App Services

Deployment & Administration

Networking

Networking

Route 53 Highly available and scalable Domain Name

System

Extremely reliable and cost effective

Feature Details

Global Supported from AWS global edge locations for fast and reliable domain name resolution

Scalable Automatically scales based upon query volumes

Latency based routing Supports resolution of endpoints based upon latency, enabling multi-region application delivery

Integrated Integrates with other AWS services allowing Route 53 to front load balancers, S3 and EC2

Secure Integrates with IAM giving fine grained control over DNS record access

Page 52: AWS 101 Lunch and Learn Jan 2013

Compute Storage

AWS Global Infrastructure

Database

App Services

Deployment & Administration

Networking

Compute

Vertical

Scaling

From $0.02/hr

Elastic Compute Cloud (EC2) Basic unit of compute capacity

Range of CPU, memory & local disk options

13 Instance types available, from micro to cluster

compute

Feature Details

Flexible Run windows or linux distributions

Scalable Wide range of instance types from micro to cluster compute

Machine Images Configurations can be saved as machine images (AMIs) from which new instances can be created

Full control Full root or administrator rights

Secure Full firewall control via Security Groups

Monitoring Publishes metrics to Cloud Watch

Inexpensive On-demand, Reserved and Spot instance types

VM Import/Export Import and export VM images to transfer configurations in and out of EC2

Page 53: AWS 101 Lunch and Learn Jan 2013

Compute Storage

AWS Global Infrastructure

Database

App Services

Deployment & Administration

Networking

Compute

Auto-scaling Automatic re-sizing of compute clusters based upon

demand

Trigger auto-

scaling policy

Feature Details

Control Define minimum and maximum instance pool sizes and when scaling and cool down occurs

Integrated to CloudWatch

Use metrics gathered by CloudWatch to drive scaling

Instance types Run auto scaling for on-demand instances and spot. Compatible with VPC

as-create-auto-scaling-group MyGroup

--launch-configuration MyConfig

--availability-zones eu-west-1a

--min-size 4

--max-size 200

Page 54: AWS 101 Lunch and Learn Jan 2013

Compute Storage

AWS Global Infrastructure

Database

App Services

Deployment & Administration

Networking

Compute

Elastic Load Balancing Create highly scalable applications

Distribute load across EC2 instances in multiple

availability zones

Feature Details

Auto-scaling Automatically scales to handle request volume

Available Load balance across instances in multiple availability zones

Health checks Automatically checks health of instances and takes them in or out of service

Session stickiness Route requests to the same instance

Secure sockets layer Supports SSL offload from web and application servers with flexible cipher support

Monitoring Publishes metrics to Cloud Watch

Page 55: AWS 101 Lunch and Learn Jan 2013

Compute Storage

AWS Global Infrastructure

Database

App Services

Deployment & Administration

Networking

Storage

S3 - Durable storage, any

object 99.999999999% durability of objects

Unlimited storage of objects of any type

Up to 5TB size per object Feature Details

Flexible object store Buckets act like drives, folder structures within

Access control Granular control over object permissions

Server-side encryption 256bit AES encryption of objects

Multi-part uploads Improved throughput & control

Object versioning Archive old objects and version new ones

Object expiry Automatically remove old objects

Access logging Full audit log of bucket/object actions

Web content hosting Serve content as web site with built in page handling

Notifications Receive notifications on key events

Import/Export Physical device import/export service

Page 56: AWS 101 Lunch and Learn Jan 2013

Compute Storage

AWS Global Infrastructure

Database

App Services

Deployment & Administration

Networking

Storage

Elastic Block Store High performance block storage device

1GB to 1TB in size

Mount as drives to instances

Feature Details

High performance file system

Mount EBS as drives and format as required

Flexible size Volumes from 1GB to 1TB in size

Secure Private to your instances

Available Replicated within an Availability Zone

Backups Volumes can be snapshotted for point in time restore

Monitoring Detailed metrics captured via Cloud Watch

Page 57: AWS 101 Lunch and Learn Jan 2013

Compute Storage

AWS Global Infrastructure

Database

App Services

Deployment & Administration

Networking

Database

Relational Database Service Database-as-a-Service

No need to install or manage database instances

Scalable and fault tolerant configurations

Feature Details

Platform support Create MySQL, SQL Server and Oracle RDBMS

Preconfigured Get started instantly with sensible default settings

Automated patching Keep your database platform up to date automatically

Backups Automatic backups and point in time recovery and full DB backups

Backups Volumes can be snapshotted for point in time restore

Failover Automated failover to slave hosts in event of a failure

Replication Easily create read-replicas of your data and seamlessly replicate data across availability zones

Page 58: AWS 101 Lunch and Learn Jan 2013

Compute Storage

AWS Global Infrastructure

Database

App Services

Deployment & Administration

Networking

Database

DynamoDB Provisioned throughput NoSQL database

Fast, predictable performance

Fully distributed, fault tolerant architecture

Feature Details

Provisioned throughput Dial up or down provisioned read/write capacity

Predictable performance

Average single digit millisecond latencies from SSD backed infrastructure

Strong consistency Be sure you are reading the most up to date values

Fault tolerant Data replicated across availability zones

Monitoring Integrated to Cloud Watch

Secure Integrates with AWS Identity and Access Management (IAM)

Elastic MapReduce Integrates with Elastic MapReduce for complex analytics on large datasets

Page 59: AWS 101 Lunch and Learn Jan 2013

Compute Storage

AWS Global Infrastructure

Database

App Services

Deployment & Administration

Networking

Application Services

Amazon SQS

Processing

task/processing trigger

Processing results Amazon SQS Reliable, highly scalable, queue

service for storing messages as they

travel between instances

Feature Details

Reliable Messages stored redundantly across multiple availability zones

Simple Simple APIs to send and receive messages

Scalable Unlimited number of messages

Secure Authentication of queues to ensure controlled access

Page 60: AWS 101 Lunch and Learn Jan 2013

Task A

Task B

(Auto-scaling)

Task C

2

3

1

Compute Storage

AWS Global Infrastructure

Database

App Services

Deployment & Administration

Networking

Application Services

Feature Details

Process state Maintain application state across complex workflows in a reliable and available manner

Tracking Tracks executions and log process for audit purposes

Consistency Ensures processing tasks are executed and duplicity of events does not occur

Simple Simple Decider and Task programming model for rapid integration

Simple Workflow Reliably coordinate processing steps

across applications

Integrate AWS and non-AWS resources

Manage distributed state in complex

systems

Page 61: AWS 101 Lunch and Learn Jan 2013

Compute Storage

AWS Global Infrastructure

Database

App Services

Deployment & Administration

Networking

Application Services

Cloud Search Elastic search engine based upon

Amazon A9 search engine

Fully managed service with

sophisticated feature set

Scales automatically

Document

Server

Results

Search

Server

Feature Details

Auto-scaling Automatically scales based upon request volumes and data volumes

High performance In memory operation means consistently low latency for search results

Sophisticated features Support for faceting, stemming, synonyms, stop words and custom rank expressions

Low cost Elastic service, pay for what you use

Page 62: AWS 101 Lunch and Learn Jan 2013

Compute Storage

AWS Global Infrastructure

Database

App Services

Deployment & Administration

Networking

Application Services

CloudFront World-wide content distribution

network

Easily distribute content to end users

with low latency, high data transfer

speeds, and no commitments.

Feature Details

Fast Multiple world-wide edge locations to serve content as close to your users as possible

Integrated with other services

Works seamlessly with S3 and EC2 origin servers

Dynamic content Supports static and dynamic content from origin servers

Streaming Supports rtmp from S3 and includes support for live streaming from Adobe FMS and Microsoft Media Server

London

Paris

NY

Served from S3

/images/*

3

Served from EC2

*.php

2

Single CNAME

www.mysite.com

1

Page 63: AWS 101 Lunch and Learn Jan 2013

Compute Storage

AWS Global Infrastructure

Database

App Services

Deployment & Administration

Networking

Deployment & Admin

Elastic Beanstalk One-click deployment from Eclipse, Visual Studio and

Git

Rapid deployment of applications

All AWS resources automatically created

Feature Details

Platform support Containers for Java, .net and PHP

Resource creation Creates load balancer, instances, autoscaling and monitoring automatically

Monitoring & Logs Integrated with Cloud Watch and consolidates server logs

Versioning Manage versions of applications and easily rollback deployments

Notifications Receive alerts on key events

Full resource access Access all underlying AWS resources as necessary

Page 64: AWS 101 Lunch and Learn Jan 2013

Compute Storage

AWS Global Infrastructure

Database

App Services

Deployment & Administration

Networking

Deployment & Admin

Cloud Formation Automate creation of ‘stacks’ in a repeatable way

Scripting framework for AWS resource creation

Feature Details

Platform support Support for AWS resources from EC2 to IAM

Resource creation Creates AWS resources behind the scenes and reports on progress

Declarative Specify stacks in JSON format and source control your environments

Customizable Drive stack creation with paramaters

Page 65: AWS 101 Lunch and Learn Jan 2013

Compute Storage

AWS Global Infrastructure

Database

App Services

Deployment & Administration

Networking

Deployment & Admin

Identity & Access Management Granular control of user rights with AWS

Automated granting of EC2 service rights

Software Developer Kits Comprehensive support of programming models for

using AWS services

Page 66: AWS 101 Lunch and Learn Jan 2013

+ others Simple Email Service

Simple Notification Service

ElastiCache

Elastic MapReduce

CloudWatch

Page 67: AWS 101 Lunch and Learn Jan 2013

Introducing Amazon Redshift

Data Warehousing the AWS Way

Easily and rapidly analyze

petabytes of data

1/10 the cost of traditional data

warehouses

Automated deployment &

administration

Compatible with popular BI tools

Page 68: AWS 101 Lunch and Learn Jan 2013

Orchestration service for data-driven workflows

Create automated and scheduled data flows

Pre-integrated with AWS data sources

Easily connect with 3rd party & on-premises sources

AWS Data PipelineYour Analytics

Page 69: AWS 101 Lunch and Learn Jan 2013

NEW! Amazon Elastic Transcoder

Page 70: AWS 101 Lunch and Learn Jan 2013

Security &

Compliance

Page 71: AWS 101 Lunch and Learn Jan 2013

Foundation Services

Compute Storage Database Networking

AWS Global Infrastructure Regions

Availability Zones

Edge Locations Am

azo

n

Shared responsibility

Page 72: AWS 101 Lunch and Learn Jan 2013

Foundation Services

Compute Storage Database Networking

AWS Global Infrastructure Regions

Availability Zones

Edge Locations

Client-side Data Encryption & Data Integrity Authentication

Server-side Encryption (File System and/or Data)

Network Traffic Protection (Encryption/Integrity/Identity)

Platform, Applications, Identity & Access Management

Operating System, Network & Firewall Configuration

Customer Data

Am

azo

n

Shared responsibility

You

Page 73: AWS 101 Lunch and Learn Jan 2013

Certifications

SOC 1 Type 2 (formerly SAS-70)

ISO 27001

PCI DSS for EC2, S3, EBS, VPC, RDS, ELB,

IAM

FISMA Moderate Compliant Controls

HIPAA & ITAR Compliant Architecture

Physical Security

Datacenters in nondescript facilities

Physical access strictly controlled

Must pass two-factor authentication at least twice for floor access

Physical access logged and audited

HW, SW, Network

Systematic change management

Phased updates deployment

Safe storage decommission

Automated monitoring and self-audit

Advanced network protection

Security standards

http://aws.amazon.com/security

Page 74: AWS 101 Lunch and Learn Jan 2013

So what are

we going to do

today?

Page 75: AWS 101 Lunch and Learn Jan 2013

Availability Zone Region

Instance

Page 76: AWS 101 Lunch and Learn Jan 2013

Availability Zone Region

Instance S3

Page 77: AWS 101 Lunch and Learn Jan 2013

Availability Zone Region

Instance S3

Cloud Front

Page 78: AWS 101 Lunch and Learn Jan 2013

Availability Zone Region

Instance S3

Cloud Front

RDS

Page 79: AWS 101 Lunch and Learn Jan 2013

Availability Zone Region

Instance Instance

Elastic Load Balancer

Cloud Front

S3

RDS

Page 80: AWS 101 Lunch and Learn Jan 2013

Availability Zone Region

Instance Instance

Elastic Load Balancer

Cloud Front

S3

Auto

scaling

Group

RDS

Page 81: AWS 101 Lunch and Learn Jan 2013

Go grab some

lunch, come

back and we’ll

crack on

Page 82: AWS 101 Lunch and Learn Jan 2013

Availability Zone Region

Instance Instance

Elastic Load Balancer

Cloud Front

S3

Auto

scaling

Group

RDS

Page 83: AWS 101 Lunch and Learn Jan 2013

EC2 launch an instance

Page 84: AWS 101 Lunch and Learn Jan 2013

bootstrapping passing data to an instance

Page 85: AWS 101 Lunch and Learn Jan 2013

Instance

request User data

Page 86: AWS 101 Lunch and Learn Jan 2013

Instance

request User data

Meta-data service

Page 87: AWS 101 Lunch and Learn Jan 2013

Instance

request User data

Instance

Meta-data service

Page 88: AWS 101 Lunch and Learn Jan 2013

#!/bin/sh

yum -y install httpd php mysql php-mysql

chkconfig httpd on

/etc/init.d/httpd start

Shell script in user-data will be executed on launch:

Page 89: AWS 101 Lunch and Learn Jan 2013

key pairs secure access

Page 90: AWS 101 Lunch and Learn Jan 2013

Public Key

Inserted by Amazon into each EC2 instance that

you launch

Private Key

Downloaded and stored by you

EC2 Instance

Comms secured with private key

Page 91: AWS 101 Lunch and Learn Jan 2013

security groups instance firewalling

Page 92: AWS 101 Lunch and Learn Jan 2013

Security Group

instance

Port 80 (HTTP)

Port 22 (SSH)

Name Description Protocol Port range IP Address, range, or another security group

Page 93: AWS 101 Lunch and Learn Jan 2013

ELB elastic load balancer

Page 94: AWS 101 Lunch and Learn Jan 2013

Availability Zone Availability Zone

Region

Availability Zone

Instance Instance Instance Instance Instance Instance

Elastic Load Balancer

Page 95: AWS 101 Lunch and Learn Jan 2013

auto-scaling elastic server pool

Page 96: AWS 101 Lunch and Learn Jan 2013

Describes what Auto Scaling will create when

adding Instances

AMI

Instance Type Security Group

Instance Key Pair

Only one active launch configuration at a time

Auto Scaling will terminate instances with old launch

configuration first rolling update

Auto Scaling managed grouping of EC2

instances

Automatic health check to

maintain pool size

Automatically scale the number of instances by

policy – Min, Max, Desired

Automatic Integration with ELB

Automatic distribution &

balancing across AZs

Parameters for performing an Auto

Scaling action

Scale Up/Down and by how much

ChangeInCapacity (+/- #)

ExactCapacity (#) ChangeInPercent (+/- %)

Cool Down (seconds)

Policy can be triggered by

CloudWatch events

Launch Configuration Auto-Scaling Group Auto-Scaling Policy

Page 97: AWS 101 Lunch and Learn Jan 2013

as-create-launch-config

--image-id ami-50348c51

--instance-type t1.micro

--key apac-tok

--group 'Web Servers’

--launch-config 101-launch-config

Create a launch configuration:

Page 98: AWS 101 Lunch and Learn Jan 2013

as-create-auto-scaling-group 101-as-group

--availability-zones ap-northeast-1a

--launch-configuration 101-launch-config

--load-balancers myELB

--max-size 5

--min-size 1

Create an auto-scaling group:

Page 99: AWS 101 Lunch and Learn Jan 2013

as-put-scaling-policy 101ScaleUpPolicy

--auto-scaling-group 101-as-group

--adjustment=1

--type ChangeInCapacity

--cooldown 300

Create an auto-scaling policy (scale up):

Page 100: AWS 101 Lunch and Learn Jan 2013

as-put-scaling-policy 101ScaleDownPolicy

--auto-scaling-group 101-as-group

"--adjustment=-1"

--type ChangeInCapacity

--cooldown 300

Create an auto-scaling policy (scale down):

Page 101: AWS 101 Lunch and Learn Jan 2013

aws.amazon.com