Database
RecognitionAmazon Aurora
Managed relational database engine compatible with MySQL and PostgreSQL, delivered as part of Amazon RDS.
Key points
- Aurora supports relational schemas, SQL, and transactional application access.
- Applications use database credentials or supported authentication and connection management.
- Developer scope covers access patterns and secure integration, not database fleet administration.
Best-known use cases
- Relational transactions and joins.
- Applications that need MySQL- or PostgreSQL-compatible managed relational behavior.
What candidates often confuse it with
- Aurora is relational; DynamoDB is a key-value and document database built around primary-key access.
- ElastiCache accelerates repeated access; Aurora remains the durable relational source.
Key takeaway
Choose Aurora when relational semantics are decisive and keep credential and connection behavior application-safe.
Related services
- Amazon RDS
- Amazon ElastiCache
- AWS Secrets Manager
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