A company is designing a new e-commerce application. The application requires a transactional database to store customer order history with strict ACID compliance and a relational structure. Additionally, the company needs a data warehousing solution to perform complex analytical queries and business intelligence reporting on years of historical sales data.
Which AWS services should the company use to meet these requirements? (Select TWO.)
- Amazon AuroraAnswer
- Amazon RedshiftAnswer
- CAmazon DynamoDB
- DAmazon ElastiCache
- EAmazon EBS
Answer
Amazon Aurora and Amazon Redshift are the appropriate services.
Amazon Aurora provides a fully managed relational database engine compatible with MySQL and PostgreSQL, ensuring strict transactional ACID compliance for customer order history. Amazon Redshift is a fast, petabyte-scale data warehouse service that enables complex analytical queries and business intelligence reporting on historical sales data.
Step-by-Step Solution
Key Concept
AWS Database Services