CloudGuild · Blog · Cheat sheets · Lessons · Certifications

Exam Question Walkthrough: HIPAA Compliance in AWS Solutions

Explore how to approach AWS Certified Solutions Architect - Associate questions on HIPAA compliance. Learn the correct answer and why others fail.

Designing solutions that comply with regulations like HIPAA can trip up many candidates. Understanding the specific requirements for data security is key to selecting the right AWS services.

The question

A healthcare company is designing a solution to store and process patient data in compliance with HIPAA regulations. Which AWS services and features should they utilize to ensure data security?

Think before you scroll

Consider the security requirements mandated by HIPAA. This includes encryption of sensitive data and restricted access control. Analyze each option against these criteria.

The answer

The correct option is A: Amazon RDS with encryption and AWS IAM for access control. This combination ensures that sensitive patient data is encrypted at rest and that access is tightly controlled, meeting HIPAA regulations.

Why the other options lose

The concept behind it

The principle here is to always prioritize data encryption and access management when dealing with sensitive information, particularly in regulated industries like healthcare. AWS services must be configured to ensure compliance with standards such as HIPAA, focusing on data protection and controlled access.

Exam trap to remember

Remember the two-question rule: if data sensitivity is implied, always look for encryption and strict access controls in your options.

Take a free mock exam →