1 / 9

Autocloud

Autocloud. by Bryan Rosander. Motivation. Cloud computing makes vast computing resources available at a reasonable price on an as-needed basis Configuring multiple machines to work together can be a tedious and time consuming task

carl
Download Presentation

Autocloud

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Autocloud by Bryan Rosander

  2. Motivation • Cloud computing makes vast computing resources available at a reasonable price on an as-needed basis • Configuring multiple machines to work together can be a tedious and time consuming task • Automation of configuration and scaling set up would make these resources more accessible

  3. Basic Concepts • Autocloud uses Amazon’s Web Services API to provide functionality • Auto Scaling • Cloud Watch • Elastic Compute Cloud (EC2) • Identity and Access Management • Simple Storage Service (S3) • Simple Queue Service (SQS) • Autocloud uses many third party libraries to coordinate the use of these services (most prominent listed) • Apache Commons • Apache Tomcat • Google Web Toolkit • Guice • Hibernate • HSQLDB • JbCrypt • Jsch • Log4j, Slf4j

  4. Logic Design • User defines configurations • Configurations made up of machine groups • Machine groups have instance type, scaling information • Entire configuration is instantiated at the end • Updates to scaling conditions can be made even after instantiation

  5. Implementation • Last semester’s version was designed to build out instances one-off • This semester needed to support Auto-Scaling • Made the following changes: • Stored user files and startup scripts in S3 • Utilize auto-scaling functionality to instantiate instances • Use user data to have instances notify the application when they start • Generate script that allows instances to retrieve their own files from S3

  6. Old Sequence Diagram

  7. New Sequence Diagram

  8. Conclusions • New approach is better for several reasons • Auto Scaling • Allow for MUCH larger files • Faster instantiation • Less bandwidth, IO use by host machine • However, it is more complex • Reliance on 6 AWS services instead of 1 • More communication, configuration • Instances must have AWS credentials to send SQS messages, find out what other machines are in their configuration

  9. Demo/Questions

More Related