Compute Flashcards
An on demand service that allows businesses to run applications on virtual servers in the cloud
AWS Elastic Cloud Compute (EC2)
EC2 instance type that provides a balance of compute, memory, and network capacity
EC2 General Purpose Instance e.g. t2, t3, m4, m5
EC2 instance type that provides high performance processors for additional compute power
EC2 Compute Optimized Instance e.g. c4, c5
EC2 instance type that provides additional RAM for applications that require large amounts of instantly available (cached) data
EC2 Memory Optimized Instance e.g. r4, r5, x1
EC2 instance type that provides high speed, low latency storage for data intensive workloads and databases
EC2 Storage Optimized Instance e.g. i3, d2
EC2 instance that provides hardware assisted computation (e.g. GPUs) for applications that require massive calculations
EC2 Accelerated Compute Instance e.g. p3, g4, f1
EC2 instance type that provide direct access to the underlying hardware ideal for workloads that require a non-virtualized environment
EC2 Bare Metal Instance e.g. I3.metal or m5.metal
What EC2 instance type is best for a wide range of applications?
EC2 General Purpose Instance (m4, m5)
What EC2 instance type is best for an application that performs in memory analytics?
EC2 Memory Optimized Instance (r4, r5)
R for RAM?
What EC2 instance type is best for an application that uses an in memory database?
EC2 Memory Optimized Instance (x1)
X for eXtra memory?
What EC2 instance type is best for applications that require exceptional throughput, for example, an NoSQL database
EC2 Storage Optimized Instance (i3)
I for Input / Output?
What EC2 instance type is best for machine learning or scientific calculations?
EC2 Accelerated Compute Instance (p2)
P for graphics Processing unit?
What EC2 instance type is best for an application that uses a large data warehouse or performs big data processing?
EC2 Storage Optimized Instance (d2)
D for Data storage?
What EC2 instance is best for gaming applications, streaming applications, 3D rendering and other graphics intensive applications?
EC2 Accelerated Compute Instance (g4)
G for Graphics processing unit?
A serverless compute service that allows developers to run code without provisioning or managing servers
AWS Lambda