SlideShare a Scribd company logo
Introduction to RightScale

  Cloud computing management platform
Outline


1. RightScale as cloud management platform
2. Benefits of using RightScale
3. Getting started with RightScale
4. Recommended use of RightScale
5. Deployment your website on RightScale
6. Basics of RightScale administration
7. About Akelios




Akelios © 2010                               2
1. RightScale as cloud
management platform

RightScale platform
    RightScale is the leader in cloud computing management. Founded in 2006, the
    company offers a fully automated cloud management platform that enables
    organizations to easily deploy and manage business critical applications across
    multiple clouds with complete control and portability.

    1. Delivered as SaaS (software as a service) and is available in a range of editions,
    from free Developer Edition to Enterprise Edition.

    2. Multiple cloud infrastructure providers support (Amazon’s Web Services, GoGrid,
    FlexiScale, RackSpace, Eucalyptus).

    3. Different types of clouds – public, private and hybrid. Windows-based (as GoGrid)
    and Linux-based (as Amazon).

    4. API to implement administration tasks, monitoring, alerting, load balancing across
    multiple clouds.

    5. Web-based administration, configuration and deployment.



Akelios © 2010                                                                              3
2. Benefits of using RightScale

Increased IT staff productivity and time saving
      1. Time saved to initially deploy an application
      2. Time saved to manage application throughout in less time through automation
      3. Time saved by reusing RightScale Deployments and ServerTemplates as
         predefined configurations for additional cloud systems




Akelios © 2010                                                                         4
2. Benefits of using RightScale

Scalable websites
      1. Dynamically scalable website in case of unpredictable traffic peaks such as big
         news event or viral word of mouth
      2. Quick and easy scaling in either direction via RightScale autoscaling
      3. No user intervention (custom configuration, manual server adding, etc) is needed
Grid processing
      1. Serves compute-intensive applications in industries such as pharmaceuticals,
         financial services, media, microchip or aerospace design, animation, oil and gas
         exploration, etc.
      2. Allows to utilize on-demand, virtually unlimited cloud resources with no need to
         maintain private data center.
      3. Makes grid processing possible for users who cannot afford to have their own
         grid.




Akelios © 2010                                                                              5
2. Benefits of using RightScale

Autoscaling cost saving example
      1. Acquire hardware:
       Item                                                                                                    Ann. cost

       30 dedicated HP ProLiant DL360 G6 dual-core servers at $1,395 each for total cost of $41,850            $13,950
       (amortized over 3 years)
       Hosting 30 servers X $1,000/month for 12 months                                                         $360,000

       System administration 0.6 at $100.373/year                                                              $60,223

                                                                                               Annual total:   $434,173

      2. Autoscaling on the cloud using RightScale:
       Item                                                                                                    Ann. Cost

       2 large cloud servers for 24 hours/day, 28 large cloud servers for 90 minutes (charged for 2 hours)     $12,906
       per day at $.34 or $1,076 per month
       RightScale fee $1,000/month plus $2,500 annual fee                                                      $14,500

       System administration 2 hours/day 0.25 X $100,373/year                                                  $25,093

                                                                                               Annual total:   $52,499


Akelios © 2010                                                                                                             6
3. Getting started with
RightScale

Sign-up for RightScale
      1. Free RightScale account – Developer Edition.
      2. Website Edition - to run a full customer-facing website on cloud infrastructures.
      3. Grid Edition – to run and manage any background or batch processing tasks in a
         scalable environment.
      4. Premium Edition – combines both the Website Edition and Grid Edition to give a
         total solution for web businesses.




Akelios © 2010                                                                               7
3. Getting started with
RightScale

RightScale Dashboard
      Web-based configuration, management and deployment tool.




Akelios © 2010                                                   8
3. Getting started with
RightScale

ServerTemplates
      1. Define the composition and configuration of your instances.
      2. Use a base OS image and a series of scripts (RightScripts) to install and
         configure the server as it boots.
      3. Created interactively in RightScale Dashboard.
      4. Based on AMI (Amazon Machine Images) or RightImages (designed to build and
         run stable Amazon EC2 server on RightScale).
RightScripts
      1. May be a shell script, a Perl, Ruby or Python script, etc.
      2. Defined interactively in RightScale Dashboard.
      3. Boot Scripts - Scripts that run at boot time.
      4. Operational Scripts - Scripts that can be run once a server is running.
      5. Decommission Scripts - Scripts that run right before a server is terminated.



Akelios © 2010                                                                          9
4. Recommended use of
RightScale

Scalable website deployment
      Many websites experience fluctuations in demand – some can predict that demand,
      some cannot. Either way, the cloud’s virtually infinite resources paired with
      RightScale’s autoscaling make a perfect solution.
      Key Features:
      1. Dynamic server configuration
      2. Predesigned ServerTemplates to deploy quickly
      3. Load-balanced front-ends
      4. Redundant database with failover and recovery
      5. Advanced graphical monitoring and alerting
      6. Log file consolidation
      8. Fully customizable and extensible infrastructure




Akelios © 2010                                                                          10
4. Recommended use of
RightScale

Grid Computing
      1. For applications require batches of multiple “jobs” to process (such as media
         transcoding, fraud detection, statistical research, etc)
      2. On-demand access to virtually infinite computing resources without the upfront
         investment.
      3. Easily and affordably reduce the amount of time required to process tasks by
         scaling up the number of cloud resources in your server array.


Test & Development
      1. Complete production-scale infrastructure, configured exactly as it will run live.
      2. Test multiple architectures, variables, components, and configurations easily and
         independently.
      3. Push the debugged test environment live quickly and easily.




Akelios © 2010                                                                               11
5. Deployment your website on
RightScale

RightScale Deployment prerequisites

1. SecurityGroup (defines which ports are opened in Amazon's firewall to allow incoming
   connections to your instance).
2. S3 Bucket (a folder at Amazon S3 where you can store files).
3. SSH Key (allows root login access to the instance via SSH).
4. Elastic IP (allows to allocate an IP address and assign it to an instance of your
   choice).
5. All items above are created in RightScale Dashboard.

RightScale Deployments

1. In RightScale Deployment is a group of servers that work together for a common goal
   or project.
2. Created interactively in Dashboard based on predefined or custom ServerTemplates.
3. Unlimited number of deployments (you pay only for instances that you are actually
   running).
4. Cloning of a deployment allows to quickly create QA or Development environments.


Akelios © 2010                                                                            12
5. Deployment your website on
RightScale

Example steps to build and deploy LAMP server at Amazon via RightScale
                             (all actions are performed in RightScale Dashboard)

      1. Clone predefined ServerTemplate (LAMP ServerTemplate from RightScale library)
      2. Check default boot scripts
      3. Create a RightScript for getting a MySQL DB from a URL.
      4. Create a RightScript for getting a PHP App from a URL.
      5. Activate newly created scripts and place them in correct order.
      6. Add credentials to access database.
      7. Add configured server to a deployment (or default deployment).
      8. Launch the server at EC2.




Akelios © 2010                                                                           13
6. Basics of RightScale
administration

Deployments management
      1. Dashboard view: Manage > Deployments.
      2. Basic actions:
            •    Add a Server to a Deployment
            •    Add or Remove Tags to Servers in a Deployment
            •    Archive or Unarchive a Deployment
            •    Change a Server's Public IP
            •    Clone a Deployment
            •    Create a New Deployment
            •    Delete a Deployment
            •    Delete a Server from a Deployment
            •    Edit a Deployment
            •    Launch a Server
            •    Lock or Unlock a Deployment
            •    Terminate a Server
            •    Run a script on a Server




Akelios © 2010                                                   14
6. Basics of RightScale
administration


                            Edit/Clone/Archive/Delete
                                    deployment




                               Start/stop server(s)




                                   Edit server




                          Add server to the deployment




Akelios © 2010                                   15
6. Basics of RightScale
administration

Servers management
      1. Dashboard view: Manage > Servers.
      2. Basic actions:
            •    Add a Server to a Deployment
            •    Edit the Current Server
            •    Lock or Unlock a Server
            •    Run a script on a Server(s)




Akelios © 2010                                  16
6. Basics of RightScale
     administration


Basic actions: Clone/Move/SSH/etc

            Timeline



    Services (apache is selected)


           Apache stats




       Apache CPU load chart




       Apache packets chart




     Akelios © 2010                 17
6. Basics of RightScale
administration

Audit entries
      1. Dashboard view: Report > Audit entries.
      2. Created for virtually all actions, such as launching and terminating instances, or
         commands that are executed on instances.
      3. Basic fields:
            •    Timestamp – date and time of when the action was performed.
            •    Subject – the name of the server instance (for example, an EC2 instance ID).
            •    User – who performed the action.
            •    Summary - detailed audit entry of the task (гseful for troubleshooting).




Akelios © 2010                                                                                  18
6. Basics of RightScale
     administration


     Edit/Clone/Archive/Delete
             deployment




Fields: Timestamp/Subject/User/Summary




     Akelios © 2010                      19
6. Basics of RightScale
administration

RightScale API
      1. API provides administrative and information gathering capabilities based on the
         client's view of the RightScale Dashboard.
      2. Follows REST conventions and uses standard HTTP methods for interacting with
         a resource: GET, POST, PUT, DELETE.
      3. 2 user-based methods of authentication: basic HTTP authentication and cookie-
         based authentication.
      4. 2 output types – XML or JSON.
      5. Basic functions:
            •    Create/delete/update deployment
            •    Create/delete/launch server
            •    Create/monitor server array
            •    Run a RightScript on a server or server array
            •    etc (most of Dashboard functions are available via API)


Akelios © 2010                                                                             20
7. About Akelios

Akelios is a team of Cloud Computing experts that provides a wide range of
Cloud Computing services, including Cloud training, Cloud development, Cloud
migration, and Cloud support. We assist companies across the various stages of
the Cloud adoption cycle, providing:

       Cloud Vendor, Platform, and Product Selection
       Cloud Application Migration
       Cost-Benefit Analysis
       Cloud Disaster Recovery
       Security Planning
       Cloud Performance Tuning
       Cloud Architecture Design

To learn how Akelios can help your company benefit from the cutting-edge
technologies and cost savings the Cloud provides, please visit
http://akelios.com.



Akelios © 2010                                                               21
Thank You!


                        More Questions?


Send me an e-mail:      info@akelios.com
Visit my blog:          blog.akelios.com
Follow us on Twitter:   twitter.com/theakelios



Author:                 Matthew Brown, VP of Marketing




                        linkedin.com/companies/akelios


Akelios © 2010                                           22

More Related Content

What's hot

Executable UML and SysML Workshop
Executable UML and SysML WorkshopExecutable UML and SysML Workshop
Executable UML and SysML Workshop
Ed Seidewitz
 
States machine
States machineStates machine
States machine
Satyamevjayte Haxor
 
Disaster Recovery in the Cloud
Disaster Recovery in the CloudDisaster Recovery in the Cloud
Disaster Recovery in the Cloud
Amazon Web Services
 
Virtualization
VirtualizationVirtualization
Virtualization
Avni Bindal
 
Uml Diagrams for Web Developers
Uml Diagrams for Web DevelopersUml Diagrams for Web Developers
Uml Diagrams for Web Developers
Dave Kelleher
 
Cloud Architecture in the Data Center
Cloud Architecture in the Data CenterCloud Architecture in the Data Center
Cloud Architecture in the Data Center
InterVision Systems
 
Collaboration Diagram
Collaboration DiagramCollaboration Diagram
Collaboration Diagram
fahad_uaar
 
Dell Technologies - Company and Portfolio Introduction in 20 Minutes
Dell Technologies - Company and Portfolio Introduction in 20 MinutesDell Technologies - Company and Portfolio Introduction in 20 Minutes
Dell Technologies - Company and Portfolio Introduction in 20 Minutes
Smarter.World
 
Engineering Software Products: 3. features, scenarios and stories
Engineering Software Products: 3. features, scenarios and storiesEngineering Software Products: 3. features, scenarios and stories
Engineering Software Products: 3. features, scenarios and stories
software-engineering-book
 
Unified modelling language (UML)
Unified modelling language (UML)Unified modelling language (UML)
Unified modelling language (UML)
Hirra Sultan
 
Powering the Intelligent Edge: HPE's Strategy and Direction for IoT & Big Data
Powering the Intelligent Edge: HPE's Strategy and Direction for IoT & Big DataPowering the Intelligent Edge: HPE's Strategy and Direction for IoT & Big Data
Powering the Intelligent Edge: HPE's Strategy and Direction for IoT & Big Data
DataWorks Summit
 
Basic Behavioral Modeling
Basic Behavioral ModelingBasic Behavioral Modeling
Basic Behavioral Modeling
AMITJain879
 
Architecture Description Languages
Architecture Description LanguagesArchitecture Description Languages
Architecture Description Languages
Henry Muccini
 
Security Issues of Cloud Computing
Security Issues of Cloud ComputingSecurity Issues of Cloud Computing
Security Issues of Cloud Computing
Falgun Rathod
 
Introduction to Deep Learning (NVIDIA)
Introduction to Deep Learning (NVIDIA)Introduction to Deep Learning (NVIDIA)
Introduction to Deep Learning (NVIDIA)
Rakuten Group, Inc.
 
EMC Vmax3 tech-deck deep dive
EMC Vmax3 tech-deck deep diveEMC Vmax3 tech-deck deep dive
EMC Vmax3 tech-deck deep dive
solarisyougood
 
Mod05lec21(sla tutorial)
Mod05lec21(sla tutorial)Mod05lec21(sla tutorial)
Mod05lec21(sla tutorial)
Ankit Gupta
 
Case study of amazon EC2 by Akash Badone
Case study of amazon EC2 by Akash BadoneCase study of amazon EC2 by Akash Badone
Case study of amazon EC2 by Akash Badone
Akash Badone
 
Deep Learning Tutorial | Deep Learning Tutorial for Beginners | Neural Networ...
Deep Learning Tutorial | Deep Learning Tutorial for Beginners | Neural Networ...Deep Learning Tutorial | Deep Learning Tutorial for Beginners | Neural Networ...
Deep Learning Tutorial | Deep Learning Tutorial for Beginners | Neural Networ...
Edureka!
 
1Introduction to OOAD
1Introduction to OOAD1Introduction to OOAD
1Introduction to OOAD
Shahid Riaz
 

What's hot (20)

Executable UML and SysML Workshop
Executable UML and SysML WorkshopExecutable UML and SysML Workshop
Executable UML and SysML Workshop
 
States machine
States machineStates machine
States machine
 
Disaster Recovery in the Cloud
Disaster Recovery in the CloudDisaster Recovery in the Cloud
Disaster Recovery in the Cloud
 
Virtualization
VirtualizationVirtualization
Virtualization
 
Uml Diagrams for Web Developers
Uml Diagrams for Web DevelopersUml Diagrams for Web Developers
Uml Diagrams for Web Developers
 
Cloud Architecture in the Data Center
Cloud Architecture in the Data CenterCloud Architecture in the Data Center
Cloud Architecture in the Data Center
 
Collaboration Diagram
Collaboration DiagramCollaboration Diagram
Collaboration Diagram
 
Dell Technologies - Company and Portfolio Introduction in 20 Minutes
Dell Technologies - Company and Portfolio Introduction in 20 MinutesDell Technologies - Company and Portfolio Introduction in 20 Minutes
Dell Technologies - Company and Portfolio Introduction in 20 Minutes
 
Engineering Software Products: 3. features, scenarios and stories
Engineering Software Products: 3. features, scenarios and storiesEngineering Software Products: 3. features, scenarios and stories
Engineering Software Products: 3. features, scenarios and stories
 
Unified modelling language (UML)
Unified modelling language (UML)Unified modelling language (UML)
Unified modelling language (UML)
 
Powering the Intelligent Edge: HPE's Strategy and Direction for IoT & Big Data
Powering the Intelligent Edge: HPE's Strategy and Direction for IoT & Big DataPowering the Intelligent Edge: HPE's Strategy and Direction for IoT & Big Data
Powering the Intelligent Edge: HPE's Strategy and Direction for IoT & Big Data
 
Basic Behavioral Modeling
Basic Behavioral ModelingBasic Behavioral Modeling
Basic Behavioral Modeling
 
Architecture Description Languages
Architecture Description LanguagesArchitecture Description Languages
Architecture Description Languages
 
Security Issues of Cloud Computing
Security Issues of Cloud ComputingSecurity Issues of Cloud Computing
Security Issues of Cloud Computing
 
Introduction to Deep Learning (NVIDIA)
Introduction to Deep Learning (NVIDIA)Introduction to Deep Learning (NVIDIA)
Introduction to Deep Learning (NVIDIA)
 
EMC Vmax3 tech-deck deep dive
EMC Vmax3 tech-deck deep diveEMC Vmax3 tech-deck deep dive
EMC Vmax3 tech-deck deep dive
 
Mod05lec21(sla tutorial)
Mod05lec21(sla tutorial)Mod05lec21(sla tutorial)
Mod05lec21(sla tutorial)
 
Case study of amazon EC2 by Akash Badone
Case study of amazon EC2 by Akash BadoneCase study of amazon EC2 by Akash Badone
Case study of amazon EC2 by Akash Badone
 
Deep Learning Tutorial | Deep Learning Tutorial for Beginners | Neural Networ...
Deep Learning Tutorial | Deep Learning Tutorial for Beginners | Neural Networ...Deep Learning Tutorial | Deep Learning Tutorial for Beginners | Neural Networ...
Deep Learning Tutorial | Deep Learning Tutorial for Beginners | Neural Networ...
 
1Introduction to OOAD
1Introduction to OOAD1Introduction to OOAD
1Introduction to OOAD
 

Viewers also liked

Ask The Architect: RightScale & AWS Dive Deep into Hybrid IT
Ask The Architect: RightScale & AWS Dive Deep into Hybrid ITAsk The Architect: RightScale & AWS Dive Deep into Hybrid IT
Ask The Architect: RightScale & AWS Dive Deep into Hybrid IT
RightScale
 
RightScale Webinar: Learn about the RightScale Cloud Appliance for vSphere
RightScale Webinar: Learn about the RightScale Cloud Appliance for vSphereRightScale Webinar: Learn about the RightScale Cloud Appliance for vSphere
RightScale Webinar: Learn about the RightScale Cloud Appliance for vSphere
RightScale
 
Software Engineering at RightScale
Software Engineering at RightScaleSoftware Engineering at RightScale
Software Engineering at RightScale
RightScale
 
You, RightScale, and the Universe of Compliance
You, RightScale, and the Universe of ComplianceYou, RightScale, and the Universe of Compliance
You, RightScale, and the Universe of Compliance
RightScale
 
RightScale Webinar: Provide a Self-Service Portal for vSphere, AWS and Other ...
RightScale Webinar: Provide a Self-Service Portal for vSphere, AWS and Other ...RightScale Webinar: Provide a Self-Service Portal for vSphere, AWS and Other ...
RightScale Webinar: Provide a Self-Service Portal for vSphere, AWS and Other ...
RightScale
 
RightScale Webinar: Best Practices: Software Development Strategies Using Win...
RightScale Webinar: Best Practices: Software Development Strategies Using Win...RightScale Webinar: Best Practices: Software Development Strategies Using Win...
RightScale Webinar: Best Practices: Software Development Strategies Using Win...
RightScale
 
RightScale Webinar: Hybrid Cloud Fundamentals and Lessons Learned
RightScale Webinar: Hybrid Cloud Fundamentals and Lessons LearnedRightScale Webinar: Hybrid Cloud Fundamentals and Lessons Learned
RightScale Webinar: Hybrid Cloud Fundamentals and Lessons Learned
RightScale
 
Integracion Openstack VMware
Integracion Openstack VMwareIntegracion Openstack VMware
Integracion Openstack VMware
José M. Hernández
 
MultiCloud Bursting from Openstack to Windows Azure and Amazon AWS with Righ...
 MultiCloud Bursting from Openstack to Windows Azure and Amazon AWS with Righ... MultiCloud Bursting from Openstack to Windows Azure and Amazon AWS with Righ...
MultiCloud Bursting from Openstack to Windows Azure and Amazon AWS with Righ...
bn-cloud
 
RightScale Webinar: Continuous Integration and Delivery in the Cloud - How Ri...
RightScale Webinar: Continuous Integration and Delivery in the Cloud - How Ri...RightScale Webinar: Continuous Integration and Delivery in the Cloud - How Ri...
RightScale Webinar: Continuous Integration and Delivery in the Cloud - How Ri...
RightScale
 
How to Operate in the Cloud Using ServiceNow, RightScale and More
How to Operate in the Cloud Using ServiceNow, RightScale and MoreHow to Operate in the Cloud Using ServiceNow, RightScale and More
How to Operate in the Cloud Using ServiceNow, RightScale and More
RightScale
 

Viewers also liked (11)

Ask The Architect: RightScale & AWS Dive Deep into Hybrid IT
Ask The Architect: RightScale & AWS Dive Deep into Hybrid ITAsk The Architect: RightScale & AWS Dive Deep into Hybrid IT
Ask The Architect: RightScale & AWS Dive Deep into Hybrid IT
 
RightScale Webinar: Learn about the RightScale Cloud Appliance for vSphere
RightScale Webinar: Learn about the RightScale Cloud Appliance for vSphereRightScale Webinar: Learn about the RightScale Cloud Appliance for vSphere
RightScale Webinar: Learn about the RightScale Cloud Appliance for vSphere
 
Software Engineering at RightScale
Software Engineering at RightScaleSoftware Engineering at RightScale
Software Engineering at RightScale
 
You, RightScale, and the Universe of Compliance
You, RightScale, and the Universe of ComplianceYou, RightScale, and the Universe of Compliance
You, RightScale, and the Universe of Compliance
 
RightScale Webinar: Provide a Self-Service Portal for vSphere, AWS and Other ...
RightScale Webinar: Provide a Self-Service Portal for vSphere, AWS and Other ...RightScale Webinar: Provide a Self-Service Portal for vSphere, AWS and Other ...
RightScale Webinar: Provide a Self-Service Portal for vSphere, AWS and Other ...
 
RightScale Webinar: Best Practices: Software Development Strategies Using Win...
RightScale Webinar: Best Practices: Software Development Strategies Using Win...RightScale Webinar: Best Practices: Software Development Strategies Using Win...
RightScale Webinar: Best Practices: Software Development Strategies Using Win...
 
RightScale Webinar: Hybrid Cloud Fundamentals and Lessons Learned
RightScale Webinar: Hybrid Cloud Fundamentals and Lessons LearnedRightScale Webinar: Hybrid Cloud Fundamentals and Lessons Learned
RightScale Webinar: Hybrid Cloud Fundamentals and Lessons Learned
 
Integracion Openstack VMware
Integracion Openstack VMwareIntegracion Openstack VMware
Integracion Openstack VMware
 
MultiCloud Bursting from Openstack to Windows Azure and Amazon AWS with Righ...
 MultiCloud Bursting from Openstack to Windows Azure and Amazon AWS with Righ... MultiCloud Bursting from Openstack to Windows Azure and Amazon AWS with Righ...
MultiCloud Bursting from Openstack to Windows Azure and Amazon AWS with Righ...
 
RightScale Webinar: Continuous Integration and Delivery in the Cloud - How Ri...
RightScale Webinar: Continuous Integration and Delivery in the Cloud - How Ri...RightScale Webinar: Continuous Integration and Delivery in the Cloud - How Ri...
RightScale Webinar: Continuous Integration and Delivery in the Cloud - How Ri...
 
How to Operate in the Cloud Using ServiceNow, RightScale and More
How to Operate in the Cloud Using ServiceNow, RightScale and MoreHow to Operate in the Cloud Using ServiceNow, RightScale and More
How to Operate in the Cloud Using ServiceNow, RightScale and More
 

Similar to Introduction to RightScale

Jamcracker Cloud Management Platform: Control, Govern and Manage Enterprise C...
Jamcracker Cloud Management Platform: Control, Govern and Manage Enterprise C...Jamcracker Cloud Management Platform: Control, Govern and Manage Enterprise C...
Jamcracker Cloud Management Platform: Control, Govern and Manage Enterprise C...
John Katrick
 
Driving Digital Transformation With Containers And Kubernetes Complete Deck
Driving Digital Transformation With Containers And Kubernetes Complete DeckDriving Digital Transformation With Containers And Kubernetes Complete Deck
Driving Digital Transformation With Containers And Kubernetes Complete Deck
SlideTeam
 
2020 Cloud Data Lake Platforms Buyers Guide - White paper | Qubole
2020 Cloud Data Lake Platforms Buyers Guide - White paper | Qubole2020 Cloud Data Lake Platforms Buyers Guide - White paper | Qubole
2020 Cloud Data Lake Platforms Buyers Guide - White paper | Qubole
Vasu S
 
Navigating the Cloud: Empowering Enterprises with Cloud Solutions
Navigating the Cloud: Empowering Enterprises with Cloud SolutionsNavigating the Cloud: Empowering Enterprises with Cloud Solutions
Navigating the Cloud: Empowering Enterprises with Cloud Solutions
MaryJWilliams2
 
Stay productive_while_slicing_up_the_monolith
Stay productive_while_slicing_up_the_monolithStay productive_while_slicing_up_the_monolith
Stay productive_while_slicing_up_the_monolith
Markus Eisele
 
Create Agile, Automated and Predictable IT Infrastructure in the Cloud
Create Agile, Automated and Predictable IT Infrastructure in the CloudCreate Agile, Automated and Predictable IT Infrastructure in the Cloud
Create Agile, Automated and Predictable IT Infrastructure in the Cloud
RightScale
 
Part 2: Cloudera’s Operational Database: Unlocking New Benefits in the Cloud
Part 2: Cloudera’s Operational Database: Unlocking New Benefits in the CloudPart 2: Cloudera’s Operational Database: Unlocking New Benefits in the Cloud
Part 2: Cloudera’s Operational Database: Unlocking New Benefits in the Cloud
Cloudera, Inc.
 
ServerTemplate Deep Dive
ServerTemplate Deep DiveServerTemplate Deep Dive
ServerTemplate Deep Dive
RightScale
 
RightScale User Conference / Fall / 2010 - Morning Sessions
RightScale User Conference / Fall / 2010 - Morning SessionsRightScale User Conference / Fall / 2010 - Morning Sessions
RightScale User Conference / Fall / 2010 - Morning SessionsRightScale
 
Engineering Software Products: 5. cloud based software
Engineering Software Products: 5. cloud based softwareEngineering Software Products: 5. cloud based software
Engineering Software Products: 5. cloud based software
software-engineering-book
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
Nuts and bolts of running a popular site in the aws cloud
Nuts and bolts of running a popular site in the aws cloudNuts and bolts of running a popular site in the aws cloud
Nuts and bolts of running a popular site in the aws cloud
David Veksler
 
ThatConference 2016 - Highly Available Node.js
ThatConference 2016 - Highly Available Node.jsThatConference 2016 - Highly Available Node.js
ThatConference 2016 - Highly Available Node.js
Brad Williams
 
Soft layer canonical_brief_final
Soft layer canonical_brief_finalSoft layer canonical_brief_final
Soft layer canonical_brief_final
Benjamin Shrive
 
10 Key Steps for Moving from Legacy Infrastructure to the Cloud
10 Key Steps for Moving from Legacy Infrastructure to the Cloud10 Key Steps for Moving from Legacy Infrastructure to the Cloud
10 Key Steps for Moving from Legacy Infrastructure to the Cloud
NGINX, Inc.
 
7 habits of highly effective private cloud architects
7 habits of highly effective private cloud architects7 habits of highly effective private cloud architects
7 habits of highly effective private cloud architects
HARMAN Services
 
How Big Data Can Enable Analytics from the Cloud (Technical Workshop)
How Big Data Can Enable Analytics from the Cloud (Technical Workshop)How Big Data Can Enable Analytics from the Cloud (Technical Workshop)
How Big Data Can Enable Analytics from the Cloud (Technical Workshop)
Cloudera, Inc.
 
Whats new in Enterprise 5.0 Product Suite
Whats new in Enterprise 5.0 Product SuiteWhats new in Enterprise 5.0 Product Suite
Whats new in Enterprise 5.0 Product Suite
Micro Focus
 
Hybrid Cloud Management and Orchestration: Remove the complexity for Modern E...
Hybrid Cloud Management and Orchestration: Remove the complexity for Modern E...Hybrid Cloud Management and Orchestration: Remove the complexity for Modern E...
Hybrid Cloud Management and Orchestration: Remove the complexity for Modern E...
John Katrick
 
Build & Deploy Scalable Cloud Applications in Record Time
Build & Deploy Scalable Cloud Applications in Record TimeBuild & Deploy Scalable Cloud Applications in Record Time
Build & Deploy Scalable Cloud Applications in Record Time
RightScale
 

Similar to Introduction to RightScale (20)

Jamcracker Cloud Management Platform: Control, Govern and Manage Enterprise C...
Jamcracker Cloud Management Platform: Control, Govern and Manage Enterprise C...Jamcracker Cloud Management Platform: Control, Govern and Manage Enterprise C...
Jamcracker Cloud Management Platform: Control, Govern and Manage Enterprise C...
 
Driving Digital Transformation With Containers And Kubernetes Complete Deck
Driving Digital Transformation With Containers And Kubernetes Complete DeckDriving Digital Transformation With Containers And Kubernetes Complete Deck
Driving Digital Transformation With Containers And Kubernetes Complete Deck
 
2020 Cloud Data Lake Platforms Buyers Guide - White paper | Qubole
2020 Cloud Data Lake Platforms Buyers Guide - White paper | Qubole2020 Cloud Data Lake Platforms Buyers Guide - White paper | Qubole
2020 Cloud Data Lake Platforms Buyers Guide - White paper | Qubole
 
Navigating the Cloud: Empowering Enterprises with Cloud Solutions
Navigating the Cloud: Empowering Enterprises with Cloud SolutionsNavigating the Cloud: Empowering Enterprises with Cloud Solutions
Navigating the Cloud: Empowering Enterprises with Cloud Solutions
 
Stay productive_while_slicing_up_the_monolith
Stay productive_while_slicing_up_the_monolithStay productive_while_slicing_up_the_monolith
Stay productive_while_slicing_up_the_monolith
 
Create Agile, Automated and Predictable IT Infrastructure in the Cloud
Create Agile, Automated and Predictable IT Infrastructure in the CloudCreate Agile, Automated and Predictable IT Infrastructure in the Cloud
Create Agile, Automated and Predictable IT Infrastructure in the Cloud
 
Part 2: Cloudera’s Operational Database: Unlocking New Benefits in the Cloud
Part 2: Cloudera’s Operational Database: Unlocking New Benefits in the CloudPart 2: Cloudera’s Operational Database: Unlocking New Benefits in the Cloud
Part 2: Cloudera’s Operational Database: Unlocking New Benefits in the Cloud
 
ServerTemplate Deep Dive
ServerTemplate Deep DiveServerTemplate Deep Dive
ServerTemplate Deep Dive
 
RightScale User Conference / Fall / 2010 - Morning Sessions
RightScale User Conference / Fall / 2010 - Morning SessionsRightScale User Conference / Fall / 2010 - Morning Sessions
RightScale User Conference / Fall / 2010 - Morning Sessions
 
Engineering Software Products: 5. cloud based software
Engineering Software Products: 5. cloud based softwareEngineering Software Products: 5. cloud based software
Engineering Software Products: 5. cloud based software
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
Nuts and bolts of running a popular site in the aws cloud
Nuts and bolts of running a popular site in the aws cloudNuts and bolts of running a popular site in the aws cloud
Nuts and bolts of running a popular site in the aws cloud
 
ThatConference 2016 - Highly Available Node.js
ThatConference 2016 - Highly Available Node.jsThatConference 2016 - Highly Available Node.js
ThatConference 2016 - Highly Available Node.js
 
Soft layer canonical_brief_final
Soft layer canonical_brief_finalSoft layer canonical_brief_final
Soft layer canonical_brief_final
 
10 Key Steps for Moving from Legacy Infrastructure to the Cloud
10 Key Steps for Moving from Legacy Infrastructure to the Cloud10 Key Steps for Moving from Legacy Infrastructure to the Cloud
10 Key Steps for Moving from Legacy Infrastructure to the Cloud
 
7 habits of highly effective private cloud architects
7 habits of highly effective private cloud architects7 habits of highly effective private cloud architects
7 habits of highly effective private cloud architects
 
How Big Data Can Enable Analytics from the Cloud (Technical Workshop)
How Big Data Can Enable Analytics from the Cloud (Technical Workshop)How Big Data Can Enable Analytics from the Cloud (Technical Workshop)
How Big Data Can Enable Analytics from the Cloud (Technical Workshop)
 
Whats new in Enterprise 5.0 Product Suite
Whats new in Enterprise 5.0 Product SuiteWhats new in Enterprise 5.0 Product Suite
Whats new in Enterprise 5.0 Product Suite
 
Hybrid Cloud Management and Orchestration: Remove the complexity for Modern E...
Hybrid Cloud Management and Orchestration: Remove the complexity for Modern E...Hybrid Cloud Management and Orchestration: Remove the complexity for Modern E...
Hybrid Cloud Management and Orchestration: Remove the complexity for Modern E...
 
Build & Deploy Scalable Cloud Applications in Record Time
Build & Deploy Scalable Cloud Applications in Record TimeBuild & Deploy Scalable Cloud Applications in Record Time
Build & Deploy Scalable Cloud Applications in Record Time
 

Recently uploaded

Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Nexer Digital
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Zilliz
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
ThomasParaiso2
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
Pierluigi Pugliese
 

Recently uploaded (20)

Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
 

Introduction to RightScale

  • 1. Introduction to RightScale Cloud computing management platform
  • 2. Outline 1. RightScale as cloud management platform 2. Benefits of using RightScale 3. Getting started with RightScale 4. Recommended use of RightScale 5. Deployment your website on RightScale 6. Basics of RightScale administration 7. About Akelios Akelios © 2010 2
  • 3. 1. RightScale as cloud management platform RightScale platform RightScale is the leader in cloud computing management. Founded in 2006, the company offers a fully automated cloud management platform that enables organizations to easily deploy and manage business critical applications across multiple clouds with complete control and portability. 1. Delivered as SaaS (software as a service) and is available in a range of editions, from free Developer Edition to Enterprise Edition. 2. Multiple cloud infrastructure providers support (Amazon’s Web Services, GoGrid, FlexiScale, RackSpace, Eucalyptus). 3. Different types of clouds – public, private and hybrid. Windows-based (as GoGrid) and Linux-based (as Amazon). 4. API to implement administration tasks, monitoring, alerting, load balancing across multiple clouds. 5. Web-based administration, configuration and deployment. Akelios © 2010 3
  • 4. 2. Benefits of using RightScale Increased IT staff productivity and time saving 1. Time saved to initially deploy an application 2. Time saved to manage application throughout in less time through automation 3. Time saved by reusing RightScale Deployments and ServerTemplates as predefined configurations for additional cloud systems Akelios © 2010 4
  • 5. 2. Benefits of using RightScale Scalable websites 1. Dynamically scalable website in case of unpredictable traffic peaks such as big news event or viral word of mouth 2. Quick and easy scaling in either direction via RightScale autoscaling 3. No user intervention (custom configuration, manual server adding, etc) is needed Grid processing 1. Serves compute-intensive applications in industries such as pharmaceuticals, financial services, media, microchip or aerospace design, animation, oil and gas exploration, etc. 2. Allows to utilize on-demand, virtually unlimited cloud resources with no need to maintain private data center. 3. Makes grid processing possible for users who cannot afford to have their own grid. Akelios © 2010 5
  • 6. 2. Benefits of using RightScale Autoscaling cost saving example 1. Acquire hardware: Item Ann. cost 30 dedicated HP ProLiant DL360 G6 dual-core servers at $1,395 each for total cost of $41,850 $13,950 (amortized over 3 years) Hosting 30 servers X $1,000/month for 12 months $360,000 System administration 0.6 at $100.373/year $60,223 Annual total: $434,173 2. Autoscaling on the cloud using RightScale: Item Ann. Cost 2 large cloud servers for 24 hours/day, 28 large cloud servers for 90 minutes (charged for 2 hours) $12,906 per day at $.34 or $1,076 per month RightScale fee $1,000/month plus $2,500 annual fee $14,500 System administration 2 hours/day 0.25 X $100,373/year $25,093 Annual total: $52,499 Akelios © 2010 6
  • 7. 3. Getting started with RightScale Sign-up for RightScale 1. Free RightScale account – Developer Edition. 2. Website Edition - to run a full customer-facing website on cloud infrastructures. 3. Grid Edition – to run and manage any background or batch processing tasks in a scalable environment. 4. Premium Edition – combines both the Website Edition and Grid Edition to give a total solution for web businesses. Akelios © 2010 7
  • 8. 3. Getting started with RightScale RightScale Dashboard Web-based configuration, management and deployment tool. Akelios © 2010 8
  • 9. 3. Getting started with RightScale ServerTemplates 1. Define the composition and configuration of your instances. 2. Use a base OS image and a series of scripts (RightScripts) to install and configure the server as it boots. 3. Created interactively in RightScale Dashboard. 4. Based on AMI (Amazon Machine Images) or RightImages (designed to build and run stable Amazon EC2 server on RightScale). RightScripts 1. May be a shell script, a Perl, Ruby or Python script, etc. 2. Defined interactively in RightScale Dashboard. 3. Boot Scripts - Scripts that run at boot time. 4. Operational Scripts - Scripts that can be run once a server is running. 5. Decommission Scripts - Scripts that run right before a server is terminated. Akelios © 2010 9
  • 10. 4. Recommended use of RightScale Scalable website deployment Many websites experience fluctuations in demand – some can predict that demand, some cannot. Either way, the cloud’s virtually infinite resources paired with RightScale’s autoscaling make a perfect solution. Key Features: 1. Dynamic server configuration 2. Predesigned ServerTemplates to deploy quickly 3. Load-balanced front-ends 4. Redundant database with failover and recovery 5. Advanced graphical monitoring and alerting 6. Log file consolidation 8. Fully customizable and extensible infrastructure Akelios © 2010 10
  • 11. 4. Recommended use of RightScale Grid Computing 1. For applications require batches of multiple “jobs” to process (such as media transcoding, fraud detection, statistical research, etc) 2. On-demand access to virtually infinite computing resources without the upfront investment. 3. Easily and affordably reduce the amount of time required to process tasks by scaling up the number of cloud resources in your server array. Test & Development 1. Complete production-scale infrastructure, configured exactly as it will run live. 2. Test multiple architectures, variables, components, and configurations easily and independently. 3. Push the debugged test environment live quickly and easily. Akelios © 2010 11
  • 12. 5. Deployment your website on RightScale RightScale Deployment prerequisites 1. SecurityGroup (defines which ports are opened in Amazon's firewall to allow incoming connections to your instance). 2. S3 Bucket (a folder at Amazon S3 where you can store files). 3. SSH Key (allows root login access to the instance via SSH). 4. Elastic IP (allows to allocate an IP address and assign it to an instance of your choice). 5. All items above are created in RightScale Dashboard. RightScale Deployments 1. In RightScale Deployment is a group of servers that work together for a common goal or project. 2. Created interactively in Dashboard based on predefined or custom ServerTemplates. 3. Unlimited number of deployments (you pay only for instances that you are actually running). 4. Cloning of a deployment allows to quickly create QA or Development environments. Akelios © 2010 12
  • 13. 5. Deployment your website on RightScale Example steps to build and deploy LAMP server at Amazon via RightScale (all actions are performed in RightScale Dashboard) 1. Clone predefined ServerTemplate (LAMP ServerTemplate from RightScale library) 2. Check default boot scripts 3. Create a RightScript for getting a MySQL DB from a URL. 4. Create a RightScript for getting a PHP App from a URL. 5. Activate newly created scripts and place them in correct order. 6. Add credentials to access database. 7. Add configured server to a deployment (or default deployment). 8. Launch the server at EC2. Akelios © 2010 13
  • 14. 6. Basics of RightScale administration Deployments management 1. Dashboard view: Manage > Deployments. 2. Basic actions: • Add a Server to a Deployment • Add or Remove Tags to Servers in a Deployment • Archive or Unarchive a Deployment • Change a Server's Public IP • Clone a Deployment • Create a New Deployment • Delete a Deployment • Delete a Server from a Deployment • Edit a Deployment • Launch a Server • Lock or Unlock a Deployment • Terminate a Server • Run a script on a Server Akelios © 2010 14
  • 15. 6. Basics of RightScale administration Edit/Clone/Archive/Delete deployment Start/stop server(s) Edit server Add server to the deployment Akelios © 2010 15
  • 16. 6. Basics of RightScale administration Servers management 1. Dashboard view: Manage > Servers. 2. Basic actions: • Add a Server to a Deployment • Edit the Current Server • Lock or Unlock a Server • Run a script on a Server(s) Akelios © 2010 16
  • 17. 6. Basics of RightScale administration Basic actions: Clone/Move/SSH/etc Timeline Services (apache is selected) Apache stats Apache CPU load chart Apache packets chart Akelios © 2010 17
  • 18. 6. Basics of RightScale administration Audit entries 1. Dashboard view: Report > Audit entries. 2. Created for virtually all actions, such as launching and terminating instances, or commands that are executed on instances. 3. Basic fields: • Timestamp – date and time of when the action was performed. • Subject – the name of the server instance (for example, an EC2 instance ID). • User – who performed the action. • Summary - detailed audit entry of the task (гseful for troubleshooting). Akelios © 2010 18
  • 19. 6. Basics of RightScale administration Edit/Clone/Archive/Delete deployment Fields: Timestamp/Subject/User/Summary Akelios © 2010 19
  • 20. 6. Basics of RightScale administration RightScale API 1. API provides administrative and information gathering capabilities based on the client's view of the RightScale Dashboard. 2. Follows REST conventions and uses standard HTTP methods for interacting with a resource: GET, POST, PUT, DELETE. 3. 2 user-based methods of authentication: basic HTTP authentication and cookie- based authentication. 4. 2 output types – XML or JSON. 5. Basic functions: • Create/delete/update deployment • Create/delete/launch server • Create/monitor server array • Run a RightScript on a server or server array • etc (most of Dashboard functions are available via API) Akelios © 2010 20
  • 21. 7. About Akelios Akelios is a team of Cloud Computing experts that provides a wide range of Cloud Computing services, including Cloud training, Cloud development, Cloud migration, and Cloud support. We assist companies across the various stages of the Cloud adoption cycle, providing:  Cloud Vendor, Platform, and Product Selection  Cloud Application Migration  Cost-Benefit Analysis  Cloud Disaster Recovery  Security Planning  Cloud Performance Tuning  Cloud Architecture Design To learn how Akelios can help your company benefit from the cutting-edge technologies and cost savings the Cloud provides, please visit http://akelios.com. Akelios © 2010 21
  • 22. Thank You! More Questions? Send me an e-mail: info@akelios.com Visit my blog: blog.akelios.com Follow us on Twitter: twitter.com/theakelios Author: Matthew Brown, VP of Marketing linkedin.com/companies/akelios Akelios © 2010 22