πŸ—„οΈ

RDS, Aurora & ElastiCache

Section 7 of 30

Managed relational databases with RDS and Aurora, plus in-memory caching with ElastiCache

80 minβ€’intermediate
🎯

Key Takeaways

  • β€’RDS provides managed relational databases for MySQL, PostgreSQL, Oracle, SQL Server, MariaDB, and DB2
  • β€’Read Replicas provide read scalability (async replication), Multi-AZ provides high availability (sync replication)
  • β€’Aurora is AWS's proprietary database with 5x MySQL and 3x PostgreSQL performance, auto-scaling storage up to 128 TB
  • β€’ElastiCache offers managed Redis (persistent, replicated) or Memcached (multi-threaded, sharded) for caching
  • β€’Use database proxy to pool connections, IAM authentication for security, and encryption at rest and in transit

πŸ“Personal Notes

Ready to test your knowledge?

Take the quiz to reinforce what you've learned

Take Quiz β†’