AWS Study - EC2 Flashcards
These flashcards will help you pass the AWS Cloud Exam
What is Elastic Compute Cloud (EC2)?
A cloud computing service that allows you to launch virtual server instances on the AWS cloud.
What can you configure when launching an EC2 instance?
You can configure the OS, storage, memory, and network throughput.
What are the types of EC2 Instance Types?
- General-purpose
- Compute Optimized
- Memory-Optimized
- Accelerated Optimized
- Storage optimized
How can you access your EC2 instance?
With SSH via a key pair provided by AWS.
What is a key pair in AWS EC2?
Consists of a public key stored by AWS and a private key file that you store.
What is the purpose of Placement Groups in EC2?
To choose the logical placement of your instances to optimize for communication, performance, or durability.
What is Userdata in EC2?
A script that runs automatically when launching an EC2 instance.
What is Metadata in EC2?
Data about the current instance accessed via a local endpoint when SSH into the EC2 instance.
What does EC2 compute units (ECU) measure?
The relative measure of the integer processing power of an Amazon EC2 instance.
What are the four pricing models for EC2?
- On-demand
- Spot
- Reserved Instances (RI)
- Dedicated
What is the use case for On-demand pricing in EC2?
Short term, spiky, unpredictable workloads, and first-time apps.
What is Reserved Instances (RI) in EC2?
A pricing model that offers up to 75% off for predictable usage applications.
What are the payment options for Reserved Instances?
- All Upfront
- Partial Upfront
- No Upfront
What is Spot Pricing in EC2?
A pricing model that offers up to 90% off for spare computing capacity.
What is the use case for Dedicated Hosting in EC2?
When you need a guarantee of isolation hardware for enterprise requirements.
What is a Savings Plan in AWS EC2?
A flexible pricing model offering savings in exchange for a commitment to consistent usage.
What information does an Amazon Machine Image (AMI) hold?
- A template for the root volume
- Launch permissions
- Block device mapping
What type of IP addresses can be assigned to an EC2 instance?
- Public
- Private
- Elastic IP
What is an Elastic IP
A static, public IPv4 address in the Amazon AWS cloud, which can be associated with an instance, remains consistent even if the instance is stopped or restarted.
What is an Elastic Network Interface (ENI)?
A logical networking component in a VPC that represents a virtual network card.
What is Enhanced Networking in EC2?
Provides higher bandwidth and lower inter-instance latencies using an Elastic Network Adapter (ENA).
What is the Elastic Fabric Adapter (EFA)?
An AWS Elastic Network Adapter with capabilities for high levels of inter-node communications.
What are the configurations of Placement Groups?
- Cluster
- Spread
- Partition
What is VM Import/Export used for?
To migrate VMware, Microsoft, XEN VMs to the cloud and convert EC2 instances back to VMs.