Quattor in Amazon Cloud

Slides:



Advertisements
Similar presentations
Ivan Pleština Amazon Simple Storage Service (S3) Amazon Elastic Block Storage (EBS) Amazon Elastic Compute Cloud (EC2)
Advertisements

B. Ramamurthy 4/17/ Overview of EC2 Components (fig. 2.1) 10..* /17/20152.
1 NETE4631 Cloud deployment models and migration Lecture Notes #4.
Matt Bertrand Building GIS Apps in the Cloud. Infrastructure - Provides computer infrastructure, typically a platform virtualization environment, as a.
Amazon EC2 Quick Start adapted from EC2_GetStarted.html.
Linux Operations and Administration
VIR314. Understand the scenarios Application support Understand the scenarios Application support Review of the sequencing process Demo Review of the.
Utility Computing Casey Rathbone 1http://cyberaide.org.edu.
Lecture 15 – Amazon Network as a Service. Recall IaaS Server as a Service Storage as a Service Network as a Service.
Customized cloud platform for computing on your terms !
Cloud Computing. What is Cloud Computing? Cloud computing is a model for enabling convenient, on-demand network access to a shared pool of configurable.
The Blue Book pages 19 onwards
IPlant Collaborative Tools and Services Workshop iPlant Collaborative Tools and Services Workshop Overview of Atmosphere.
Introduction to Cloud Computing
Energia Open Source Bazaar AWS  Enes UYSAL - Summer Internship 2012 at CaixaMagica.
Cloud Computing & Amazon Web Services – EC2 Arpita Patel Software Engineer.
EGEE-III INFSO-RI Enabling Grids for E-sciencE EGEE and gLite are registered trademarks C. Loomis (CNRS/LAL) M.-E. Bégin (SixSq.
Eucalyptus: An Open-source Infrastructure for Cloud Computing Rich Wolski Eucalyptus Systems Inc.
Cloud Computing – UK IUA 2010 Ray Fan & Jay Hankinson.
EGEE-III INFSO-RI Enabling Grids for E-sciencE EGEE and gLite are registered trademarks C. Loomis (CNRS/LAL) M.-E. Bégin (SixSq.
How AWS Pricing Works Jinesh Varia Technology Evangelist.
INFSO-RI Enabling Grids for E-sciencE SCDB C. Loomis / Michel Jouvin (LAL-Orsay) Quattor Tutorial LCG T2 Workshop June 16, 2006.
AWS Usage Tips SCS APAC MAR Agenda About Amazon Web Service Sign up the AWS account AWS Management Oracle Apps AMI – Siebel CRM – EBS R
Arun Madhavan Graduate Assistant, iPlant Collaborative Experiences with Eucalyptus.
StratusLab is co-funded by the European Community’s Seventh Framework Programme (Capacities) Grant Agreement INFSO-RI StratusLab Collaborations.
Launch Amazon Instance. Amazon EC2 Amazon Elastic Compute Cloud (Amazon EC2) provides resizable computing capacity in the Amazon Web Services (AWS) cloud.
Chapter 11 – Cloud Application Development. Contents Motivation. Connecting clients to instances through firewalls. Cloud Computing: Theory and Practice.
CloudBerry Explorer for S3. CB Explorer Free to use Browse and manage files PowerShell functions Open and edit files  CloudBerry Explorer is an easy.
Information Initiative Center, Hokkaido University North 11, West 5, Sapporo , Japan Tel, Fax: General.
© 2015 MetricStream, Inc. All Rights Reserved. AWS server provisioning © 2015 MetricStream, Inc. All Rights Reserved. By, Srikanth K & Rohit.
Amazon Web Services. Amazon Web Services (AWS) - robust, scalable and affordable infrastructure for cloud computing. This session is about:
INTRODUCTION TO AMAZON WEB SERVICES (EC2). AMAZON WEB SERVICES  Services  Storage (Glacier, S3)  Compute (Elastic Compute Cloud, EC2)  Databases (Redshift,
SEMINAR ON.  OVERVIEW -  What is Cloud Computing???  Amazon Elastic Cloud Computing (Amazon EC2)  Amazon EC2 Core Concept  How to use Amazon EC2.
Moving to the cloud As easy as 1, 2, …4? Kevin Dermody Project Manager - Multimedia Services - HEAnet.
BY: SALMAN 1.
Course: Cluster, grid and cloud computing systems Course author: Prof
VMware ESX and ESXi Module 3.
Use of HLT farm and Clouds in ALICE
BY: SALMAN.
AWS Integration in Distributed Computing
StratusLab Roadmap C. Loomis (CNRS/LAL) EGI TCB (Amsterdam)
Amazon Network as a Service
Lesson 4: Web Browsing.
Tools and Services Workshop Overview of Atmosphere
What are the most popular services offered by Amazon Web Services..?Amazon Web Services
Cloud Security.
CernVM Status Report Predrag Buncic (CERN/PH-SFT).
AWS COURSE DEMO BY PROFESSIONAL-GURU. Amazon History Ladder & Offering.
Deploy OpenStack with Ubuntu Autopilot
Amazon Web Services as a team project platform
Cloud Computing ISY143.
INSTALLING AND SETTING UP APACHE2 IN A LINUX ENVIRONMENT
Amazon Storage as a Service
20409A 7: Installing and Configuring System Center 2012 R2 Virtual Machine Manager Module 7 Installing and Configuring System Center 2012 R2 Virtual.
Brandon Hixon Jonathan Moore
Managing Services with VMM and App Controller
Image Magick in the Cloud Scalable Image Processing Service
Lesson 4: Web Browsing.
Different types of Linux installation
SUSE Linux Enterprise Desktop Administration
The Blue Book pages 19 onwards
Cloud Computing: Concepts
Amazon AWS Certified Solutions Architect Professional solutions-architect-professional-practice-test.html.
Cloud Security AWS as an example.
Web Servers (IIS and Apache)
Installation/Configuration
SQL Server on Amazon Web Services
SQL Server on Amazon Web Services
06 | SQL Server and the Cloud
Presentation transcript:

Quattor in Amazon Cloud C. Loomis (CNRS/LAL) Quattor Workshop (London) 11-13 March 2009

Contents Amazon Web Services (AWS) Quattor in Cloud Summary of AWS services Differences with standard virtual machines Quattor in Cloud What services/tools are needed? How does a machine get instantiated and installed? Quattor Modifications Quattor in Amazon Cloud — C. Loomis — 11-13 Mar. 2009

Amazon Web Services Elastic Compute Cloud (EC2) Provides easy interface for allocating and starting machines. Five different machine configurations available. Supports various Linux, OpenSolaris, Windows server. Elastic Block Store (EBS) Acts as a mountable, persistent disk. Can associate disk with image dynamically at startup. Uses Simple Storage Service (S3) behind the scenes. Elastic IP Persistent allocation of IPv4 address. Can associate image instance and address dynamically. Quattor in Amazon Cloud — C. Loomis — 11-13 Mar. 2009

AWS vs. Virtual Machines AWS uses Xen, but there are important differences between AWS and direct use of Xen. Network configuration: All machines have private and public IP addresses. User cannot predict or allocate those addresses before starting the machine. Network interface uses the private address for configuration. DNS contains only public address, not private one. IP address can change when using Elastic IP. Installation: PXE is not supported for installation of a machine. Must start from existing machine image. Kernel: Must use limited list of supported (Xen-enabled) kernels. Quattor in Amazon Cloud — C. Loomis — 11-13 Mar. 2009

Quattor in Cloud Quattor Server (HTTP) quattor.stratuslab.org Profiles Packages Machine profile WN x1 x1.ec2.com Quattor client software Quattor initialization Profile/key information Send site configuration Svn Server sixsq.com Site’s pan config. Profile name SSH key Firefox (ElasticFox) mylaptop.org View of AWS images Quattor in Amazon Cloud — C. Loomis — 11-13 Mar. 2009

Quattor Modifications Standard quattor server deployed and used in AWS. Minor modifications for machine initialization: Create AWS image with basic quattor client software. Add init.d script for initial quattor bootstrapping. “User data” at startup selects image profile. Fold changes into standard quattor distribution? QWG modifications: Turn off the network configuration. Problems with edg-fmon-agent configuration. Quattor in Amazon Cloud — C. Loomis — 11-13 Mar. 2009

Issues and Questions Multiple machines can use the same profile: Easy and clean way to define only one WN profile for a site. Machine names not known at compilation time: How to link batch server and clients? How to link NFS servers and clients? Allow late binding for some information? Change notifications fail No link between profile name and machine name. Allow machines to register for changes? Move to “chat room” messaging for changes? Workflow How to manage image disks, IP addresses, etc.? How to manage machine lifecycle? Quattor in Amazon Cloud — C. Loomis — 11-13 Mar. 2009