Study CLF-C02 Storage and Database Services: key concepts, common traps, and exam decision cues.
Storage and database questions are common on CLF-C02 because they reward classification skill. You do not need expert tuning knowledge. You do need to know which storage or database shape matches the workload.
| Need | Strongest first fit |
|---|---|
| Durable object storage | Amazon S3 |
| Block storage for an EC2 instance | Amazon EBS |
| Managed shared file system | Amazon EFS or Amazon FSx |
| Hybrid cached file access | AWS Storage Gateway |
| Backup across services | AWS Backup |
The main CLF-C02 habit is not to mix object, block, and file storage.
CLF-C02 often expects you to know that Amazon S3 is:
If the question is about files for one EC2 instance’s attached disk, S3 is often not the first answer. If the question is about durable object storage, it often is.
| Need | Strongest first fit |
|---|---|
| Managed relational database | Amazon RDS or Amazon Aurora |
| NoSQL key-value style workload | Amazon DynamoDB |
| In-memory performance use case | Memory-based database services such as MemoryDB |
| Move a database into AWS | AWS DMS and sometimes AWS SCT |
At a fundamentals level, the important distinction is usually relational versus NoSQL versus memory-based, not one advanced engine detail.
CLF-C02 also uses storage questions to test cost awareness:
Use this order before choosing a storage or database answer: