Simplifying Cloud Instance Selection Using Machine Learning

Total Page:16

File Type:pdf, Size:1020Kb

Simplifying Cloud Instance Selection Using Machine Learning Daleel: Simplifying Cloud Instance Selection Using Machine Learning Faiza Samreen, Yehia Elkhatib, Matthew Rowe, and Gordon S. Blair School of Computing and Communications, Lancaster University, United Kingdom Email: [email protected] Abstract—Decision making in cloud environments is quite DigitalOcean challenging due to the diversity in service offerings and pricing HP Cloud Compute models, especially considering that the cloud market is an Instance_Type General Purpose incredibly fast moving one. In addition, there are no hard Memory Intensive Google Compute Engine CPU Intensive and fast rules; each customer has a specific set of constraints I/O Optimised Other Types (e.g. budget) and application requirements (e.g. minimum Microsoft Azure computational resources). Machine learning can help address some of these complicated decisions by carrying out customer- IaaS Provider RackSpace specific analytics to determine the most suitable instance Joyent Compute type(s) and the most opportune time for starting and/or migrating instances. In this paper, we employ machine learning Amazon EC2 techniques to develop an adaptive deployment policy tailored 0 10 20 30 for each customer, providing an optimal match between their Number of Instance Types demands and the available cloud service offerings. We provide an experimental study based on extensive set of job executions Figure 1. The number of instance types offered by the major IaaS vendors, th over a major public cloud infrastructure. as of 25 of August 2015. 1. Introduction In this paper we present Daleel, a multi-criteria adaptive decision making framework that is developed to find the The Infrastructure-as-a-Service (IaaS) ecosystem is optimal IaaS deployment strategy. In this paper, we take a evolving so rapidly that it is becoming increasingly difficult first step by focusing on one CSP in order to answer the to select the best resources to use. It is a composite decision question: Which instance type and what time(s) are best for that every customer is faced with: a given customer application?. After gathering the profiling • Which provider should she choose? evidence, we employ machine learning techniques to gain • What instance type(s) would provide her with the insight into the expected performance of an application on cost:performance ratio that suits her needs? the calibrated CSP. Multivariate polynomial regression is • Does the time or day at which she requests these used for predicting application behaviour on certain IaaS resources affect how her application runs? configuration. A customer has to choose between dozens of different Our contributions are as follows: instance types, as illustrated in Figure 1. Moreover, the • The Daleel framework that supports adaptive de- answers to the above questions are highly subjective; each cision making in IaaS environments. We consider customer application needs careful consideration of its re- two QoS attributes as criteria: instance price and quirements against the various market offerings. Further application execution time. complications are manifested due to the disparate pricing • An extensive analysis of variability of Amazon EC2, models adopted by different cloud service providers (CSPs). a leading IaaS CSP. We use more than 5,000 appli- As such, a customer entering the cloud market is over- cation runs for this purpose. whelmed with a host of difficult questions without much • Utilisation of different machine learning techniques of a support system for such decision making. to evaluate Daleel’s ability to predict application We argue that we can help answer many of the afore- execution time on the EC2 cloud. mentioned questions about cloud infrastructure setup in a systematic and evidence-based manner. This is not only to The rest of the paper is organised as follows. x2 reviews assist customers entering the market, but also to provide related work. x3 details the Daleel architecture. x4 presents guidance to those wishing to migrate deployments between the outcomes of a large-scale study into the variability of CSPs to enhance Quality of Service (QoS), reduce cost, or to IaaS offerings. x5 evaluates our learning approach using data honour other non-functional requirements (e.g. legislation, collected from EC2 deployments. x6 concludes and points disaster recovery, business continuity). out avenues of future work. 2. Related Work 3. Daleel 2.1. Application Management Frameworks Daleel15 is a multi-criteria adaptive decision making framework. It equips a cloud customer with evidence-based knowledge of the IaaS setup specification that is optimal for A number of frameworks have been developed by indus- their particular application. try and open source communities to act as an intermediary between cloud customers and providers. These, sometimes referred to as cloud brokers, carry out some task on behalf of 3.1. Architecture the customer such as arbitrage, aggregation and integration. We classify such frameworks as either hosted or deployable. Hosted services are externally managed by third-party stake- s n holders and do not provide information about how the appli- r t o e e n i t i t t a m a e r cation is being provisioned across the cloud. Examples in- o c t i n t l s s g i p 1 2 Customer n u p V o clude RightScale cloud portfolio management , enStratus , C C xStream3 and CliQr4. In contrast, deployable services rely A on open source solutions that could be operated internally by Application Performance a corporation or externally as a grey-box integrated service. t n Analysis Planning r Trigger 5 6 7 8 o i o Brooklyn , Scalr , Standing Cloud and Aelous are some s p i Actuator c p e examples. u S D Learning The solutions mentioned thus far tackle interoperabil- ity to reduce application deployment, but do not support o i l o adaptive decision making. This feature is still largely lack- P f S t s r C c i o r ing from cloud brokerage solutions, although some ef- P t e forts have started to surface in the wider cloud computing DALEEL M Knowledge Base community, e.g. STRATOS [1], CELAR9, MODACloud10, Cloud4SOA [2], mOSAIC11, ARTIST12, Broker@Cloud13, 14 Cloud and PlanForCloud . We conjecture that there is still a long Infrastructure way to go in terms of providing dynamic decision making that can effectively optimise to the specific functional and non-functional requirements on a per-application basis. Figure 2. The Daleel Architecture. 2.2. Machine Learning Daleel’s architecture (depicted in Figure 2) consists of three main modules: Decision Support, Actuator, and Knowledge Base. The Decision Support module is at the Machine learning can contribute immensely by taking heart of the Daleel architecture and it relies on a three appropriate decisions to cater to specific application re- phase process that continuously operates throughout the quirements. Machine Learning has proved its potential for application life cycle to predict application performance. producing prediction and optimisation solutions in various These phases are: Analysis, Learning, and Planning. They fields [3], [4]. It has also been applied in cloud computing carry out different but complimentary operations to acquire towards resource scaling [5], forecasting [6], and dynamic deep knowledge of the available cloud deployment options resource provisioning [7], [8], [9]. We aim to apply a similar and how suitable they are to a given application. The Act- methodology but for the benefit of cloud customers selecting uator triggers the Decision Support module into operation. between different IaaS resources. The Knowledge Base holds data collected by the Decision Support module. 1. http://www.rightscale.com/cloud-portfolio-management/benefits The application vignette is a short set of key-value pairs 2. http://www.enstratius.com/ provided by the customer that serve as a high level de- 3. http://www.virtustream.com/solutions 4. http://www.cliqr.com scription of the application requirements. The customer con- 5. https://brooklyn.incubator.apache.org/ straints include the customer’s functional and non-functional 6. http://www.scalr.com/ requirements such as minimum QoS, availability, location, 7. http://www.standingcloud.com/ and budget. A CSP’s portfolio contains data that we obtain 8. http://www.aeolus-project.org/ (through APIs and web scraping) on their resource provi- 9. http://www.celarcloud.eu/ sioning levels, resource metadata, and pricing models. 10. http://www.modaclouds.eu/ We now describe how the three Decision Support phases 11. http://www.mosaic-cloud.eu/ 12. http://www.artist-project.eu/ and the Actuator module work. 13. http://www.broker-cloud.eu/ 14. http://www.planforcloud.com/ 15. Daleel means ‘guide’ in Urdu. 3.2. Analysis Phase multi-criteria techniques while considering more than two QoS attributes. The first stage comprises of a profiling procedure that is based on time series analysis. Application profiling is 3.5. The Actuator an effective way of tracking application behaviour under different deployment setups. This can be carried out live on The Actuator triggers the Decision Support module into shared cloud infrastructures (whether public or private), or operation at different times. This could be based on thresh- offline in a completely controlled and isolated virtual envi- olds set according to the customer constraints on application ronment. The obtained traces record different metrics such QoS, application load, or Knowledge Base information (e.g. as CPU utilisation, memory utilisation, paging and caching change in a provider’s portfolio). Such triggers will launch information etc. Together these constitute the application new Analysis and Learning cycles, or will activate the Plan- profile that can be used to predict deployment options that ning logic to begin migration to a new cloud infrastructure. can suit the application and customer requirements. Migration between different cloud infrastructures is a big Aggregating different application profiles builds up the challenge in its own right and is outside the boundaries Knowledge Base with information about application descrip- of this work.
Recommended publications
  • HP Datacenter Care - Datacenter Care for Cloud Datasheet Addendum HP Technology Services - Contractual Services
    Technical data HP Datacenter Care - Datacenter Care for Cloud datasheet addendum HP Technology Services - Contractual Services HP Datacenter Care for Cloud (DC4C) is a version of HP Datacenter Care developed to address the needs of complex private cloud and hybrid cloud environments built on the HP CloudSystem infrastructure and HP cloud management software. A primary feature of DC4C is its linkage to, and collaboration with, your HP Software Premier Support. Optional features and services can be added to DC4C to accommodate public cloud service providers, pay-per-use pricing, multivendor management, and more. Core features and options include the following: – Coordinates the sale, invoicing, and delivery of HP Datacenter Care and HP Software Premier Support for a simplified and unified experience across cloud infrastructure and cloud management software when purchased at the same time and under the same support coverage period – Joins together the Datacenter Care and Premier Support account teams and augments the deliverables they provide – Coordinates activities provided by Matrix Master technical experts when included in your DC4C Statement of Work – Can combine with Datacenter Care Flexible Capacity and Primary Service Provider capabilities – Offers a Hybrid Cloud Support (HCS) option to accommodate cloud service providers The features of HP Datacenter Care and Premier Support are fully described in their respective data sheets. This Datacenter Care for Cloud data sheet addendum highlights features or requirements that are different when the customer purchases these two services as a Datacenter Care for Cloud configuration, and highlights additional features or options that are of special interest in cloud environments. A mutually agreed-upon and executed Statement of Work will detail these additional features based upon your needs when you purchase Datacenter Care for Cloud along with your purchase of HP Software Premier Support.
    [Show full text]
  • Evaluating Cloud Service Vendors with Comparison J.Jagadeesh Babu1 Mr.P.Saikiran 2 M.Tech Information Technology Dept of IT/LBRCE College India
    Volume 3, Issue 5, May 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Evaluating Cloud Service Vendors with Comparison J.Jagadeesh Babu1 Mr.P.Saikiran 2 M.Tech Information Technology Dept of IT/LBRCE college India. India. Abstract: In this paper we reviewed the technical and service aspects of different Cloud providers and presents the comparisons of these selected service offerings in cloud computing. By this User can have good understanding regarding services provided to avoid bottlenecks are also obstacles that could limit the growth. This comparison of cloud service providers, to serve as a starting point for user looking to take throw service and for Selecting the better one for there need into cloud environment . Keywords: Cloud Computing, Service Vendors, Cloud Services. I. Introduction As the use of computers in our day-to-day life has increased, the computing resources that we need also grown up. It was costly to buy a mainframe and computer‘s, it became important to find the alternative ways to get the greatest return on the investment, allowing multiple users to share among both the physical access to the computer from multiple terminals and to share the CPU time, eliminating periods of inactivity, which became known in the industry as time- sharing[1]. The origin of the term cloud computing is vague, but it appears to derive from the way of drawings of stylized clouds to denote networks in diagrams of computing and communications systems.Cloud computing is a paradigm shift in which computing is moved away from personal computers and even the individual enterprise application‘s to a ‗cloud‘ of computers.
    [Show full text]
  • Deliverable No. 5.3 Techniques to Build the Cloud Infrastructure Available to the Community
    Deliverable No. 5.3 Techniques to build the cloud infrastructure available to the community Grant Agreement No.: 600841 Deliverable No.: D5.3 Deliverable Name: Techniques to build the cloud infrastructure available to the community Contractual Submission Date: 31/03/2015 Actual Submission Date: 31/03/2015 Dissemination Level PU Public X PP Restricted to other programme participants (including the Commission Services) RE Restricted to a group specified by the consortium (including the Commission Services) CO Confidential, only for members of the consortium (including the Commission Services) Grant Agreement no. 600841 D5.3 – Techniques to build the cloud infrastructure available to the community COVER AND CONTROL PAGE OF DOCUMENT Project Acronym: CHIC Project Full Name: Computational Horizons In Cancer (CHIC): Developing Meta- and Hyper-Multiscale Models and Repositories for In Silico Oncology Deliverable No.: D5.3 Document name: Techniques to build the cloud infrastructure available to the community Nature (R, P, D, O)1 R Dissemination Level (PU, PP, PU RE, CO)2 Version: 1.0 Actual Submission Date: 31/03/2015 Editor: Manolis Tsiknakis Institution: FORTH E-Mail: [email protected] ABSTRACT: This deliverable reports on the technologies, techniques and configuration needed to install, configure, maintain and run a private cloud infrastructure for productive usage. KEYWORD LIST: Cloud infrastructure, OpenStack, Eucalyptus, CloudStack, VMware vSphere, virtualization, computation, storage, security, architecture. The research leading to these results has received funding from the European Community's Seventh Framework Programme (FP7/2007-2013) under grant agreement no 600841. The author is solely responsible for its content, it does not represent the opinion of the European Community and the Community is not responsible for any use that might be made of data appearing therein.
    [Show full text]
  • Dell Openstack Cloud Solution
    Dell OpenStack Cloud Solution Peter Jung Senior Solutions Architect & Business Developer Fast. Easy. Now. Dell.com/OpenStack Dell.com/Crowbar Cloud expectations and promises Support the mobile & social marketplace Innovate and grow and workforce Anytime, anywhere, on any device access and Speed time to market when introducing new engagement. (BYOD) increases productivity and goods and services job satisfaction Apps Revenue Data “The Business” BI Cost Speed Efficiency Attract & retain new customers Reduce IT cost, deliver operational results On-demand, self-service and automated access Connect customer data, gain intelligence on lowers costs and decreases demands on IT customers to better target, nurture and solidify leads Cloud - Challenges for SP and Enterprise Service provider challenges Enterprise challenges • Cost-effectively scaling, and competing in the • Lack of infrastructure standardization and emerging public cloud ecosystem automation leading to poor resource utilization, cost escalation, slow application delivery • Ability to quickly launch new cloud services • Locked-in to proprietary vendors and • Keeping license costs down on traditional technologies – increasing license costs with virtualization solutions – costs increase linearly growth and scale with scale (often per node) • Poor understanding of cost allocations • Keeping maintenance costs down on home- grown components that have been built • Long resource provisioning cycle times haphazardly over time • Inflexible and non-adaptive infrastructure • Flexibility to rapidly add/change features in response to customer needs –commercial • Building a cloud is too complex and takes too solutions lack features they need long • Lack of availability and support of the entire end-to-end solution Cloud Taxonomy – Complex? Cloud service PaaS/SaaS management PaaS/SaaS services sit on top of this stack along with other any specific vertical solutions such as VDI, HPC, CDN etc.
    [Show full text]
  • D1.5 Final Business Models
    ITEA 2 Project 10014 EASI-CLOUDS - Extended Architecture and Service Infrastructure for Cloud-Aware Software Deliverable D1.5 – Final Business Models for EASI-CLOUDS Task 1.3: Business model(s) for the EASI-CLOUDS eco-system Editor: Atos, Gearshift Security public Version 1.0 Melanie Jekal, Alexander Krebs, Markku Authors Nurmela, Juhana Peltonen, Florian Röhr, Jan-Frédéric Plogmeier, Jörn Altmann, (alphabetically) Maurice Gagnaire, Mario Lopez-Ramos Pages 95 Deliverable 1.5 – Final Business Models for EASI-CLOUDS v1.0 Abstract The purpose of the business working group within the EASI-CLOUDS project is to investigate the commercial potential of the EASI-CLOUDS platform, and the brokerage and federation- based business models that it would help to enable. Our described approach is both ‘top down’ and ‘bottom up’; we begin by summarizing existing studies on the cloud market, and review how the EASI-CLOUDS project partners are positioned on the cloud value chain. We review emerging trends, concepts, business models and value drivers in the cloud market, and present results from a survey targeted at top cloud bloggers and cloud professionals. We then review how the EASI-CLOUDS infrastructure components create value both directly and by facilitating brokerage and federation. We then examine how cloud market opportunities can be grasped through different business models. Specifically, we examine value creation and value capture in different generic business models that may benefit from the EASI-CLOUDS infrastructure. We conclude by providing recommendations on how the different EASI-CLOUDS demonstrators may be commercialized through different business models. © EASI-CLOUDS Consortium. 2 Deliverable 1.5 – Final Business Models for EASI-CLOUDS v1.0 Table of contents Table of contents ...........................................................................................................................
    [Show full text]
  • KLIKON Solutions Adds High Quality Cloud Computing to Its IT Services Client Offering
    KLIKON Solutions adds high quality cloud computing to its IT services client offering “We were determined to build our own cloud computing infrastructure. Our engineers thoroughly analysed the market offerings and many failed to impress. The quality and cost effectiveness of the HP storage solution was a stand out. Our confident message now to clients is simple: Jump On Board.” —David Abouhaidar, director, KLIKON Solutions HP customer Objective case study HP server To offer cloud computing as part of its managed and storage business services portfolio to clients solution delivers KLIKON’s cloud Approach computing vision Determined to offer a first class cloud computing Industry infrastructure capability to its client base, KLIKON IT services conducted a rigorous research and analysis of the market for more than 18 months IT improvements • Established secondary data centre • Achieved business continuity with 100 per cent redundancy • Assured of HP support across the end to end solution Business benefits KLIKON Solutions is an Australia-wide organisation • Achieved goal of adding cloud computing to its specialising in the design, implementation and services portfolio management of IT systems. The company goes • Met its cost targets in achieving a robust cloud beyond the traditional managed service provider computing platform format in delivering remote management of mission-critical services, managing infrastructure, • Well positioned to meet growing client appetite networking and security. It caters for the business for cloud computing needs of a client base that crosses industry sectors as • Removed the IT cost ownership burden diverse as aerospace, financial services, health care, from clients manufacturing and retail. KLIKON follows through on a thorough review of a client’s business and technical needs with a well established partner model that implements infrastructure services, network and security solutions.
    [Show full text]
  • Enterprise Paas
    Enterprise PaaS Freddie Platt Virtustream – Service Provider Team [email protected]| GLOBAL SPONSORS Virtustream PaaS [Freddie Platt, CSP] © 2018 Virtustream, Inc. All Rights Reserved. Best-in-class Dell Technologies Solution Cloud Foundry Virtustream Pivotal Cloud Foundry (PCF) Service combines Pivotal’s industry-leading application development platform with Virtustream’s Cloud Service enterprise-class cloud to offer a fully-managed cloud-native application delivery Platform-as-a-Service, enabling enterprise developers to Virtualization rapidly build and re-platform enterprise applications to drive software innovation. Hardware 3 © 2018 Virtustream, Inc. All Rights Reserved. Virtustream Global Data Center Footprint – March 2018 Slough Swindon Amsterdam Chicago Frankfurt Paris San Francisco Boyers Tokyo Istanbul Santa Clara Yokohama Vienna Dubai Osaka Dallas Sterling Kobe Dulles Seoul Las Vegas Manassas Riyadh LEGEND Virtustream Enterprise Cloud Data Center Virtustream Storage Cloud Data Center Virtustream Enterprise Cloud and Virtustream Storage Cloud Data Center Sao Paulo Sydney Johannesburg Virtustream Federal Cloud Data Center – Cape Town FedRAMP Canberra, Australia xStream-enabled Service Provider © 2018 Virtustream, Inc. All Rights Reserved. Industry Analysts’ Assessment of Virtustream Gartner: Forrester: Ovum: • Among top five global cloud service • “The” Leader in hosted private cloud • Global IaaS market leader providers services • Top scorer for enterprise fit, innovation, • Dominates a unique niche in the market • Top ranked vendor in current offerings and interoperability due to focus on mission-critical and market presence categories • One of top two providers for security workloads • Highest scores in the innovation • The only leader with a true 100% • “Ability to execute” ranked ahead of roadmap & planned enhancements enterprise focus. traditional enterprise counterparts 5 © 2018 Virtustream, Inc.
    [Show full text]
  • Vice Throughout My Masters Program
    Western Kentucky University TopSCHOLAR® Masters Theses & Specialist Projects Graduate School Summer 2016 Vertical Implementation of Cloud for Education (V.I.C.E.) Travis S. Brummett Western Kentucky University, [email protected] Follow this and additional works at: http://digitalcommons.wku.edu/theses Part of the Computer Engineering Commons, and the Computer Sciences Commons Recommended Citation Brummett, Travis S., "Vertical Implementation of Cloud for Education (V.I.C.E.)" (2016). Masters Theses & Specialist Projects. Paper 1643. http://digitalcommons.wku.edu/theses/1643 This Thesis is brought to you for free and open access by TopSCHOLAR®. It has been accepted for inclusion in Masters Theses & Specialist Projects by an authorized administrator of TopSCHOLAR®. For more information, please contact [email protected]. VERTICAL IMPLEMENTATION OF CLOUD FOR EDUCATION (V.I.C.E.) A Thesis Presented to The Faculty of the Department of Computer Science Western Kentucky University Bowling Green, Kentucky In Partial Fulfillment Of the Requirements for the Degree Master of Science By Travis Brummett August 2016 DEDICATION To my mother, father, sister, and friends. & To the faculty of the Computer Science Department at Western Kentucky University. ACKNOWLEDGMENTS My appreciation goes to my professor and adviser, Dr. Michael Galloway. I am grateful for his support and advice throughout my Masters program. I truly appreciate the sacrifices he has made to meet with me,to help me attend conferences, and to provide his students with a place and supplies to do research. I have never seen someone so invested in his students as Dr. Galloway. He strives to find his students funding and built a lab for them to work.
    [Show full text]
  • Cloud Computing Infrastructure Services Buyer's Guide
    E-guide Cloud Computing Infrastructure Services Buyer’s Guide Your expert guide to cloud computing infrastructure services E-guide In this e-guide A primer on public cloud benefits A primer on public cloud Brien Posey benefits When used to extend existing data center footprints, public cloud Criteria for choosing a public can deliver big benefits for data backup and scalability. cloud provider With companies such as Amazon Web Services, Google, Microsoft and Compare public cloud providers Rackspace offering the ability to create virtual machines in the cloud to support and replace physical servers, cloud virtualization services are being integrated Virtustream into data center infrastructures. But knowing which features to consider and which vendors to compare can be a daunting task. Microsoft Azure This article is the first in a series that walks through the buying process for Amazon Web Services public cloud virtual server services. Here we cover the major benefits of using SoftLayer public cloud services as an extension of your data center infrastructure. Verizon Cloud The second article discusses the risks and costs associated with moving virtual machines (VMs) to the public cloud. The third article focuses on purchasing Rackspace criteria and preparing a vendor request for proposal (RFP). Finally, the series Google Cloud Platform will compare market-leading services against established criteria and against each other to help you select the best public cloud service for your environment. Page 1 of 57 E-guide In most cases, established organizations with IT resources on-premises should In this e-guide not dispose of existing servers and move everything to the cloud.
    [Show full text]
  • Hp Cloud Service Automation Documentation
    Hp Cloud Service Automation Documentation Garrott is baronial: she upraised reprovingly and muzzles her demoiselles. Visitatorial Diego never beatify so tactlessly or nominate any inharmonies infamously. Gilburt never feudalise any Walt melodramatise determinably, is Leslie misbegotten and allodial enough? Cloud Provisioning and Governance is integrated with both private and scale cloud providers including Amazon Web Services Microsoft Azure and VMware. Aws Resume. Read or installed or omissions contained herein should work together with your business analytics to make it teams on this example. All users around securing access hpe software engineer job is out serial number of any two simple photo application deployment on so you will try it. Free HP HP0-D14 Exam Questions HP HP0 Exam-Labs. Aws sam command interface. We use Asana to capture all this our documents notes and next steps so only keep consistency. Request body that customers, will help them with hundreds of cloud infrastructure components are created when access point enterprise organizations can use? File management console help troubleshoot issues for which should be available via email directly for cheat happens. Download the free BirdDog RESTful API and program your own automation for all. Download aws resume template in your membership is automatically generated by matching results. See your browser's documentation for specific instructions HP Cloud Service Automation HP CSA is cloud management software from Hewlett Packard. Pc instructions how do not be able to your browser that you will donate! In HP CSA documentation specified that SiteMinder is supported and integration must be implemented using SiteMinder Reverse Proxy Server. HP Targets High growth Document Automation Market with.
    [Show full text]
  • Monsoon: Policy-Based Hybrid Cloud Management for Enterprises
    Monsoon: Policy-Based Hybrid Cloud Management for Enterprises Shi Xing Yan, Bu Sung Lee, Guopeng Zhao, Chunqing Chen, Ding Ma, Peer Mohamed HP Laboratories HPL-2012-137 Keyword(s): Cloud Management; hybrid cloud; Abstract: Cloud Computing has become more and more prevalent over the past few years, and we have seen the emergence of Infrastructure-as-a-Service (IaaS) which is the most acceptable Cloud Computing service model. However, coupled with the opportunities and benefits brought by IaaS, the adoption of IaaS also faces management complexity in the hybrid cloud environment which enterprise users are mostly building up. A cloud management system, Monsoon proposed in this paper provides enterprise users an interface and portal to manage the cloud infrastructures from multiple public and private cloud service providers. To meet the requirements of the enterprise users, Monsoon has key components such as user management, access control, reporting and analytic tools, corporate account/role management, and policy implementation engine. Corporate Account module supports enterprise users? subscription and management of multi-level accounts in a hybrid cloud which may consist of multiple public cloud service providers and private cloud. Policy Implementation Engine module allows users to define the geography-based requirements, security level, government regulations and corporate policies and enforces these policies to all the subscription and deployment of user's cloud infrastructure. External Posting Date: June 28, 2012 [Fulltext] Approved
    [Show full text]
  • How Your Business Connects to the Cloud Matters
    CLOUDconnect SHENTEL BUSINESS How your business connects to the cloud matters. Bypassing the public Internet and securely connecting to your cloud services will improve performance for business applications. Cloud Connect is a private connection to your cloud service provider, making it a virtual endpoint on your WAN. SHENTEL YOUR BUSINESS SHENTEL CLOUD CONNECT Shentel's Cloud Connect increases the privacy, performance, security and reliability of your cloud service connections, while simplifying interactions with cloud service providers. REDUCE COST: Lower your INCREASE FLEXIBILITY: Auto- IMPROVE PERFORMANCE: total cost of private network con- mated, near real-time provisioning Improve cloud application nectivity to cloud service providers to multiple cloud service providers performance by connecting directly to cloud service pro- INCREASE SECURITY: A GAIN CONTROL: Make viders avoiding periodic slow- private connection avoids Internet better decisions with a cus- ness of the public Internet threats and keeps data secure tomer dashboard that shows real-time port traffic Cloud Service Providers Availability n■ Alibaba Cloud Express Connect n■ Neutrix Cloud n■ Amazon Web Services (AWS) Direct Connect n■ Ontario Systems n■ Assured Data Protection n■ Oracle Cloud Infrastructure (OCI) Classic FastConnect n■ Atlantech Online L2 Circuit n■ Oracle Cloud Infrastructure (OCI) n■ BICS IPX Services Classic FastConnect (Layer 3) n■ BlueJeans Meetings (Layer 3) n■ Oracle Cloud Infrastructure (OCI) FastConnect n■ Clearsky Data n■ Pureport n■ ConnectWise
    [Show full text]