Cloud Computing

Post on 27-Nov-2014

128 views 0 download

Tags:

description

Cloud computing is about moving services, computation and/or data?for cost and business advantage?off-site to an internal or external, location-transparent, centralized facility or contractor. By making data available in the cloud, it can be more easily and ubiquitously accessed, often at much lower cost, increasing its value by enabling opportunities for enhanced collaboration, integration, and analysis on a shared common platform.

transcript

Cloud Computing

An Introduction and Overview

Tom CreightonCTO, Family Searchtc@familysearch.org

Topic Areas

• Cloud computing overview

• Example large-scale cloud bursting application

• Resource management in an enterprise cloud

Why Cloud Computing?

• Cost Savings– Economies of scale

– Use what’s needed; shut down what’s not

• CapEx to OpEx– Not necessarily an objective;

– Projects move forward without large infrastructure investment

• Scalability, Availability, Flexibility, Security

• Opportunity benefit (maybe the biggest)

Cloud Computing Definitions

• Essential Characteristics– On-demand self-service

– Broad network access

– Resource pooling

– Rapid elasticity

– Measured service

• Service Models– Software as a Service

– Platform as a Service

– Infrastructure as a Service

NIST defines five essential characteristics, three service models, and four deployment models.

Cloud Computing Definitions

ACM CTO Roundtables

What is Cloud Computing?

Cloud computing is about moving services, computation and/or data—for cost and business advantage—off-site to an internal or external, location-transparent, centralized facility or contractor. By making data available in the cloud, it can be more easily and ubiquitously accessed, often at much lower cost, increasing its value by enabling opportunities for enhanced collaboration, integration, and analysis on a shared common platform.

Three divisions (areas):• SaaS: WAN-enabled application services

(eg. Google Apps, Salesforce.com, WebEx.)

• PaaS: Foundational elements to develop new applications (eg. Coghead, Google Application Engine.)

• Iaas: Providing computational and storage infrastructure in a centralized, location-transparent service (eg. Amazon.)

Cloud Computing Definitions

• The term "Cloud Computing" refers to the on-demand delivery of IT resources via the Internet with pay-as-you-go pricing.

Cloud Computing Models

• Deployment Models

– Private cloud

– Community cloud

– Public cloud

– Hybrid cloud

NIST cloud computing reference architecture

Cloud Conceptual Framework

Cisco Domain Ten Framework

AWS Regions and Edge Locations

Regions and Availability Zones

Not All Regions Have Same Number of Zones

Cisco Domain Ten Framework

AWS Account Management

Cisco Domain Ten Framework

AWS Service Catalog

S3 Management Console

S3 Objects in a Bucket

An Example Cloud Use

Cloudbursting Example

• 1 Trillion pairs to classify

• 500 TB of data

• 10 TB result set

• CPU Bound

– Single core: ~ 1000-1500 classify ops/s

• 11.5 K core-days

Approach

• AWS c1.xlarge spot instances

– 8 core, 24GB RAM

– $0.075 on AWS spot market

– Best CPU/$ ratio

• HP Blades in familysearch.org datacenter

– 8 core, 24 GB RAM

– 300 servers

Issues to Address

• Machine Instability– Machine death from AWS spot instance volatility

– Hardware failure (1000s of machines – certainty)

• Coordination– Partitioning the work

– Different server clusters• Different aws availability zones

• Fs.org datacenter

– Restart failed processes

The Solution

• Single Queue Multiple Reader Pattern– SQS with visibility timeouts to manage retries

– Dead letter queue for messages failing > threshold

• Claim Check Pattern– AWS S3 as data store

• Homogeneous, Idempotent work units– 15-20 minute target completion time

– 0 side effects

– Work may get done multiple times

Claim Check - EIP

Results

• Work Completed

• 64 hours

• 1000 machines avg.; ~2500 peak

• $5000

– 6X cost savings over previous Hadoop based solution

• 300 lines of Java/bash code

• 1 engineer / 1 week

Next Steps

• Better metrics– Log aggregations via Splunk– Performance counters

• Better deployment– CloudFormation

• AWS Simple Workflow (SWF) for better server lifetime management

• Investigate other OSS possibilities– Storm– Hadoop YARN– akka

Conclusion

• Cloud technology offers new opportunities in scale, availability, security and management.

• Properly using these tools is necessary to achieve business goals.

• CapEx to OpEx is one reason to move to cloud computing.• A more important reason is the tremendous flexibility that

the environment offers.• VPC provides the kinds of governance and security an

enterprise needs to be comfortable with so much power under the hood.

• Resource management is crucial in an enterprise environment.