R Flashcards

1
Q

range GET

A

A request that specifies a byte range of data to get for a download. If an object is large, you can break up a download into smaller units by sending multiple range GET requests that each specify a different byte range to GET.

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

raw email

A

A type of sendmail request with which you can specify the email headers and MIME types.

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

RDS

A

See Amazon Relational Database Service (Amazon RDS).

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

read replica

A

Amazon RDS: An active copy of another DB instance. Any updates to the data on the source DB instance are replicated to the read replica DB instance using the built-in replication feature of MySQL 5.1.

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

real-time predictions

A

Amazon Machine Learning: Synchronously generated predictions for individual data observations.

See Also batch prediction.

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

receipt handle

A

Amazon SQS: An identifier that you get when you receive a message from the queue. This identifier is required to delete a message from the queue or when changing a message’s visibility timeout.

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

receiver

A

The entity that consists of the network systems, software, and policies that manage email delivery for a recipient.

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

recipient

A

Amazon Simple Email Service (Amazon SES): The person or entity receiving an email message. For example, a person named in the “To” field of a message.

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

Redis

A

A fast, open source, in-memory key-value data structure store. Redis comes with a set of versatile in-memory data structures with which you can easily create a variety of custom applications.

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

reference

A

A means of inserting a property from one AWS resource into another. For example, you could insert an Amazon EC2 security group property into an Amazon RDS resource.

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

region

A

A named set of AWS resources in the same geographical area. A region comprises at least two Availability Zones.

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

regression model

A

Amazon Machine Learning: Preformatted instructions for common data transformations that fine-tune machine learning model performance.

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

regression model

A

A type of machine learning model that predicts a numeric value, such as the exact purchase price of a house.

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

regularization

A

A machine learning (ML) parameter that you can tune to obtain higher-quality ML models. Regularization helps prevent ML models from memorizing training data examples instead of learning how to generalize the patterns it sees (called overfitting). When training data is overfitted, the ML model performs well on the training data but does not perform well on the evaluation data or on new data.

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

replacement environment

A

The instances in a deployment group after the AWS CodeDeploy blue/green deployment.

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

replica shard

A

See shard.

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

reply path

A

The email address to which an email reply is sent. This is different from the return path.

18
Q

representational state transfer

A

See REST.

19
Q

reputation

A
  1. An Amazon SES metric, based on factors that might include bounces, complaints, and other metrics, regarding whether or not a customer is sending high-quality email.
  2. A measure of confidence, as judged by an internet service provider or other entity that an IP address that they are receiving email from is not the source of spam.
20
Q

requester

A

The person (or application) that sends a request to AWS to perform a specific action. When AWS receives a request, it first evaluates the requester’s permissions to determine whether the requester is allowed to perform the request action (if applicable, for the requested resource).

21
Q

Requester Pays

A

An Amazon S3 feature that allows a bucket owner to specify that anyone who requests access to objects in a particular bucket must pay the data transfer and request costs.

22
Q

reservation

A

A collection of EC2 instances started as part of the same launch request. Not to be confused with a Reserved Instance.

23
Q

Reserved Instance

A

A pricing option for EC2 instances that discounts the on-demand usage charge for instances that meet the specified parameters. Customers pay for the entire term of the instance, regardless of how they use it.

24
Q

Reserved Instance Marketplace

A

An online exchange that matches sellers who have reserved capacity that they no longer need with buyers who are looking to purchase additional capacity. Reserved Instances that you purchase from third-party sellers have less than a full standard term remaining and can be sold at different upfront prices. The usage or reoccurring fees remain the same as the fees set when the Reserved Instances were originally purchased. Full standard terms for Reserved Instances available from AWS run for one year or three years.

25
Q

resource

A

An entity that users can work with in AWS, such as an EC2 instance, an Amazon DynamoDB table, an Amazon S3 bucket, an IAM user, an AWS OpsWorks stack, and so on.

26
Q

resource property

A

A value required when including an AWS resource in an AWS CloudFormation stack. Each resource may have one or more properties associated with it. For example, an AWS::EC2::Instance resource may have a UserData property. In an AWS CloudFormation template, resources must declare a properties section, even if the resource has no properties.

27
Q

resource record

A

Also called resource record set. The fundamental information elements in the Domain Name System (DNS).

See Also Domain Name System in Wikipedia.

28
Q

REST

A

Representational state transfer. A simple stateless architecture that generally runs over HTTPS/TLS. REST emphasizes that resources have unique and hierarchical identifiers (URIs), are represented by common media types (HTML, XML, JSON, and so on), and that operations on the resources are either predefined or discoverable within the media type. In practice, this generally results in a limited number of operations.

See Also Query.

See Also WSDL.

See Also SOAP.

29
Q

RESTful web service

A

Also known as RESTful API. A web service that follows REST architectural constraints. The API operations must use HTTP methods explicitly; expose hierarchical URIs; and transfer either XML, JSON, or both.

30
Q

HTTP-Query

A

See Query.

31
Q

return enabled

A

Amazon CloudSearch: An index field option that enables the field’s values to be returned in the search results.

32
Q

return path

A

The email address to which bounced email is returned. The return path is specified in the header of the original email. This is different from the reply path.

33
Q

revision

A

AWS CodePipeline: A change made to a source that is configured in a source action, such as a pushed commit to a GitHub repository or an update to a file in a versioned Amazon S3 bucket.

34
Q

role

A

A tool for giving temporary access to AWS resources in your AWS account.

35
Q

rollback

A

A return to a previous state that follows the failure to create an object, such as AWS CloudFormation stack. All resources associated with the failure are deleted during the rollback. For AWS CloudFormation, you can override this behavior using the –disable-rollback option on the command line.

36
Q

root

A

AWS Organizations: A parent container for the accounts in your organization. If you apply a service control policy to the root, it applies to every organizational unit and account in the organization.

37
Q

root credentials

A

Authentication information associated with the AWS account owner.

38
Q

root device volume

A

A volume that contains the image used to boot the instance (also known as a root device). If you launched the instance from an AMI backed by instance store, this is an instance store volume created from a template stored in Amazon S3. If you launched the instance from an AMI backed by Amazon EBS, this is an Amazon EBS volume created from an Amazon EBS snapshot.

39
Q

route table

A

A set of routing rules that controls the traffic leaving any subnet that is associated with the route table. You can associate multiple subnets with a single route table, but a subnet can be associated with only one route table at a time.

40
Q

row identifier

A

row ID.Amazon Machine Learning: An attribute in the input data that you can include in the evaluation or prediction output to make it easier to associate a prediction with an observation.

41
Q

rule

A

AWS WAF: A set of conditions that AWS WAF searches for in web requests to AWS resources such as Amazon CloudFront distributions. You add rules to a web ACL, and then specify whether you want to allow or block web requests based on each rule.