D Flashcards

1
Q

dashboard

A

See service health dashboard.

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

data consistency

A

A concept that describes when data is written or updated successfully and all copies of the data are updated in all AWS regions. However, it takes time for the data to propagate to all storage locations. To support varied application requirements, Amazon DynamoDB supports both eventually consistent and strongly consistent reads.

See Also eventual consistency.

See Also eventually consistent read.

See Also strongly consistent read.

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

data node

A

Amazon Elasticsearch Service (Amazon ES): An Elasticsearch instance that holds data and responds to data upload requests.

See Also dedicated master node.

See Also node.

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

data schema

A

See schema.

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

data source

A

The database, file, or repository that provides information required by an application or database. For example, in AWS OpsWorks, valid data sources include an instance for a stack’s MySQL layer or a stack’s Amazon RDS service layer. In Amazon Redshift , valid data sources include text files in an Amazon S3 bucket, in an Amazon EMR cluster, or on a remote host that a cluster can access through an SSH connection.

See Also datasource.

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

database engine

A

The database software and version running on the DB instance.

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

database name

A

The name of a database hosted in a DB instance. A DB instance can host multiple databases, but databases hosted by the same DB instance must each have a unique name within that instance.

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

datasource

A

Amazon Machine Learning: An object that contains metadata about the input data. Amazon ML reads the input data, computes descriptive statistics on its attributes, and stores the statistics—along with a schema and other information—as part of the datasource object. Amazon ML uses datasources to train and evaluate a machine learning model and generate batch predictions.

See Also data source.

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

DB compute class

A

Size of the database compute platform used to run the instance.

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

DB instance

A

An isolated database environment running in the cloud. A DB instance can contain multiple user-created databases.

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

DB instance identifier

A

User-supplied identifier for the DB instance. The identifier must be unique for that user in an AWS region.

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

DB parameter group

A

A container for database engine parameter values that apply to one or more DB instances.

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

DB security group

A

A method that controls access to the DB instance. By default, network access is turned off to DB instances. After ingress is configured for a security group, the same rules apply to all DB instances associated with that group.

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

DB snapshot

A

A user-initiated point backup of a DB instance.

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

Dedicated Host

A

A physical server with EC2 instance capacity fully dedicated to a user.

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

Dedicated Instance

A

An instance that is physically isolated at the host hardware level and launched within a VPC.

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

dedicated master node

A

Amazon Elasticsearch Service (Amazon ES): An Elasticsearch instance that performs cluster management tasks, but does not hold data or respond to data upload requests. Amazon Elasticsearch Service (Amazon ES) uses dedicated master nodes to increase cluster stability.

See Also data node.

See Also node.

18
Q

Dedicated Reserved Instance

A

An option that you purchase to guarantee that sufficient capacity will be available to launch Dedicated Instances into a VPC.

19
Q

delegation

A

Within a single AWS account: Giving AWS users access to resources in your AWS account.

Between two AWS accounts: Setting up a trust between the account that owns the resource (the trusting account), and the account that contains the users that need to access the resource (the trusted account).

See Also trust policy.

20
Q

delete marker

A

An object with a key and version ID, but without content. Amazon S3 inserts delete markers automatically into versioned buckets when an object is deleted.

21
Q

deliverability

A

The likelihood that an email message will arrive at its intended destination.

22
Q

deliveries

A

The number of email messages, sent through Amazon SES, that were accepted by an internet service provider for delivery to recipients over a period of time.

23
Q

deny

A

The result of a policy statement that includes deny as the effect, so that a specific action or actions are expressly forbidden for a user, group, or role. Explicit deny take precedence over explicit allow.

24
Q

deployment configuration

A

AWS CodeDeploy: A set of deployment rules and success and failure conditions used by the service during a deployment.

25
Q

deployment group

A

AWS CodeDeploy: A set of individually tagged instances, EC2 instances in Auto Scaling groups, or both.

26
Q

detailed monitoring

A

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

27
Q

Description property

A

A property added to parameters, resources, resource properties, mappings, and outputs to help you to document AWS CloudFormation template elements.

28
Q

dimension

A

A name–value pair (for example, InstanceType=m1.small, or EngineName=mysql), that contains additional information to identify a metric.

29
Q

discussion forums

A

A place where AWS users can post technical questions and feedback to help accelerate their development efforts and to engage with the AWS community. The discussion forums are located at https://aws.amazon.com/forums/.

30
Q

distribution

A

A link between an origin server (such as an Amazon S3 bucket) and a domain name, which CloudFront automatically assigns. Through this link, CloudFront identifies the object you have stored in your origin server.

31
Q

DKIM

A

DomainKeys Identified Mail. A standard that email senders use to sign their messages. ISPs use those signatures to verify that messages are legitimate. For more information, see http://www.dkim.org.

32
Q

DNS

A

See Domain Name System.

33
Q

Docker image

A

A layered file system template that is the basis of a Docker container. Docker images can comprise specific operating systems or applications.

34
Q

document

A

Amazon CloudSearch: An item that can be returned as a search result. Each document has a collection of fields that contain the data that can be searched or returned. The value of a field can be either a string or a number. Each document must have a unique ID and at least one field.

35
Q

document batch

A

Amazon CloudSearch: A collection of add and delete document operations. You use the document service API to submit batches to update the data in your search domain.

36
Q

document service API

A

Amazon CloudSearch: The API call that you use to submit document batches to update the data in a search domain.

37
Q

document service endpoint

A

Amazon CloudSearch: The URL that you connect to when sending document updates to an Amazon CloudSearch domain. Each search domain has a unique document service endpoint that remains the same for the life of the domain.

38
Q

domain

A

Amazon Elasticsearch Service (Amazon ES): The hardware, software, and data exposed by Amazon Elasticsearch Service (Amazon ES) endpoints. An Amazon ES domain is a service wrapper around an Elasticsearch cluster. An Amazon ES domain encapsulates the engine instances that process Amazon ES requests, the indexed data that you want to search, snapshots of the domain, access policies, and metadata.

See Also cluster.

See Also Elasticsearch.

39
Q

Domain Name System

A

A service that routes internet traffic to websites by translating friendly domain names like www.example.com into the numeric IP addresses like 192.0.2.1 that computers use to connect to each other.

40
Q

Donation button

A

An HTML-coded button to provide an easy and secure way for US-based, IRS-certified 501(c)3 nonprofit organizations to solicit donations.

41
Q

DynamoDB stream

A

An ordered flow of information about changes to items in anAmazon DynamoDB table. When you enable a stream on a table, DynamoDB captures information about every modification to data items in the table.

See Also Amazon DynamoDB Streams.