Development with AWS Services I
Explore how to choose the best EC2 instance types for memory-optimized workloads, select cost-effective pricing models, and implement high-performance storage. Learn techniques to speed up EC2 instance readiness and configure AWS Lambda for error handling that preserves data with minimal custom code.
We'll cover the following...
We'll cover the following...
Question 1
A developer is building a high-performance data processing application using EC2 instances. The application is memory-intensive and requires a dedicated, consistent, and low-latency pool of RAM.
Which EC2 instance family provides the best memory-optimized performance for this use case?
A. c7g
B. r5
C. t4g
D. m6i
Question 2
A developer manages a large-scale batch processing platform ...