Ultimate access to all questions.
A healthcare provider is implementing an electronic medical records (EMR) system and needs to store patient data securely for a minimum of 10 years due to regulatory requirements. They require a cost-effective database solution that can handle large volumes of data while ensuring data durability and availability. Which AWS service should they consider?
Explanation:
Amazon RDS for PostgreSQL is a fully managed relational database service that provides high durability and availability for storing structured data like patient records. It offers automatic backups and point-in-time restoration, which can help the healthcare provider meet regulatory requirements for data retention. RDS also supports encryption at rest and in transit, ensuring the security of sensitive patient data. With its pay-per-use pricing model, RDS for PostgreSQL is a cost-effective solution for storing large volumes of data over an extended period.