D Flashcards
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.