+ All Categories
Home > Technology > AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

Date post: 15-Jan-2015
Category:
Upload: amazon-web-services
View: 365 times
Download: 1 times
Share this document with a friend
Description:
This webinar will cover the basics of getting started with AWS. After a brief overview, this session will dive into core AWS services with live demonstrations of how to set up and utilize compute, storage, and other services. The focus will be on the ease of use and the ability to clone environments that largest customers are running to highlight AWS’ versatility and ease of use as a cloud platform.
Popular Tags:
24
Getting Started with Amazon Web Services May 13 th , 2014 Sri Elaprolu ([email protected])
Transcript
Page 1: AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

Getting Started with Amazon Web Services

May 13th, 2014

Sri Elaprolu ([email protected])

Page 2: AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

AWS Overview

AWS Account Setup

AWS Console

Amazon EC2 – Overview

Amazon EC2 – Demo

Amazon S3 – Overview

Amazon S3 – Demo

Q&A

Agenda

Page 3: AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

Compute Storage

AWS Global Infrastructure

Database

App Services

Deployment & Administration

Networking

Amazon Web Services

Page 4: AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

10 regions

26 availability

zones

51 edge locations

AWS Global Infrastructure

You decide where your apps and data

go!

Page 5: AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

A

B

C

D

US-EAST-1 Region

Availability Zones (AZs)

AWS Global Infrastructure

Note: Conceptual drawing only. The number of Availability Zones may vary.

Page 6: AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

Certification and Accreditations

Page 7: AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

Variable expense

Replace capital

expenditure with variable

expense

Economies of scale

Lower variable expense

than companies can

achieve themselves

Elastic capacity

No need to guess

capacity requirements

and over-provision

Speed and agility

Infrastructure in minutes

not weeks

Focus on mission

Not undifferentiated heavy

IT lifting

Global Reach

Go global in minutes and

reach a global audience

Why are customers moving to AWS Cloud?

Page 8: AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

Experience

8+ years supporting 100s

of thousands of

customers across 190

countries

Innovation

Rapid delivery of new

services and features based

on customer feedback

Robust Platform

Number of services and

features, virtually to

support every use case

imaginable

Simple Pricing

Philosophy

42 Price reductions

Expect more reductions

in the future

Global Footprint

10 Regions

26 Availability Zones

51 Edge Locations

Eco system

3000 ISVs and 7000 SIs

1400 apps in Marketplace

AWS Differentiators

Page 9: AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

Getting Started:

http://aws.amazon.com/getting-started/

AWS Registration:

https://portal.aws.amazon.com/gp/aws/developer/registration/index.html

1.Amazon.com account – or - new AWS account (recommended)

2.Contact Information (name/phone/address)

3.Billing Information (default is CC, invoice option is available)

4.Phone Verification/Pin

5.Choose Support plan (basic/developer/business/enterprise)

AWS Free Tier:

http://aws.amazon.com/free/

AWS Account Setup

Page 10: AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

AWS Account Setup – sample screenshots

Page 11: AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

AWS Account Setup – sample screenshots

Page 12: AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

AWS Account Setup – sample screenshots

Page 13: AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

AWS Console - Demo

Page 14: AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

EC2

Virtual servers in the cloud

Elastic Compute

Cloud

• Resizable compute capacity in 34 different instance types

• Reduces the time required to obtain and boot new server instances to minutes

or seconds

• Scale capacity as your computing requirements change

• Pay only for capacity that you actually use

• Choose Linux or Windows

• Deploy across Regions and Availability Zones for reliability

• Support for virtual network interfaces that can be attached to EC2 instances in

your VPC

Compute

Page 15: AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

Compute

General Purpose

Name vCPU Memory

(GiB)

Local

Storage

(GB)

m3.medium 1 3.75 1 x 4

m3.large 2 7.5 1 x 32

m3.xlarge 4 15 2 x 40

m3.2xlarge 8 30 2 x 80

Compute Optimized

Name vCPU Memory

(GiB)

Local

Storage

(GB)

c3.large 2 3.75 2 x 16

c3.xlarge 4 7.5 2 x 40

c3.2xlarge 8 15 2 x 80

c3.4xlarge 16 30 2 x 160

c3.8xlarge 32 60 2 x 320

GPU Instances

Name vCPU Memory

(GiB)

Local

Storage

(GB)

g2.2xlarge 8 15 1 x 60

Micro Instances

Name vCPU Memory

(GiB)

Local

Storage

(GB)

t1.micro 1 0.613 EBS Only

m1.small 1 1.7 1 x 160

Page 16: AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

Storage Optimized

Name vCPU Memory

(GiB)

Local Storage

(GB)

i2.xlarge 4 30.5 1 x 800 SSD

i2.2xlarge 8 61 2 x 800 SSD

i2.4xlarge 16 122 4 x 800 SSD

i2.8xlarge 32 244 8 x 800 SSD

hs1.8xlarge 16 117 24 x 2048

Compute

Memory Optimized

Name vCPU Memory

(GiB)

Local

Storage

(GB)

r3.large 2 15 1 x 32

r3.xlarge 4 30.5 1 x 80

r3.2xlarge 8 61 1 x 160

r3.4xlarge 16 122 1 x 320

Additional instance types: http://aws.amazon.com/ec2/previous-generation/

Page 17: AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

Amazon Machine Image

• Building blocks of EC2 instances

• An AMI is like a template of a computer's root volume

• Can be public or private and shared with other accounts

• Create hardened or gold “Images” of your EC2 infrastructure

• Copy AMIs between regions

EC2

Virtual servers in the cloud

Compute

Page 18: AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

Elastic Block Storage (EBS)

• Use for persistent storage from 1GB – 1TB

• Can use to create RAID configuration for a server

• Off-instance block storage that persists independently

• Storage volumes for use with Amazon EC2 instances – create, attach, backup,

restore and delete

• Can be attached to a running Amazon EC2 instance and exposed as a block

device for raw or formatted (file system) access

• Snapshots are durably saved to S3

• Ideal use cases:

• OS Boot device / root file system; secondary volumes/file systems

• Typical basis for database storage

• Raw block devices for RAID, some databases

• Available in both standard and provisioned IOPS (up to 4k IOPS)

EC2

Virtual servers in the cloud

Compute

Page 19: AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

Auto Scaling

• Client Defined Business Rules

• Scale your Amazon EC2 capacity automatically once you define the conditions

(may be 1000’s of servers)

• Can scale up just a little…doesn’t need to be massive number of servers (may

be simply 2 servers)

• Well suited for applications that experience variability in usage

• Set minimum and maximum scaling policies

• Alternate Use is for Fault Tolerance

EC2

Virtual servers in the cloud

Compute

Page 20: AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

Elastic Load

Balancing

• Supports the routing and load balancing of HTTP, HTTPS and generic TCP

traffic to EC2 instances

• Supports SSL termination and Proxy protocol

• Supports health checks to ensure detect and remove failing instances

• Dynamically grows and shrinks required resources based on traffic

• Seamlessly integrates with Auto-scaling to add and remove instances based

on scaling activities

• Single CNAME provides stable entry point for DNS configuration

• Supports internal load balancing within a VPC

EC2

Virtual servers in the cloud

Compute

Page 21: AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

Amazon EC2 - Demo

Page 22: AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

Simple Storage

Service

• A “Bucket” is equivalent to a “folder”

• Able to store unlimited number of Objects in a Bucket

• Objects from 1B-5 TB; no per bucket size limit

• Highly available storage for the Internet (object store)

• HTTP/S endpoint to store and retrieve any amount of data, at any time, from

anywhere on the web

• Highly scalable, reliable, fast, and inexpensive

• Annual durability of 99.999999999%

• Designed for 99.99% availability

• Holds trillions of objects

• Peak requests 1.5 Million per second

S3

Scalable Storage in the Cloud

Storage

Page 23: AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

Amazon S3 - Demo

Page 24: AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS

• aws.amazon.com/education

• aws.amazon.com/training

• run.qwiklab.com

• 6 Free Introduction to AWS labs

• Thank you for joining us for Part 2 of our Series

• We hope you can join us for:

• Ease of AWS Deployment – May 20th, 2014

We want to hear from you…


Recommended