A logistics company is building a package tracking and analytics platform. The platform requires a transactional database to store real-time shipment status updates with relational schemas and SQL support. Additionally, the platform requires an analytical database to perform complex queries on years of historical delivery data for route optimization. Which TWO AWS services should the company select to meet these requirements?
- Amazon Relational Database Service (Amazon RDS)Cevap
- Amazon RedshiftCevap
- CAmazon DynamoDB
- DAmazon ElastiCache
- EAmazon Simple Storage Service (Amazon S3)
Cevap
Amazon Relational Database Service (Amazon RDS) and Amazon Redshift
Amazon Relational Database Service (Amazon RDS) is correct because it is a fully managed service that simplifies the setup, operation, and scaling of relational databases, which perfectly handles the SQL transactional requirements for tracking. Amazon Redshift is correct because it is a managed data warehouse optimized for complex analytics (OLAP) over historical records to support decision-making.
Adım Adım Çözüm
Anahtar Kavram
Purpose-built databases on AWS (OLTP relational vs. OLAP data warehousing)