Online Conference

Total Page:16

File Type:pdf, Size:1020Kb

Online Conference AWSOME DAY O N L I N E CONFERENCE © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Course Goals Goals Audience Value proposition Sales Global infrastructure Legal Foundational services Marketing Next-level services Business analysts Security and compliance Project managers AWS Academy students Other IT-related professionals © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Course Modules 1. Welcome to the AWS Cloud 2. Leveraging AWS Global Infrastructure 3. AWS Networking: Configure your Security 4. AWS Compute: Launch your Infrastructure 5. AWS Storage: Store your Data 6. Beyond Servers & Storage: Monitoring, Scaling, and Load Balancing 7. AWS Databases and Automations 8. AWS Security, Identity Management, and Compliance 9. Conclusions and Next Steps © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Agenda Welcome to the AWS Cloud Presenter Demo: Configure a Static Web Server (20 minutes) (15 minutes) Leveraging the AWS Global Infrastructure Break (15 minutes) (5 minutes) Break Monitoring, Autoscaling, and Load Balancing (5 minutes) (25 minutes) AWS Networking: Configure Your Security AWS Database Services and Automation (25 minutes) (20 minutes) AWS Compute: Launch Your Infrastructure Presenter Demo: Creating a Serverless Image Thumbnail (25 minutes) Application (10 minutes) Presenter Demo: Launch a Web Server (15 minutes) Break (5 minutes) Break (5 minutes) AWS Security, Identity Management, and Compliance (30 minutes) AWS Storage: Store Your Data (35 minutes) Conclusions and Next Steps (15 minutes) © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. 8 Today’s Presenter Scott Jones Sr. Technical Trainer Boston, MA, USA © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. What is the Cloud (First Glance)? On-Premises IT Internet Servers Cloud services provider Storage Servers Storage Databases Databases Applications Applications Corp Network Internet © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. How Does it Work? • AWS owns and maintains the network-connected hardware • You provision and use what you need © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Cloud Computing Models Infrastructure as a Service (IaaS) Platform as a Service (PaaS) Software as a Service (SaaS): © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Cloud Deployment Models Private Hybrid Cloud © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Trade Capital Expense for Variable Expense Capital Data center investment Pay only for the amount based upon forecast you consume © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Benefit from Massive Economies of Scale Because of aggregate usage from all customers, AWS can achieve higher economies of scale, and pass savings on to customers Savings Economies of Scale © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Stop Guessing Capacity Overestimated Underestimated Scaling on server capacity server capacity demand © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Increase Speed and Agility Weeks between wanting Minutes between wanting resources and having resources resources and having resources © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Stop Spending Money on Running and Maintaining Data Centers Investment Running data centers Business and customers © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Go Global in Minutes © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Security Keep your data safe Meet compliance requirements Save money Scale quickly © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. What is the AWS Cloud? Compute Storage Database Migration Networking & Content Delivery Developer Tools Management Tools Media Services Security, Identity & Compliance Analytics Machine Learning Mobile Services AR & VR Application Integration Customer Engagement Business Productivity Desktop & App Streaming Internet of Things© 2020, Amazon Web Services, Inc. orGame its affiliates. Development All rights reserved. AWS Cost Management © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Choose Your Location AWS GOVCLOUD IRELAND SWEDEN (US-EAST) CANADA 3 BEIJING 3 OHIO FRANKFURT LONDON 3 3 OREGON 2 SEOUL 4 3 2 3 3 PARIS MILAN (Coming soon) 3 3 NINGXIA 3 2 N. CALIFORNIA 6 4 TOKYO N. VIRGINIA 1 Osaka-Local BAHRAIN (Coming soon) AWS GOVCLOUD (US-WEST) 2 HONG KONG (Coming soon) MUMBAI 3 # AWS Regions SINGAPORE # Availability Zones JAKARTA (Coming soon) 3 CAPE TOWN (Coming soon) SÃO PAULO 3 Planned Regions SYDNEY © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Availability Zones ap-southeast-1 (Singapore) datacenter(s) datacenter(s) ap-southeast-1a ap-southeast-1b 3 datacenter(s) ap-southeast-1c © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Edge Locations Edge Locations Multiple Edge Locations Regional Edge Caches © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Three Ways to Interact with AWS AWS Management Console Easy-to-use graphical interface Command Line Interface (AWS CLI) Access to services via discrete command Software Development Kits (SDKs) Access services in your code © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Management Console © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS CLI • Open source tool for interacting with AWS services • Environments ~aws • Linux • MacOS • Windows © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS SDKs JavaScript Go Python Node.js PHP C++ .NET Java Ruby © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Virtual Private Cloud (Amazon VPC) (IP Range for VPC) Public Internet Instances Instances Corporate Datacenter Public Subnet Private Subnet Availability Zone A Region © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Security Groups Security Group A Inbound Source Protocol Port Range 0.0.0.0/0 TCP 80 0.0.0.0/0 TCP 443 Instance Instance Security Group-B Security Inbound Group B Source Protocol Port Range ID of Security Group A TCP 8080 Instance Instance Security Security Group A Security Group-C Group C Inbound Public Subnet Private Subnet Source Protocol Port Range ID of Security Group B TCP 3306 © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Security Group Details Only “allow” rules; no “deny” rules Default values: No inbound traffic allowed All outbound traffic allowed Stateful: Allows responses from allowed inbound traffic © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Security Groups Example SG-Web-Tier Inbound Source Protocol Port Range 0.0.0.0/0 TCP 80 0.0.0.0/0 TCP 443 10.0.16.0/20 TCP 22 WWW Servers App Servers DB Servers SG-App-Tier Inbound SG-Web-Tier SG-App-Tier SG-DB-Tier Source Protocol Port Range ID of SG-Web-Tier TCP 6455 MyPublicSubnet MyPrivateSubnet (10.0.0.0/24) (10.0.1.0/24) 10.0.16.0/20 TCP 22 SG-DB-Tier Corp Inbound (10.0.16.0/20) Source Protocol Port Range Public internet ID of SG-App-Tier TCP 3306 10.0.16.0/20 TCP 22 © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Topic Summary • Amazon VPC is a logically isolated section of the AWS Region in which you can launch AWS resources in a virtual network defined by you. • Security groups act as a virtual firewall at the instance level to control inbound and outbound traffic. © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. What is Amazon EC2? Application server Web server Database server Game server Mail server Media server Catalog server File server Computing server Proxy server © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Benefits of Amazon EC2 • Elasticity • Control • Flexibility • Integrated • Reliable • Secure • Inexpensive • Easy © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. What’s Your Use Case? General Compute Memory Accelerated Storage Purpose Optimized Optimized Computing Optimized R5, R4, X1e, Instance T3, T2, M5, X1,L, z1d, C5, C4 P3, P2, G3, F1 H1, I3, D2 Types M5A, M4 High Memory Instances High In-memory Machine Distributed file Use Case Broad performance databases learning systems © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Choosing the Right Amazon EC2 Instances • EC2 Instance types are optimized for different use cases, workloads & come in multiple sizes. This allows you to optimally scale resources to your workload requirements. • AWS utilizes Intel® Xeon® processors for EC2 Instances providing customers with high performance and value. • Consider the following when choosing your instances: core count, memory size, storage size & type, network performance, I/O requirements & CPU technologies. • Hurry Up & Go Idle - A larger compute instance can save you time and money, therefore paying more per hour for a
Recommended publications
  • BEST PRACTICE GUIDE for CLOUD and AS-A-SERVICE PROCUREMENTS Executive Summary 1 Introduction
    BEST PRACTICE GUIDE FOR CLOUD AND AS-A-SERVICE PROCUREMENTS Executive Summary 1 Introduction Specific Models and Understanding Cloud Procurement Service Models Data EXECUTIVE SUMMARY Breach Notification Personnel Security While private companies rapidly move systems and Vendors share blame, too. Lots of cloud providers are new to Encryption applications to the cloud, public agencies still struggle to adopt public sector business, having grown up selling to consumers Audits Operations hosted services that could save money and provide better value. and private firms. These companies don’t always understand Hybrid Cloud Environments legitimate demands that make government contracting Preparation for Migrating Yet states and localities have much to gain from the different from selling to other markets. Failure to accommodate Workloads to the Cloud technology industry’s “as-a-service” revolution. Many unique government requirements can be a deal-breaker for jurisdictions face huge legacy system replacement challenges. agencies charged with protecting the public’s interests. Conclusion They’re also under pressure to provide new classes of digital services. The cloud can offer a better path toward All too often, government and industry aren’t on the same page Workgroup Members modernization — there’s no hardware to buy, you’re always when it comes to cloud services. They may not even speak the and Contributors on the latest version of the software and system capacity same language. can be adjusted almost instantly based on your needs. Appendix 1 Bridging the Gap Model Terms and Conditions Templates So why is government lagging behind? The fact is that These pressures led us to release the first version of this guide Software-as-a-Service governments often struggle to buy cloud-based services because two years ago.
    [Show full text]
  • Elliptic Curve Cryptography in Cloud Computing Security
    Elliptic curve cryptography in cloud computing security Manu Gopinathan ([email protected]) Øyvind Nygard ([email protected]) Kjetil Aune([email protected]) December 1st, 2015 1 Abstract Cloud computing is a technological advancement that has been growing swiftly during the last decade. In simple terms, cloud computing is a technology that enables shared, remote, on-demand and ubiquitous access to services through the Internet. It enables consumers to access applications and services that reside on remote servers, without having to allocate large amounts of storage space on their own computer and without the need for extensive compatibility configurations. Many such cloud applications provide services that are meant to handle sensitive user data and thus the protection of this data in terms of access and integrity is of major concern. Space- and time complexity of encryption algorithms can prove to be imperative when it comes to system performance. In this paper we will briefly present how elliptic curve cryptography (EEC) works, and then describe the advantages of it and how it can be used as an encryption solution to security related issues in cloud computing. 2 Introduction In this section we will briefly describe the notion of cloud computing to aid us in the discussion of ECC in cloud computing later. According to the National Institute of Standards and Technology (NIST), essential characteristics for a service based on the cloud computing model are [1]: 1. On-demand self-service: The consumer can provision service capabilities, such as server time and network storage, without actively interacting with the service provider. 2.
    [Show full text]
  • Data Warehouse Offload to Google Bigquery
    DATA WAREHOUSE OFFLOAD TO GOOGLE BIGQUERY In a world where big data presents both a major opportunity and a considerable challenge, a rigid, highly governed traditional enterprise data warehouse isn’t KEY BENEFITS OF MOVING always the best choice for processing large workloads, or for applications like TO GOOGLE BIGQUERY analytics. Google BigQuery is a lightning-fast cloud-based analytics database that lets you keep up with the growing data volumes you need to derive meaningful • Reduces costs and business value, while controlling costs and optimizing performance. shifts your investment from CAPEX to OPEX Pythian’s Data Warehouse Offload to Google BigQuery service moves your workload from an existing legacy data warehouse to a Google BigQuery data • Scales easily and on demand warehouse using our proven methodology and Google experts–starting with a fixed-cost Proof of Concept stage that will quickly demonstrate success. • Enables self-service analytics and advanced analytics GETTING STARTED The Pythian Data Warehouse Offload to Google BigQuery service follows a proven methodology and delivers a Proof of Concept (POC) that demonstrates viability and value within three to four weeks. The POC phase will follow this workflow: 1. Assess existing data warehouse environment to identify tables and up to two reports that will be offloaded in this phase 2. Provision GCP infrastructure including Cloud storage, Bastion hosts, BigQuery, and Networking 3. Implement full repeatable extract/load process for selected tables 4. Implement selected reports on BigQuery 5. Produce report PYTHIAN DELIVERS By the end of the first stage of our engagement, you can expect to have: • Working prototype on BigQuery • Up to two reports • Demonstrated analysis capabilities using one fact with five associated dimensions www.pythian.com • Report that includes: an assessment of your current setup and support you need to plan and maintain your full (including a cost analysis for BigQuery), performance/ Google BigQuery data warehouse and enterprise analytics usability analysis of POC vs.
    [Show full text]
  • Enhancing Bittorrent-Like Peer-To-Peer Content Distribution with Cloud Computing
    ENHANCING BITTORRENT-LIKE PEER-TO-PEER CONTENT DISTRIBUTION WITH CLOUD COMPUTING A THESIS SUBMITTED TO THE FACULTY OF THE GRADUATE SCHOOL OF THE UNIVERSITY OF MINNESOTA BY Zhiyuan Peng IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTER OF SCIENCE Haiyang Wang November 2018 © Zhiyuan Peng 2018 Abstract BitTorrent is the most popular P2P file sharing and distribution application. However, the classic BitTorrent protocol favors peers with large upload bandwidth. Certain peers may experience poor download performance due to the disparity between users’ upload/download bandwidth. The major objective of this study is to improve the download performance of BitTorrent users who have limited upload bandwidth. To achieve this goal, a modified peer selection algorithm and a cloud assisted P2P network system is proposed in this study. In this system, we dynamically create additional peers on cloud that are dedicated to boost the download speed of the requested user. i Contents Abstract ............................................................................................................................................. i List of Figures ................................................................................................................................ iv 1 Introduction .............................................................................................................................. 1 2 Background .............................................................................................................................
    [Show full text]
  • Performance Efficiency Pillar
    Performance Efficiency Pillar AWS Well-Architected Framework Performance Efficiency Pillar AWS Well-Architected Framework Performance Efficiency Pillar: AWS Well-Architected Framework Copyright © Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in connection with any product or service that is not Amazon's, in any manner that is likely to cause confusion among customers, or in any manner that disparages or discredits Amazon. All other trademarks not owned by Amazon are the property of their respective owners, who may or may not be affiliated with, connected to, or sponsored by Amazon. Performance Efficiency Pillar AWS Well-Architected Framework Table of Contents Abstract and Introduction ................................................................................................................... 1 Abstract .................................................................................................................................... 1 Introduction .............................................................................................................................. 1 Performance Efficiency ....................................................................................................................... 2 Design Principles ........................................................................................................................ 2 Definition .................................................................................................................................
    [Show full text]
  • Paas Solutions Evaluation
    PaaS solutions evaluation August 2014 Author: Sofia Danko Supervisors: Giacomo Tenaglia Artur Wiecek CERN openlab Summer Student Report 2014 CERN openlab Summer Student Report 2014 Project Specification OpenShift Origin is an open source software developed mainly by Red Hat to provide a multi- language PaaS. It is meant to allow developers to build and deploy their applications in a uniform way, reducing the configuration and management effort required on the administration side. The aim of the project is to investigate how to deploy OpenShift Origin at CERN, and to which extent it could be integrated with CERN "Middleware on Demand" service. The student will be exposed to modern cloud computing concepts such as PaaS, and will work closely with the IT middleware experts in order to evaluate how to address service needs with a focus on deployment in production. Some of the tools that are going to be heavily used are Puppet and Openstack to integrate with the IT infrastructure. CERN openlab Summer Student Report 2014 Abstract The report is a brief summary of Platform as a Service (PaaS) solutions evaluation including investigation the current situation at CERN and Services on Demand provision, homemade solutions, external market analysis and some information about PaaS deployment process. This first part of the report is devoted to the current status of the process of deployment OpenShift Origin at existing infrastructure at CERN, as well as specification of the common issues and restrictions that were found during this process using different machines for test. Furthermore, the following open source software solutions have been proposed for the investigation of possible PaaS provision at CERN: OpenShift Online; Cloud Foundry; Deis; Paasmaster; Cloudify; Stackato; WSO2 Stratos.
    [Show full text]
  • Amazon Silk Developer Guide Amazon Silk Developer Guide
    Amazon Silk Developer Guide Amazon Silk Developer Guide Amazon Silk: Developer Guide Copyright © 2015 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. The following are trademarks of Amazon Web Services, Inc.: Amazon, Amazon Web Services Design, AWS, Amazon CloudFront, AWS CloudTrail, AWS CodeDeploy, Amazon Cognito, Amazon DevPay, DynamoDB, ElastiCache, Amazon EC2, Amazon Elastic Compute Cloud, Amazon Glacier, Amazon Kinesis, Kindle, Kindle Fire, AWS Marketplace Design, Mechanical Turk, Amazon Redshift, Amazon Route 53, Amazon S3, Amazon VPC, and Amazon WorkDocs. In addition, Amazon.com graphics, logos, page headers, button icons, scripts, and service names are trademarks, or trade dress of Amazon in the U.S. and/or other countries. Amazon©s trademarks and trade dress may not be used in connection with any product or service that is not Amazon©s, in any manner that is likely to cause confusion among customers, or in any manner that disparages or discredits Amazon. All other trademarks not owned by Amazon are the property of their respective owners, who may or may not be affiliated with, connected to, or sponsored by Amazon. AWS documentation posted on the Alpha server is for internal testing and review purposes only. It is not intended for external customers. Amazon Silk Developer Guide Table of Contents What Is Amazon Silk? .................................................................................................................... 1 Split Browser Architecture ......................................................................................................
    [Show full text]
  • Economic and Social Impacts of Google Cloud September 2018 Economic and Social Impacts of Google Cloud |
    Economic and social impacts of Google Cloud September 2018 Economic and social impacts of Google Cloud | Contents Executive Summary 03 Introduction 10 Productivity impacts 15 Social and other impacts 29 Barriers to Cloud adoption and use 38 Policy actions to support Cloud adoption 42 Appendix 1. Country Sections 48 Appendix 2. Methodology 105 This final report (the “Final Report”) has been prepared by Deloitte Financial Advisory, S.L.U. (“Deloitte”) for Google in accordance with the contract with them dated 23rd February 2018 (“the Contract”) and on the basis of the scope and limitations set out below. The Final Report has been prepared solely for the purposes of assessment of the economic and social impacts of Google Cloud as set out in the Contract. It should not be used for any other purposes or in any other context, and Deloitte accepts no responsibility for its use in either regard. The Final Report is provided exclusively for Google’s use under the terms of the Contract. No party other than Google is entitled to rely on the Final Report for any purpose whatsoever and Deloitte accepts no responsibility or liability or duty of care to any party other than Google in respect of the Final Report and any of its contents. As set out in the Contract, the scope of our work has been limited by the time, information and explanations made available to us. The information contained in the Final Report has been obtained from Google and third party sources that are clearly referenced in the appropriate sections of the Final Report.
    [Show full text]
  • Faq Cloud Sync
    FAQ CLOUD SYNC 1 What is Cloud Sync? NetApp® Data Fabric Cloud Sync is a simple replication and synchronization service. This software-as-a-service (SaaS) offering enables you to transfer and synchronize NAS data to and from cloud or on-premises object storage. The SMB/CIFS or NFS server can be the NetApp Cloud Volumes Service, a NetApp system, or a non-NetApp system. Cloud Sync supports these sources and targets: • CIFS • NFS • Amazon S3 • Amazon EFS • Azure Blob • IBM Cloud Object Storage • NetApp StorageGRID® Webscale appliance After your data is synchronized, it remains available for use in the target server and is updated during the next synchronization cycle. © 2019 NetApp, Inc. All Rights Reserved. | 1 2 Why should I use Cloud Sync? Cloud Sync enables you to perform data migration, data transformation, and data synchronization in a fast, efficient, and secure way. Key benefits of using Cloud Sync are: Fast. Cloud Sync transfers data in parallel processes. This speeds throughput to 1TB in four hours (in the default configuration), and up to 10x faster than in-house developed or traditional tools (such as rsync or Robocopy). Efficient. After the initial synchronization, only changes since the last synchronization are transferred. Data that hasn’t changed isn’t re-replicated, which makes updates faster. Cost-effective. Cloud Sync pricing is based on hourly usage, not on capacity. Compatible. Cloud Sync supports any NFS or CIFS servers, Amazon or private S3 buckets, Azure Blob, IBM Cloud Object Storage, Amazon EFS. Secure. Data is not transferred to our service domain; it remains in your protected environment.
    [Show full text]
  • Web Application Hosting in the AWS Cloud AWS Whitepaper Web Application Hosting in the AWS Cloud AWS Whitepaper
    Web Application Hosting in the AWS Cloud AWS Whitepaper Web Application Hosting in the AWS Cloud AWS Whitepaper Web Application Hosting in the AWS Cloud: AWS Whitepaper Copyright © Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in connection with any product or service that is not Amazon's, in any manner that is likely to cause confusion among customers, or in any manner that disparages or discredits Amazon. All other trademarks not owned by Amazon are the property of their respective owners, who may or may not be affiliated with, connected to, or sponsored by Amazon. Web Application Hosting in the AWS Cloud AWS Whitepaper Table of Contents Abstract ............................................................................................................................................ 1 Abstract .................................................................................................................................... 1 An overview of traditional web hosting ................................................................................................ 2 Web application hosting in the cloud using AWS .................................................................................... 3 How AWS can solve common web application hosting issues ........................................................... 3 A cost-effective alternative to oversized fleets needed to handle peaks ..................................... 3 A scalable solution to handling unexpected traffic
    [Show full text]
  • Application of Google Cloud Platform to Machine Learning Problems
    Machine Learning as a Service Application of Google Cloud Platform to Machine Learning problems Marco Landoni INAF – National Insitute of Astrophysics Brera Astronomical Observatory [email protected] Warning! •One size does not fit all. • Each problem has its proper computational model and architecture that maximise the return, the cost efficiency and the proper exploitation of common resources. • I will try to give you an overview of just 1 platform and the related main services (this should serve as the “1st page of the book”). Cloud computing paradigm • Cloud Computing is a style of computing paradigm in which typically real-time scalable resources can be accessible via Internet to users. Pay as-you-go for resource utilisation. (Wikipedia) Various providers …. Main Cloud Computing Services • Computational power available for a reasonable price. • Storage with high availability, virtual infinite storage and durability • A large set of services for data handling and analytics • Streaming • Data ingestion from various sources (e.g. sensor networks) • Messages and queue managements Machine Learning As A Service (MLaaS) • Set of services that offer machine learning tools as part of cloud computing services. • MLaaS providers offer tools including: • Data visualization • APIs, face recognition, natural language processing, predictive analytics and deep learning, data preparation and cleaning… • The provider's data centers handle the actual computation. You can focus only on Data Science The case of Google Cloud Platform Freely took from
    [Show full text]
  • Evolution of As-A-Service Era in Cloud
    Evolution of as-a-Service Era in Cloud Sugam Sharma Center for Survey Statistics and Methodology, Iowa State University, Ames, Iowa, USA Email: [email protected] Abstract. Today, a paradigm shift is being observed in science, where the focus is gradually shifting toward the cloud environments to obtain appropriate, robust and affordable services to deal with Big Data challenges (Sharma et al. 2014, 2015a, 2015b). Cloud computing avoids any need to locally maintain the overly scaled computing infrastructure that include not only dedicated space, but the expensive hardware and software also. In this paper, we study the evolution of as-a-Service modalities, stimulated by cloud computing, and explore the most complete inventory of new members beyond traditional cloud computing stack. Keywords. Cloud, as-a-Service 1. Introduction Today, the cloud computing also has emerged as one of the major shifts in recent information and communication age that promises an affordable and robust computational architecture for large-scale and even for overly complex enterprise applications (Fenn et al. 2008). It is a powerful and revolutionary paradigm that offers service-oriented computing and abstracts the software-equipped hardware infrastructure from the clients or users. Although, the concept of cloud computing is mainly popular in three praxises- 1) IaaS (Infrastructure-as-a-Service ), 2) PaaS (Platform-as-a-Service ), and 3) SaaS (Software-as-a-Service ), but in this data science age, should be equally expandable to DBaaS (Database- as-a-Service ) (Curino, et al., 2011; Seibold et al., 2012). Over the last few year, the cloud computing has evolved as scalable, secure and cost-effective solutions to an overwhelming number of applications from diversified areas.
    [Show full text]