Skip to content

Instantly share code, notes, and snippets.

@bleach
Last active October 14, 2016 13:51
Show Gist options
  • Save bleach/7c8e860527d5615e16e333eef19a21b3 to your computer and use it in GitHub Desktop.
Save bleach/7c8e860527d5615e16e333eef19a21b3 to your computer and use it in GitHub Desktop.

BOSH

The tool used to install Cloud Foundry. Docs

The meaning of the acronym has been described as Basic Outer Shell or BOSH Outer Shell. It's also rumoured to have been derived from Google's BORG (next letter from R & G are S & H).

CVE - Common Vulnerabilities and Exposures ID

A security problem in some software (aka vulnerability or hole). Usually requiring us to update our installed version.

The name comes from the Common Vulnerabilities and Exposures database that assigns a unique identifier to each security problem.

Example: CVE-2016-6651 is the CVE ID for a problem whereby someone with a cloudfoundry account could become an admin user and do things they shouldn't be able to.

RDS - Amazon Relational Database Service

Amazon's "database on demand" service

AWS in plain English thinks it should have been called Amazon SQL

UAA - User Account and Authentication Server

A component of Cloud Foundry that deals with users:

  • signing in
  • whether people have permissions to do a thing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment