A digital marketing firm is hosting a data analytics application on AWS and has chosen to deploy its relational database using Amazon Relational Database Service (Amazon RDS). According to the AWS Shared Responsibility Model, which operational security task is the sole responsibility of the customer?
- Configuring network access rules using security groups and managing database user permissions.Answer
- BApplying operating system security patches to the servers hosting the database engine.
- CReplacing failed physical hard drives in the storage area networks that store the database backups.
- DGenerating and downloading physical facility access logs for AWS data center compliance verification.
Answer
Configuring network access rules using security groups and managing database user permissions.
The option concerning security groups and user permissions is correct. Under the AWS Shared Responsibility Model, Amazon RDS is a managed service. While AWS is responsible for security 'of' the cloud (including database patching, physical infrastructure, and host OS maintenance), the customer remains responsible for security 'in' the cloud, which includes configuring database network access using security groups and managing database-level user accounts and authorization.
Step-by-Step Solution
Key Concept
Shared Responsibility Model for Managed Services (PaaS)