Compute In The Cloud Flashcards
What does an EC2 run on top of?
Physical host machines managed by AWS using virtualization technology.
What is multitenancy?
The idea of sharing underlying hardware on a server.
What 2 operating systems can you create EC2 instances of?
-Windows
-Linux
What are 5 different instance families in EC2?
-general purpose
-compute optimized
-memory optimized
-accelerated computing
-storage optimized
What are Compute Optimized Instances ideal for?
-gaming servers,
-high performance computing or HPC
-scientific modeling.
What are General Purpose Instances ideal for?
provide a good balance of compute, memory, and networking resources, and can be used for a variety of diverse workloads like web service or code repositories.
What are Memory Optimized Instances ideal for?
good for memory-intensive tasks.
What are Accelerated Computing Instances ideal for?
good for floating point number calculations, graphics processing, or data pattern matching, as they use hardware accelerators.
What are Storage Optimized Instances ideal for?
Workloads that require high performance for locally stored data.
Which Amazon EC2 instance type is suitable for data warehousing applications?
Storage Optimized
Which Amazon EC2 instance type balances compute, memory, and networking resources?
General Purpose
Which Amazon EC2 instance type is ideal for high-performance databases?
Memory Optimized
Which Amazon EC2 instance type offers high-performance processors?
Compute Optimized
What are the 5 Amazon EC2 pricing options?
-On Demand
-Reserved Instances
-EC2 Instance Savings Plan
-Spot Instances
-Dedicated Hosts
What are On Demand Instances Ideal for?
short-term, irregular workloads that cannot be interrupted
**not recommended for workloads that last a year or longer.
What are Standard Reserve Instances Ideal for?
you know the EC2 instance type and size you need for your steady-state applications and in which AWS Region you plan to run them.
What are EC2 Instance Savings Plans Ideal for?
flexibility in your EC2 usage over the duration of the commitment term
What are Spot Instances Ideal for?
workloads with flexible start and end times, or that can withstand interruptions.