An online ticketing platform needs a database that can handle sudden spikes in traffic during major ticket releases. The database must support complex transactional queries, be highly available across multiple Availability Zones, and automatically scale storage as the data grows. Which AWS service is designed to meet these relational database requirements?
- Amazon AuroraCevap
- BDynamoDB
- CRedshift
- DElastiCache
Cevap
Amazon Aurora
Amazon Aurora is a cloud-native, relational database engine compatible with MySQL and PostgreSQL. It features a distributed, fault-tolerant storage system that automatically scales up to 128 TiB and replicates data across three Availability Zones. This makes it the correct choice for a high-performance, transactional ticketing application.
Adım Adım Çözüm
Anahtar Kavram
Relational database services with high availability and automatic scaling