B Flashcards

1
Q

basic monitoring

A

Monitoring of AWS provided metrics derived at a 5-minute frequency.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

batch

A

See document batch.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

BGP ASN

A

Border Gateway Protocol Autonomous System Number. A unique identifier for a network, for use in BGP routing. Amazon EC2 supports all 2-byte ASN numbers in the range of 1 – 65335, with the exception of 7224, which is reserved.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

batch prediction

A

Amazon Machine Learning: An operation that processes multiple input data observations at one time (asynchronously). Unlike real-time predictions, batch predictions are not available until all predictions have been processed.

See Also real-time predictions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

billing

A

See AWS Billing and Cost Management.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

binary attribute

A

Amazon Machine Learning: An attribute for which one of two possible values is possible. Valid positive values are 1, y, yes, t, and true answers. Valid negative values are 0, n, no, f, and false. Amazon Machine Learning outputs 1 for positive values and 0 for negative values.

See Also attribute.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

binary classification model

A

Amazon Machine Learning: A machine learning model that predicts the answer to questions where the answer can be expressed as a binary variable. For example, questions with answers of “1” or “0”, “yes” or “no”, “will click” or “will not click” are questions that have binary answers. The result for a binary classification model is always either a “1” (for a “true” or affirmative answers) or a “0” (for a “false” or negative answers).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

blacklist

A

A list of IP addresses, email addresses, or domains that an internet service provider suspects to be the source of spam. The ISP blocks incoming email from these addresses or domains.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

block

A

A data set. Amazon EMR breaks large amounts of data into subsets. Each subset is called a data block. Amazon EMR assigns an ID to each block and uses a hash table to keep track of block processing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

block device

A

A storage device that supports reading and (optionally) writing data in fixed-size blocks, sectors, or clusters.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

block device mapping

A

A mapping structure for every AMI and instance that specifies the block devices attached to the instance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

blue/green deployment

A

AWS CodeDeploy: A deployment method in which the instances in a deployment group (the original environment) are replaced by a different set of instances (the replacement environment).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

bootstrap action

A

A user-specified default or custom action that runs a script or an application on all nodes of a job flow before Hadoop starts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Border Gateway Protocol Autonomous System Number

A

See BGP ASN.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

bounce

A

A failed email delivery attempt.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

breach

A

Auto Scaling: The condition in which a user-set threshold (upper or lower boundary) is passed. If the duration of the breach is significant, as set by a breach duration parameter, it can possibly start a scaling activity.

17
Q

bucket

A

Amazon Simple Storage Service (Amazon S3): A container for stored objects. Every object is contained in a bucket. For example, if the object named photos/puppy.jpg is stored in the johnsmith bucket, then authorized users can access the object with the URL http://johnsmith.s3.amazonaws.com/photos/puppy.jpg.

18
Q

bucket owner

A

The person or organization that owns a bucket in Amazon S3. Just as Amazon is the only owner of the domain name Amazon.com, only one person or organization can own a bucket.

19
Q

bundling

A

A commonly used term for creating an Amazon Machine Image (AMI). It specifically refers to creating instance store-backed AMIs.