O Flashcards
object
Amazon Simple Storage Service (Amazon S3): The fundamental entity type stored in Amazon S3. Objects consist of object data and metadata. The data portion is opaque to Amazon S3.
observation
Amazon Machine Learning: A single instance of data that Amazon Machine Learning (Amazon ML) uses to either train a machine learning model how to predict or to generate a prediction. Each row in an Amazon ML input data file is an observation.
On-Demand Instance
An Amazon EC2 pricing option that charges you for compute capacity by the hour with no long-term commitment.
operation
An API function. Also called an action.
optimistic locking
A strategy to ensure that an item that you want to update has not been modified by others before you perform the update. For Amazon DynamoDB, optimistic locking support is provided by the AWS SDKs.
organization
AWS Organizations: An entity that you create to consolidate and manage your AWS accounts. An organization has one master account along with zero or more member accounts.
organizational unit
AWS Organizations: A container for accounts within a root of an organization. An organizational unit (OU) can contain other OUs.
origin access identity
Also called OAI. When using Amazon CloudFront to serve content with an Amazon S3 bucket as the origin, a virtual identity that you use to require users to access your content through CloudFront URLs instead of Amazon S3 URLs. Usually used with CloudFront private content.
origin server
The Amazon S3 bucket or custom origin containing the definitive original version of the content you deliver through CloudFront.
original environment
The instances in a deployment group at the start of an AWS CodeDeploy blue/green deployment.
OSB transformation
Orthogonal sparse bigram transformation. In machine learning, a transformation that aids in text string analysis and that is an alternative to the n-gram transformation. OSB transformations are generated by sliding the window of size n words over the text, and outputting every pair of words that includes the first word in the window.
See Also n-gram transformation.
OU
See organizational unit.
output location
Amazon Machine Learning: An Amazon S3 location where the results of a batch prediction are stored.