D Flashcards
(41 cards)
dashboard
See service health dashboard.
data consistency
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.
data node
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.
data schema
See schema.
data source
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.
database engine
The database software and version running on the DB instance.
database name
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.
datasource
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.
DB compute class
Size of the database compute platform used to run the instance.
DB instance
An isolated database environment running in the cloud. A DB instance can contain multiple user-created databases.
DB instance identifier
User-supplied identifier for the DB instance. The identifier must be unique for that user in an AWS region.
DB parameter group
A container for database engine parameter values that apply to one or more DB instances.
DB security group
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.
DB snapshot
A user-initiated point backup of a DB instance.
Dedicated Host
A physical server with EC2 instance capacity fully dedicated to a user.
Dedicated Instance
An instance that is physically isolated at the host hardware level and launched within a VPC.
dedicated master node
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.
Dedicated Reserved Instance
An option that you purchase to guarantee that sufficient capacity will be available to launch Dedicated Instances into a VPC.
delegation
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.
delete marker
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.
deliverability
The likelihood that an email message will arrive at its intended destination.
deliveries
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.
deny
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.
deployment configuration
AWS CodeDeploy: A set of deployment rules and success and failure conditions used by the service during a deployment.