Database
RecognitionAmazon RDS
Managed relational database service for supported database engines.
Key points
- Fits application access patterns requiring SQL, relational constraints, and transactions.
- Applications must manage credentials, connections, retries, and transaction behavior correctly.
- The DVA-C02 boundary is application use and secret integration, not database administration or schema architecture.
Best-known use cases
- Managed relational persistence.
- Application integration with rotating database credentials.
What candidates often confuse it with
- RDS is relational; DynamoDB is key-oriented NoSQL.
- RDS stores durable records; ElastiCache provides reusable in-memory data.
Key takeaway
Recognize Amazon RDS when relational access is required and secure the application connection lifecycle.
Related services
- Amazon Aurora
- AWS Secrets Manager
- Amazon ElastiCache
Relevant exam tasks
- D1.3 — Use data stores in application development
- 1.3.6 — Use, manage, and maintain data stores
- 1.3.9 — Use specialized data stores based on access patterns (for example, Amazon OpenSearch Service)
- D2.3 — Manage sensitive data in application code
- 2.3.3 — Use secret management services to secure sensitive data