E Flashcards
EBS
See Amazon Elastic Block Store (Amazon EBS).
EC2
See Amazon Elastic Compute Cloud (Amazon EC2).
EC2 compute unit
(ECU)
An AWS standard for compute CPU and memory. You can use this measure to evaluate the CPU capacity of different EC2 instance types.
EC2 instance
A compute instance in the Amazon EC2 service. Other AWS services use the term EC2 instance to distinguish these instances from other types of instances they support.
ECR
See Amazon Elastic Container Registry (Amazon ECR).
ECS
See Amazon Elastic Container Service (Amazon ECS).
edge location
A site that CloudFront uses to cache copies of your content for faster delivery to users at any location.
EFS
See Amazon Elastic File System (Amazon EFS).
Elastic
A company that provides open-source solutions—including Elasticsearch, Logstash, Kibana, and Beats—that are designed to take data from any source and search, analyze, and visualize it in real time.
Amazon Elasticsearch Service (Amazon ES) is an AWS managed service for deploying, operating, and scaling Elasticsearch in the AWS Cloud.
See Also Amazon Elasticsearch Service (Amazon ES).
See Also Elasticsearch.
Elastic Block Store
See Amazon Elastic Block Store (Amazon EBS).
Elastic IP address
A fixed (static) IP address that you have allocated in Amazon EC2 or Amazon VPC and then attached to an instance. Elastic IP addresses are associated with your account, not a specific instance. They are elastic because you can easily allocate, attach, detach, and free them as your needs change. Unlike traditional static IP addresses, Elastic IP addresses allow you to mask instance or Availability Zone failures by rapidly remapping your public IP addresses to another instance.
Elastic Load Balancing
A web service that improves an application’s availability by distributing incoming traffic between two or more EC2 instances.
See Also https://aws.amazon.com/elasticloadbalancing.
elastic network interface
An additional network interface that can be attached to an instance. Elastic network interfaces include a primary private IP address, one or more secondary private IP addresses, an elastic IP address (optional), a MAC address, membership in specified security groups, a description, and a source/destination check flag. You can create an elastic network interface, attach it to an instance, detach it from an instance, and attach it to another instance.
Elasticsearch
An open source, real-time distributed search and analytics engine used for full-text search, structured search, and analytics. Elasticsearch was developed by the Elastic company.
Amazon Elasticsearch Service (Amazon ES) is an AWS managed service for deploying, operating, and scaling Elasticsearch in the AWS Cloud.
See Also Amazon Elasticsearch Service (Amazon ES).
See Also Elastic.
EMR
See Amazon EMR (Amazon EMR).
encrypt
To use a mathematical algorithm to make data unintelligible to unauthorized users while allowing authorized users a method (such as a key or password) to convert the altered data back to its original state.
encryption context
A set of key–value pairs that contains additional information associated with AWS Key Management Service (AWS KMS)–encrypted information.
endpoint
A URL that identifies a host and port as the entry point for a web service. Every web service request contains an endpoint. Most AWS products provide regional endpoints to enable faster connectivity.
Amazon ElastiCache: The DNS name of a cache node.
Amazon RDS: The DNS name of a DB instance.
AWS CloudFormation: The DNS name or IP address of the server that receives an HTTP request.
endpoint port
Amazon ElastiCache: The port number used by a cache node.
Amazon RDS: The port number used by a DB instance.
envelope encryption
The use of a master key and a data key to algorithmically protect data. The master key is used to encrypt and decrypt the data key and the data key is used to encrypt and decrypt the data itself.
environment
AWS Elastic Beanstalk: A specific running instance of an application. The application has a CNAME and includes an application version and a customizable configuration (which is inherited from the default container type).
AWS CodeDeploy: Instances in a deployment group in a blue/green deployment. At the start of a blue/green deployment, the deployment group is made up of instances in the original environment. At the end of the deployment, the deployment group is made up of instances in the replacement environment.
environment configuration
A collection of parameters and settings that define how an environment and its associated resources behave.
ephemeral store
See instance store.
epoch
The date from which time is measured. For most Unix environments, the epoch is January 1, 1970.