Accelerated computing: includes GPU and FPGA focused instances
Storage optimized
Bare metal to support licensing needs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
ECS - Characteristics
A
Useful for similar workloads as EC2: long running apps, batch processing, and microservices
Benefits: provides better use of resources, ELB, and Autoscaling
AWS Fargate: lets you manage instances of containers for a serverless experience
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
Lambda - Characteristics
A
Useful for backend, event, stream, and data processing
Types of triggers: AWS resource triggers and API endpoints
Must identify memory, so AWS will provide CPU to process it
Benefits: simply execute code, automatic scaling, fault tolerant, and pay only for the usage. In the case of EC2 and ECS you pay for instances even the system isn’t using it