Compute in the Cloud Flashcards
What are the benefits of Amazon Elastic Compute Cloud (EC2)?
Provision and launch an Amazon EC2 instance within minutes.
Stop using it when you have finished running a workload.
Pay only for the compute time you use when an instance is running, not when it is stopped or terminated.
Save costs by paying only for server capacity that you need or want.
What do you do to launch an instance?
Select a configuration template
Select the hardware configuration
Set the security settings
What is a general purpose instance?
General purpose instances provide a balance of compute, memory, and networking resources.
Why would you choose a compute-optimized instance?
Compute optimized applications are ideal for high-performance web servers, compute-intensive applications servers, and dedicated gaming servers. You can also use compute optimized instances for batch processing workloads that require processing many transactions in a single group.
What instances are best for high-performance databases?
Memory optimized instances are designed to deliver fast performance for workloads that process large datasets in memory.
What are uses for accelerated computing instances?
Accelerated computing instances use hardware accelerators, or coprocessors, to perform some functions more efficiently than is possible in software running on CPUs. Examples of these functions include floating-point number calculations, graphics processing, and data pattern matching.
What instance is best for data warehousing applications?
Storage optimized instances are designed for workloads that require high, sequential read and write access to large datasets on local storage. Examples of workloads suitable for storage optimized instances include distributed file systems, data warehousing applications, and high-frequency online transaction processing (OLTP) systems.
Pricing: What EC2 instances are ideal for short-term, irregular workloads that cannot be interrupted?
On-demand instances
Pricing: What discount can be applied to on-demand instances?
Reserved (standard or convertible) instances, with 1- or 3-year terms
Pricing: What are EC2 instance savings plans?
A 1- or 3-year commitment to an hourly spend to an instance family AND Region
Pricing: What is the advantage of a Spot instance?
You can stop and start as needed and it runs on available EC2 resources.
Pricing: Does Amazon offer dedicated hosts?
Yes. You can use your existing per-socket, per-core, or per-VM software licenses to help maintain license compliance. You can purchase On-Demand Dedicated Hosts and Dedicated Hosts Reservations. Of all the Amazon EC2 options, Dedicated Hosts are the most expensive.
Scaling: What are three specifications for an Amazon EC2 Scaling Group?
Minimum capacity, desired capacity, and maximum capacity
Scaling: What’s the difference between Auto Scaling and Load Balancing?
Auto scaling increases or decreases instances based on demand. Load balancing insures no single instance carries the whole workload.
Scaling: What service automatically distributes incoming application traffic across multiple resources, such as Amazon EC2 instances?
Elastic Load Balancing