Unit 4 Mixed Service Recognition Quiz
Review Unit 4 by choosing the right AWS service for common compute, storage, database, container, and infrastructure scenarios.
25 min
Introductory
Learning outcomes
By the end of this lesson, the learner can:
- Recognize the main AWS service categories covered in Unit 4.
- Choose the right AWS service for common scenarios.
- Distinguish between similar services such as EC2 vs ECS, RDS vs DynamoDB, Redshift vs EMR, and Lightsail vs broader AWS building blocks.
- Explain the core mental model behind compute, storage, database, and deployment services. (AWS Documentation)
Unit 4 review snapshot
So far, Unit 4 has covered:
- Compute and scaling: EC2, security groups, EBS, ELB, Auto Scaling, and horizontal vs vertical scaling. AWS defines an EC2 instance as a virtual server in the AWS Cloud, and EC2 Auto Scaling manages groups of instances and can work with Elastic Load Balancing. (AWS Documentation, AWS Documentation, AWS Documentation)
- Storage: S3 storage classes, EBS, EFS, FSx, and Snow Family concepts. AWS documents S3 Standard as the default storage class, distinguishes Standard-IA from One Zone-IA, and positions Snow Family for physical transfer and edge scenarios. (AWS Documentation, AWS Documentation, AWS Documentation, AWS Documentation, AWS Documentation)
- Databases and data services: RDS/Aurora, DynamoDB, ElastiCache, Redshift, EMR, Neptune, and the QLDB concept. AWS describes DynamoDB as a serverless NoSQL database, Redshift as a managed data warehouse, EMR as a managed big data platform, Neptune as a graph database, and QLDB as a ledger database with an end-of-support notice. (AWS Documentation, AWS Documentation, AWS Documentation, AWS Documentation, AWS Documentation, AWS Documentation, AWS Documentation)
- Containers, app platforms, and deployment: ECS, Lightsail, and CloudFormation. AWS documents ECS as the container orchestration service with clusters, tasks, and services; Lightsail as the simpler bundled app platform; and CloudFormation as AWS's infrastructure-as-code service built around templates, stacks, and change sets. (AWS Documentation, AWS Documentation, AWS Documentation, AWS Documentation)
A good one-line summary is:
Unit 4 is about learning which AWS service fits which job.
Review map
| Area | Main services / ideas |
|---|---|
| Compute | EC2, ELB, Auto Scaling, scaling types |
| Storage | S3 classes, EBS, EFS, FSx, Snow Family |
| Databases | RDS, Aurora, DynamoDB, ElastiCache, Redshift, EMR, Neptune, QLDB concept |
| App platform / deployment | ECS, Lightsail, CloudFormation |
This map summarizes the official AWS service roles covered across Unit 4. (AWS Documentation, AWS Documentation, AWS Documentation, AWS Documentation)
Warm-up: Match the Service to Its Category
Micro-Activity
Which category does each service belong to?
1
EC2 + Auto Scaling
2
S3 storage classes
3
DynamoDB
4
Amazon ECS
5
EBS / EFS / FSx
6
RDS / Aurora
7
CloudFormation
8
Redshift
0 of 8 matched so far.
Knowledge Check
Quiz — 21 Questions
Take this quiz in a focused, distraction-free view. Hints available for each question.
Unit 4 wrap-up
At this point, a learner should be able to say:
- EC2 is the virtual server you manage.
- ELB and Auto Scaling help apps stay available and scale.
- S3, EBS, EFS, and FSx solve different storage problems.
- RDS, DynamoDB, ElastiCache, Redshift, EMR, and Neptune solve different data problems.
- ECS, Lightsail, and CloudFormation solve different app platform and deployment problems.