Support Search

Glossary of Terms

    TOC
    1. 1. A
          1. 1.1.1.1. Account
          2. 1.1.1.2. Account Group
          3. 1.1.1.3. Alert
          4. 1.1.1.4. Alert Action
          5. 1.1.1.5. Alert Escalation
          6. 1.1.1.6. Alpha
          7. 1.1.1.7. Array
          8. 1.1.1.8. Auto-scaling
          9. 1.1.1.9.  
    2. 2. B
          1. 2.1.1.1. Beta
          2. 2.1.1.2.  
    3. 3. C
          1. 3.1.1.1. Chef
          2. 3.1.1.2. Chef Attribute
          3. 3.1.1.3. Chef Recipe
          4. 3.1.1.4. Cookbook Repository
          5. 3.1.1.5. Clone
          6. 3.1.1.6. Compatibility Release
          7. 3.1.1.7. Credential
          8. 3.1.1.8.  
    4. 4. D
          1. 4.1.1.1. Datacenter / Zone
          2. 4.1.1.2. Deployment
          3. 4.1.1.3. Deprecate
          4. 4.1.1.4.  
    5. 5. E
    6. 6. F
    7. 7. G
          1. 7.1.1.1. General Release
          2. 7.1.1.2.  
    8. 8. H
          1. 8.1.1.1. HEAD
          2. 8.1.1.2. Hybrid Cloud
          3. 8.1.1.3.  
    9. 9. I
          1. 9.1.1.1. Image
          2. 9.1.1.2. Infinity Release
          3. 9.1.1.3. Input
          4. 9.1.1.4. Instance
          5. 9.1.1.5. Instance Types
          6. 9.1.1.6. IP Addresses
          7. 9.1.1.7.  
    10. 10. J
    11. 11. K
    12. 12. L
          1. 12.1.1.1. LTS
    13. 13. M
          1. 13.1.1.1. Machine Image
          2. 13.1.1.2. Macro
          3. 13.1.1.3. Maintenance Release
          4. 13.1.1.4. Mirror
          5. 13.1.1.5. MultiCloud Image (MCI)
          6. 13.1.1.6. MultiCloud Marketplace
          7. 13.1.1.7.  
    14. 14. N
    15. 15. O
    16. 16. P
          1. 16.1.1.1. Private cloud
          2. 16.1.1.2. Publish
          3. 16.1.1.3.  
    17. 17. Q
    18. 18. R
          1. 18.1.1.1. Remote Object Storage (ROS)
          2. 18.1.1.2. RepoPath
          3. 18.1.1.3. Repose
          4. 18.1.1.4. RightImage
          5. 18.1.1.5. RightLink
          6. 18.1.1.6. RightScript
          7. 18.1.1.7.  
    19. 19. S
          1. 19.1.1.1. Security Group
          2. 19.1.1.2. Server
          3. 19.1.1.3. Server Array
          4. 19.1.1.4. ServerTemplate
          5. 19.1.1.5. Sketchy Server
          6. 19.1.1.6. SSH Key
          7. 19.1.1.7. Subscribe
          8. 19.1.1.8.  
    20. 20. T
          1. 20.1.1.1. Tags
          2. 20.1.1.2. Template
          3. 20.1.1.3.  
    21. 21. U
          1. 21.1.1.1. UID
          2. 21.1.1.2. User
          3. 21.1.1.3.  
    22. 22. V
          1. 22.1.1.1. Volume Storage
          2. 22.1.1.2.  
    23. 23. W
          1. 23.1.1.1. Weighted Array
    24. 24. X
    25. 25. Y
    26. 26. Z

    RightScale Cloud Management Platform and Cloud Computing Glossary of Terms

     

    A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

    Bottom

    New!  Glossary in Japanese and Korean.  ( 用語 and 용어 )


    A

    Account

    An entity for organizing and managing cloud resources for an enterprise via the RightScale Dashboard and API. A RightScale account includes one or more sets of public or private cloud credentials, and one or more users (including the user who created the account)—identified by email addresses—with varying role privileges.

    Account Group

    A collection of RightScale objects (RightScripts, ServerTemplates, MultiCloud Images, and macros) associated with one or more RightScale users (or RightScale Enterprise child accounts) who can access them from the "Shared" category in the RightScale MultiCloud Marketplace.

    Alert

    A set of conditions defined by RightScale or a user and monitored by the system on a running server. These conditions, when met for a specified minimum time span, can trigger either an autoscaling event or an action or sequential series of actions known as an alert escalation.

    Alert Action

    An automatically triggered action (for example, sending an email, scaling up an array, or running a script), grouped sequentially with other actions into an alert escalation. Alert escalations trigger when their associated RightScale- or user-defined alert conditions are met for a specified minimum time span. 

    Alert Escalation

    A group of user- or RightScale-defined alert actions, executed in sequential order when their associated alert conditions are continually met for a specified time span. When all alert conditions are not met, the actions associated with the alert escalation stop executing.

    Alpha

    Describes a feature that has undergone simple testing and is expected to change, possibly significantly, before going into "beta" or "general release" status. We recommend that you use alpha features for testing purposes only, and not in production environments. Limited technical support is available for alpha features, and service-level response times do not apply.

    Array

    See Server Array.

    Auto-scaling

    The system-triggered, automated addition or removal of compute resources (servers) used to run an application in the cloud, to support changes in demand or handle other conditions. See also Server Array.

     

    B

    Beta

    Describes a feature that has undergone significant testing and is not expected to change significantly before general release. We recommend using beta features for testing purposes only, and not in production environments.

     

    C

    Chef

    An open-source configuration management tool written by Opscode and used by RightScale for automatically configuring cloud servers, as an alternative to RightScripts.

    Chef Attribute

    A Chef object that lets users specify dynamic input for Chef recipes, comparable to a variable in a RightScript. Provided that recipe attributes are referenced as Chef metadata, users can manage their values as user-defined inputs using RightScale.

    Chef Recipe

    A Chef object consisting of executable code to be run on a virtual machine, comparable to a script. As with RightScripts, Chef recipes are associated with ServerTemplates and either manually run from the RightScale Dashboard or API or automatically run during a server's boot (startup) or decommission (shutdown) phases.

    Cookbook Repository

    The maintained source-code storage location for a Chef cookbook used with RightScale objects. In order to use a cookbook's recipes with a RightScale-managed server, you must reference its repository in a RightScale RepoPath associated with the ServerTemplate.

    Clone

    Refers to making an exact copy (clone) of a RightScale component such as a deployment, server, ServerTemplate, RightScript, or alert. To edit a published ServerTemplate or RightScript, you must clone it first.

    Compatibility Release

    A major, general release of RightScale components, including ServerTemplates, RightScripts, Chef cookbooks and recipes, and MultiCloud Images (MCIs). Generally, the individual components of a compatibility release are guaranteed to be compatible with one another, which simplifies the setup and integration process for RightScale users deploying in the cloud.

    Credential

    A user-defined name-value pair in a RightScale Dashboard account, for associating a hidden, protected value—such as a password or private key—with a name used to reference it as a RightScript or recipe input. Only "admin" users can view credential values.

     

    D

    Datacenter / Zone

    A regional datacenter in the cloud.  (Datacenter and zone are synonymous.)  A cloud will often have multiple Datacenters which can help when architecting a highly available Deployment.

    Deployment

    A logical, user-defined grouping of servers. Typically, servers in a deployment work together, belong to the same project or project phase (such as testing, staging, or production), share similar input values, or all of these.

    Deprecate

    A user-performed action for a published RightScale component (RightScript, ServerTemplate, MultiCloud Image, or macro). Deprecating removes an object from the MultiCloud Marketplace but, unlike deleting objects from account groups, keeps it accessible to any macros that reference it.

     

    E


    F


    G

    General Release

    Also known as general availability (GA), describes a feature that is significantly tested and used by RightScale and externally, or is a minor upgrade from prior GA releases. We recommend using GA features in production after testing them using your established internal criteria and staging environment.

     

    H

    HEAD

    A HEAD version is the newest version of a RightScale asset (e.g. HEAD ServerTemplate, HEAD RightScript). The HEAD version is a living, editable version, as opposed to a un-editable committed revision. HEAD versions are not recommended for production use. Subscribing to a HEAD version of a ServerTemplate or RightScript will mean that all changes may be automatically inherited from the publisher.

    Hybrid Cloud

    Computing services performed by a combination of public and private cloud resources—for example, an application that runs on a private cloud, but can scale out to the public cloud to accommodate increased demand.

     

    I

    Image

    See Machine Image.

    Infinity Release

    ServerTemplates that are part of an "infinity" release are the newest versions of this ServerTemplate. Infinity ServerTemplates are not guaranteed to be compatible with each other, but carry the newest features and bug fixes.

    Input

    A variable in RightScripts or an attribute in Chef recipes that a user sets using the RIghtScale Dashboard or API. Users can define RightScript or Chef recipe input values for a specific ServerTemplate, deployment, or server.

    Instance

    A virtual machine running in the cloud.

    Instance Types

    Every cloud infrastructure provides compute resources and the ability to provision these resources. The most important characteristics of compute resources are CPU, memory and local storage. They tend to factor most heavily into the decision making process of which compute resource you should use to meet your specific requirements. Each cloud provider has varying resources and levels of granularity that they provide. RightScale uses Instance Types to help normalize the offerings.  (Note that your cloud provider may not refer to compute resources by the same name.)  Instance Types are coded into the RightScale Dashboard; you cannot just create, delete, and maintain your own Instance Types arbitrarily.

    IP Addresses

    External IP address for the instance to forward traffic to when configuring Port Forwarding Rules. The instance may have only one IP address, but it could be more than one. Hence, you must specify the IP too, not just the instance itself.

     

    J


    K


    L

    LTS

    Long Term Support (LTS) is a ServerTemplate that is the final version in its release lineage. Along with being supported long term, these ServerTemplates are full-featured and stable.

    M

    Machine Image

    A virtual image (or virtual appliance, in hypervisor terminology) representing a collection of software: generally an operating system and accompanying applications or utilities. Administrators use machine images installed in virtual environments (such as a public or private cloud) to define and run virtual machines on a hypervisor. Contrast with MultiCloud Image.

    Macro

    A RightScale object, written in JavaScript, that lets users save and then rapidly re-create a copy of a deployment, server array, or server—including user-defined input values and other parameters. Currently, you can use macros in Amazon EC2 environments only, and they do not set inputs (attributes) for Chef recipes.

    Maintenance Release

    A maintenance release resolves critical ServerTemplate issues. Maintenance releases are typically related to LTS ServerTemplates, but may occur with infinity ServerTemplates. A maintenance release version of ServerTemplate will look like "ServerTemplate vX.X.X".

    Mirror

    An exact copy of a data set. RightScale hosts its own regularly updated mirrors for OS distributions and other code packages installed with RightImages. RightScale's mirrors provide a consistently available, high-performance download source used by RightScale-managed servers launched in the cloud, as well as eliminating transient problems often associated with public mirror sites.

    MultiCloud Image (MCI)

    A RightScale object used to group and reference similar machine imagestypically with identical operating systems, operating system versions, and so on—across multiple public and private clouds. MultiCloud Images (MCIs) are key components of ServerTemplates, and indicate which combinations of operating systems, versions, supporting applications, etc., have been tested with a ServerTemplate. They also help users choose a supported software platform for new servers, based on matching machine images already installed on their target cloud.

    MultiCloud Marketplace

    A RightScale-hosted clearinghouse for reusable cloud components (ServerTemplates, RightScripts, MultiCloud Images, and macros) published by RightScale, RightScale partners and internal groups, and other RightScale users. Components are published either publicly to all users or privately to an account group. Users can import them from the MultiCloud Marketplace into their RightScale Dashboard accounts and clone them to create editable versions.

     

    N


    O


    P

    Private cloud

    Cloud computing services performed by on-premise hardware, software, and network resources.

    Publish

    Placing a RightScale cloud-management component (ServerTemplate, RightScript, MultiCloud Image, or macro) in the RightScale MultiCloud Marketplace, making it either publicly available to all RightScale users or privately available to select accounts, via an account group.

     

    Q


    R

    Remote Object Storage (ROS)

    Generic term describing cloud storage services for static files—for example, Amazon Simple Storage Service (S3), Rackspace Cloud Files, and Eucalyptus Walrus. Data is stored as files (objects) in named containers (buckets), which typically govern access permissions. Since ROSs are not directly accessible via cloud server file systems, they generally store static data (for example, binary database backups) that does not need to interact with cloud applications. Contrast with Volume Storage.

    RepoPath

    A RightScale-created or user-defined component of a Chef-based ServerTemplate, which points to one or more cookbook repositories where recipes associated with the ServerTemplate are stored.

    Repose

    A RightScale mirroring service that automatically mirrors Chef cookbook source-code repositories referenced in RightScale RepoPaths.

    RightImage

    A machine image—containing an operating system, RightLink agent, and, often, accompanying utilities or applications—that RightScale publishes or provides for installing on a cloud. A machine image supports either a single cloud, group of clouds, or specific cloud and hypervisor combination. RightScale's published MultiCloud Images and associated ServerTemplates reference RightImages.

    RightLink

    A RightScale agent, included in all recently published RightImages and installed on servers that reference those images, which supports RightScript and Chef recipe execution, server monitoring, and other activities requiring communication between RightScale and cloud servers.

    RightScript

    An executable script written in Bash, Ruby, Windows PowerShell, or another scripting language. RightScripts run manually from the RightScale Dashboard or API or automatically during a server's boot (startup) or decommission (shutdown) phases. RightScale, RightScale partners, and RightScale users can create RightScripts and publish them individually or as part of a ServerTemplate to the MultiCloud Marketplace. Contrast with Chef Recipe.

     

    S

    Security Group

    Similar to a network firewall, a cloud-specific collection of access rules governing which server IP addresses and groups of servers in the same cloud can access associated cloud servers over which network protocols and ports. A single security group can apply to multiple servers in a cloud, and a server can belong to multiple security groups. Many, but not all, clouds use security groups.

    Server

    The collection of properties and attributes that define a virtual machine that has run, will run, or is running in the cloud.

    Server Array

    A collection of properties and attributes defining one or more identically configured virtual machines running in the cloud. See also Auto-scaling.

    ServerTemplate

    A RightScale-specific, reusable component that defines the characteristics of a cloud server in a way that is repeatable across multiple servers, clouds, and deployments. A ServerTemplate includes one or more MultiCloud Images used to define an operating system and supporting applications for the server, and a collection of RightScripts or Chef recipes that install select applications and define configuration settings and other attributes. See also Chef Recipe, MultiCloud Image (MCI), and RightScript.

    Sketchy Server

    A RightScale-managed monitoring host that processes statistics from cloud servers in Rightscale deployments and monitors for alert conditions and then displays that information in dynamically updated graphs in real-time in the RightScale Dashboard.

    SSH Key

    A security component used by some cloud providers to secure client connections to servers in the cloud over SSH or Remote Desktop Protocol (RDP).

    Subscribe

    Refers to downloading the HEAD (most recent) version of a RightScale component, such as a ServerTemplate or RightScript, from the MultiCloud Marketplace to your RightScale Dashboard account. Changes made to a HEAD component and published to the MultiCloud Marketplace are automatically reflected in the downloaded version in your own account.

     

    T

    Tags

    Descriptive metadata that is defined by RightScale or a user and associated with RightScale-managed objects such as servers, storage volumes, and MultiCloud Images. RightScale users can use tags for filtering objects in the RightScale Dashboard or API, while RightLink and other RightScale functions use them to facilitate server communications (for example, to register an application server with associated load balancers on startup).

    Template

    See ServerTemplate.

     

    U

    UID

    A unique ID. UIDs are system assigned and used to identify cloud-specific resources such as images, instances, and security groups.

    User

    An individual, identified by a unique email address and password, with login access to and role privileges in one or more RightScale accounts. See also Account.

     

    V

    Volume Storage

    Generic term for persistent cloud storage that is formatted and accessed as an extension of a cloud server's file system. Examples include Amazon Elastic Block Store (EBS) and CloudStack volumes. Contrast with Remote Object Storage (ROS).

     

    W

    Weighted Array

    A weighted array is an array where you specify the distribution of instances among zones. The allocation is weighted randomly so the number of instances launched in each zone may not be equal at any point in time. However, they are asymptotically equal meaning the more instances launched, the closer it will resemble the distribution you specified. Weighted arrays are configured on the Array Details tab when adding an array.


    X


    Y


    Z

    A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

    Top

    In other languages:
    Powered by MindTouch